View Full Version : Quick help


treasured tears
10-25-2005, 09:03 AM
okies i have been coding my layout i dont know how to center the banner and i dunno what size to make the divs so if somebody could please fix that, that would be awesome

<HTML>
<HEAD>
<TITLE> Treasured Tears Layouts VS:1 Kelly Clarkson </TITLE>
<style type="text/css"> <!--
A:link
{ text-decoration:none; color: #000000; font-weight: bold}
A:visited
{ text-decoration:none; color: #000000; font-weight: bold }
A:active
{ text-decoration:none; color: #000000; font-weight: bold }
A:hover
{ text-decoration:none; color: #000000; font-weight: bold}

body { {background: url('http://img498.imageshack.us/img498/3425/layoutpr1zy.jpg');
font-family: Arial;
color: #000000;
font-weight: normal;
font-size:8pt;

scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000}
--></style>
</head>
<body bgcolor="#COLOR" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<img src="http://img492.imageshack.us/img492/9070/banner4ry.jpg">
<div id= NAME style="position:absolute; top:##px; left:##px; width:##px; height:##px; overflow:CHOICE" > ALL YOU TEXT AND CONTENT HERE </div>
</HEAD>
</HTML>




Courtz xoxo

MaGiCSuN
10-25-2005, 10:42 AM
<img src="http://img492.imageshack.us/img492/9070/banner4ry.jpg">

change that to:

<center>
<img src="http://img492.imageshack.us/img492/9070/banner4ry.jpg">
</center>

not recommended, because you use absolute positioning aswell .. those two don't work together :)

the size of the divs is something you have to do yourself. Change #'s to numbers and see what works the best for you

Love,
Mirna