Incendio
01-04-2006, 11:41 PM
is there any way I can make my header layout be placed on the right site of the screen=?
|
View Full Version : layout align right Incendio 01-04-2006, 11:41 PM is there any way I can make my header layout be placed on the right site of the screen=? Incendio 01-04-2006, 11:52 PM I tried this <img src="header.jpg" border="0" alt="" style="position: absolute; top: 40px; right: 0px;" usemap="#nav"> <body background="bg.gif" border="0" style="position: absolute; top: 40px; right: 0px;"> It works on the header but not at all on the bg.gif.... kittycat 01-05-2006, 04:22 AM Try this for the background one instead, I'm not sure if it will work <body background="bg.gif" border="0" style="background-position: 40px right;"> |