O.O banner looks allrgith well done can't wait to see it up and running on a website good job. i've been stuck with this thread for like an hour :P
DAZA
Printable View
O.O banner looks allrgith well done can't wait to see it up and running on a website good job. i've been stuck with this thread for like an hour :P
DAZA
Lol :D So far the coding is going well i am not following a guide this time doing outa me own head. So far done the header and borders :).
Cool, If you run into any trouble, my pm box is always open, if you don't follow a guide i think it's better for you to learn because you learn from your mistakes just let me know how it get's on :D
Daza
Yes i just had a problem with the borders You can see they are diagonal and they wernt lining up properly after 10 minutes they are fine :0 To see my progress go to www.xzoid.com :D.
Looks allright so far :D
Daza
Thanks :)
It's looking good :D
Rico
Check it now :D.
How can i get rid of the margin at the top?
I'm not sure what ure code is so i don't know :P
Daza
Ok i show ya :).
HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Xzoid</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body { bottom-margin: 0px;
top-margin: 0px;
background-color: #CCCCCC;
}
-->
</style></head>
<body>
<div align="center">
<table width="800" height="100%" border="0" cellpadding="0" cellspacing="0" background="images/main_bg.gif">
<tr>
<td width="31" rowspan="2"> </td>
<td valign="top"><table width="738" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="68"><img src="images/bars_left.gif" width="68" height="149"></td>
<td><img src="images/header.gif" width="602" height="149"></td>
<td width="68"><img src="images/bars_right.gif" width="68" height="149"></td>
</tr>
</table>
<table width="738" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="145"><img src="images/box_left.gif" width="145" height="37"></td>
<td width="448"><img src="images/content_centre.gif" width="448" height="37"></td>
<td width="145"><img src="images/box_right.gif" width="145" height="37"></td>
</tr>
</table>
<table width="738" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="140" background="images/box_bg_left.gif"> </td>
<td width="10"> </td>
<td background="images/content_bg.gif"> </td>
<td width="10"> </td>
<td width="140" background="images/box_bg_right.gif"> </td>
</tr>
</table>
<table width="738" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="140"><img src="images/box_bottom_left.gif" width="145" height="37"></td>
<td width="448"><img src="images/content_bottom.gif" width="448" height="37"></td>
<td width="145"><img src="images/box_bottom_right.gif" width="145" height="37"></td>
</tr>
</table>
<table width="738" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="145"><img src="images/box_left.gif" width="145" height="37"></td>
<td width="448"><img src="images/content_centre.gif" width="448" height="37"></td>
<td width="145"><img src="images/box_right.gif" width="145" height="37"></td>
</tr>
</table>
<table width="738" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="140" background="images/box_bg_left.gif"> </td>
<td width="10"> </td>
<td width="438" background="images/content_bg.gif"> </td>
<td width="10"> </td>
<td background="images/box_bg_right.gif"> </td>
</tr>
</table>
<table width="738" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="145"><img src="images/box_bottom_left.gif" width="145" height="37"></td>
<td width="448"><img src="images/content_bottom.gif" width="448" height="37"></td>
<td width="145"><img src="images/box_bottom_right.gif" width="145" height="37"></td>
</tr>
</table></td>
<td width="31" rowspan="2"> </td>
</tr>
<tr>
<td valign="bottom"> </td>
</tr>
</table>
</div>
</body>
</html>