MyBB Codes

Full Version: New Column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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.
Here is the code for RSS: http://community.mybboard.net/thread-610...#pid436585
Just to let you know.
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 Big Grin
EEEEEE
Finally finished this update!

Have a look: http://computerandstuff.co.cc
What do you think?
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.
Pages: 1 2 3
Reference URL's