Plogger Support Forum - Need help to modify picture.php, the image is not centered Fri, 29 Mar 2024 06:46:32 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Need help to modify picture.php, the image is not centered http://www.plogger.org/forum/comments.php?DiscussionID=2592&Focus=10272#Comment_10272 http://www.plogger.org/forum/comments.php?DiscussionID=2592&Focus=10272#Comment_10272 Wed, 01 Apr 2009 22:10:16 +0000 dime <style type="text/css">
td img {display: block;}
</style> from page's HTML, picture will be centered. Though you should be careful because this could affect other part of your layout, that's why you should apply this style to specific class.

(tip: use Web Developer Toolbar for Firefox, then go View Style Information, and you'll see which styles are applied to particular element; then you could see what makes problem and you should try Edit CSS or Edit HTMLfor on-fly editing)]]>