PDA

View Full Version : Aligning A Picture/Logo To The Right Of A Fluid Skin?


Masked Crusader
02-26-2007, 04:25 AM
Alright, so this is what I want to do.

My skin is currently a fluid width skin. Up at the top of the skin, is the header obviously enough. Well, on the other side of the header (the right side), I want to place another header/image. I am trying to figure out what the code for this is.

Also, if it would help, my site is http://www.deivictorae.com. If you look at the top, I want to add something on the right side of the page, opposite the logo.

Any help would be appreciated.

CyberAlien
02-26-2007, 05:44 AM
Forbidden

You don't have permission to access / on this server.
Apache/2.0.54 Server at www.deivictorae.com Port 80
Can't see what code you are using, so I'll explain on default style.

In "header" template find this: <td align="$stylevar[right]">
&nbsp;
</td>
and replace &nbsp; with whatever you want to put on right side

Masked Crusader
02-26-2007, 01:12 PM
Still need help. My header is VERY customized, therefore the code that CyberAlien had noted is not found in my header.

Any help would be appreciated.

CyberAlien
02-26-2007, 01:43 PM
Now I can access that page, so here is code for your style: find this: <td width="253">&nbsp;</td>
<td width="158">&nbsp;</td>
and replace with this:<td align="right" width="100%"> put here your code </td>then few lines below delete this part of header: <td>&nbsp;</td>

Masked Crusader
02-26-2007, 03:11 PM
Cyber, I owe you a beer bro. Thanks a ton. Been baffled for a couple days over this damn thing.