Thank you.
How do I put the image in vertical align center?
With the style atribute with the following : "text-align: center; vertical-align: middle;"
Edit, now I see you mean the rss feed image. Change the td valign from middle to top and you should be all set:
Also you have forgotten to add the alt atribute to the img tag for the rss which is required to do so.
Where do I add this code?
"text-align: center; vertical-align: middle;"
Try it at the td class that wraps up your rss feed image.
For the image change this:
<td class="{$bgcolor}" valign="middle" align="center"style="white-space:nowrap"><img src="images/post-rss.png" />
</td>
to this:
<td class="{$bgcolor}" valign="top" align="center"style="white-space:nowrap"><img src="images/post-rss.png" alt = "" />
</td>
Thanks for the link but I don''t use the rss feed, never have btw
It looks pretty nice actually. Well done. I might try it here as well.
Try it here it would be awesome!
I will tomorrow. I really liked the look of it at your forum.