XpertWorlock Posted January 11, 2010 Share Posted January 11, 2010 I'm having a brain fart. Currently stylesheet is set up as : p {text-indent:15px} Now if I have an image only set inside a paragraph (don't ask), how can I get it so it does not indent? Link to comment https://forums.phpfreaks.com/topic/188087-text-indent-inside-p-remove-from-image/ Share on other sites More sharing options...
dropfaith Posted January 12, 2010 Share Posted January 12, 2010 you could class any p tages that you plan to do this p.image {style accordingly} <p class="image"><img tag></p> Link to comment https://forums.phpfreaks.com/topic/188087-text-indent-inside-p-remove-from-image/#findComment-993544 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.