Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordime
    • CommentTimeApr 1st 2009
     
    If you remove <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)