View Single Post

  #4 (permalink)  
Old 06-06-2006, 19:44
acoolwelshbloke acoolwelshbloke is offline
Member
 
Join Date: Jun 2006
Posts: 67
acoolwelshbloke
Send a message via MSN to acoolwelshbloke
Default

All you need to do is set it to nowrap!

add:
Code:
nowrap="nowrap"
Into this part of your script located in the overal_header.tpl:

Code:
<td height="25" class="nav1" align="center">
That keeps it all on one line.

It should look like this:

Code:
<td height="25" class="nav1" align="center" nowrap="nowrap">
[/code]
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote