Log in

View Full Version : logo position


marcopolo
08-24-2009, 06:34 AM
I'm using a style that defines the logo but I cannot get the image to position to the right of the window, if i align right, it sort of goes just center right.

Any ideas?

Here's the code on the header

<td class="logowrap"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/citytales/TenLogo.png" align="right" alt="$vboptions[bbtitle]" width="214" height="100"></a></td>

theFM
08-24-2009, 02:00 PM
just add <td align="right"> your code </td>

Thats it

marcopolo
08-24-2009, 02:21 PM
just add <td align="right"> your code </td>

Thats it

Thanks very much for that, ok, I need to have two logos in the header, is this possible?

One on the left and one on the right