AyameSama
08-22-2005, 07:44 PM
I coded my div layout and the words are all over the place! [Like this: http://slaughter.autumn-storm.net/ - minimize it if you need to or maximize]
Help?
Help?
|
View Full Version : Div coding help O.o AyameSama 08-22-2005, 07:44 PM I coded my div layout and the words are all over the place! [Like this: http://slaughter.autumn-storm.net/ - minimize it if you need to or maximize] Help? Merike 08-22-2005, 08:10 PM Your layout picture is positioned from right side of the window, but divs from left. You shoud position them from the same side. AyameSama 08-24-2005, 03:43 AM um...>.> that aint my layout i don't really get what you mean.. Heres my code if you need it: <HTML> <HEAD> <TITLE>my layout</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <style> body { font-family: Verdana, Arial, Times new roman; font-size: 11px; color: #63A1CD; background-repeat: repeat-y; } a { color: #63A1CD; } </style> </HEAD> <div align=right> <BODY BGCOLOR=#A6C3DE LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <TABLE WIDTH=643 BORDER=0 CELLPADDING=0 CELLSPACING=0> <body ONCONTEXTMENU="return false" dir="rtl"> <DIV DIR="LTR"> <TR> <TD> <IMG SRC="Images/Index_01.jpg" WIDTH=800 HEIGHT=120 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="Images/Index_02.jpg" WIDTH=800 HEIGHT=120 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="Images/Index_03.jpg" WIDTH=800 HEIGHT=120 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="Images/Index_04.jpg" WIDTH=800 HEIGHT=120 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="Images/Index_05.jpg" WIDTH=800 HEIGHT=120 ALT=""></TD> </TABLE> <td width="800" height="3"><img src="Images/background.jpg"></td> </TABLE> <!--Start Nav.--> <div style="position: absolute; left: 248px; top: 296px; width: 198px" align=left> <p class="head">Blah</p> blah blah</p> </div> <!--Start Content--> <div style="position: absolute; left: 476px; top: 520px; width: 422px" align=left> <p class="head">blah!</p> <p>blah blah </p> <p class="head">Text Area test</p> <p><textarea> Text, Text Text blah blah things goes here...lalalala hi i love kouga, hi hi hih ihi type.</textarea></p> </div> </BODY> </HTML> Merike 08-24-2005, 04:15 PM Aah, it wasn't your layout.., silly me :buckt: I saved your code to see it in browser but without all the pictures you've used I don't fully understand what you want it to look like. Though it seems to be still something with some elements positioned from left and others from right so after reziring the window parts won't match anymore. Maybe you could show us the online version of the page with pictures? AyameSama 08-26-2005, 03:06 PM >.> um....ok...i'll pm it |