View Full Version: Website layout for DL

The Rockman Exe Zone > Archive > Website layout for DL



Title: Website layout for DL


Griega Master - May 16, 2007 04:28 AM (GMT)
This one iss accually pretty good

Preview

Live preview

Download

I only found 1 bug it's that the links are blue and red when if you check the HTML it's supposed to be another color I don't get what I did wrong :(
but still YAY FOR ME!

Nemomon - May 16, 2007 10:30 AM (GMT)
Looks nice. ERROR 404 is good except this RockMan and OH NOEZ!

Griega Master - May 16, 2007 10:12 PM (GMT)
what are you taking about?
Fix the index.html with
QUOTE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>.::Site Name::.</title>
<style type="text/css">
body {
    background-color: #0c1318;
    font-size: 12px;
    color: #ffffff;
}
a:link {
    color: #bfd6e3;
    text-decoration: none;
    font-size: 12px;
}
a:visited {
    text-decoration: none;
    color: #bfd6e3;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}
a:active {
    text-decoration: none;
    color: #bfd6e3;
    font-size: 12px;
}
</style></head>
<body>
<center><div class="Banner"><img src="banner.png" /></div></center>
<center><div class="navigation" id="navigation"><img src="navbar.png" /></div></center>

<center><table width="800" border="0" background="mainsite.gif">
  <tr>
    <td width="136" valign="top">
    <a href="#">-Link</a> <br />
    <a href="#">-Link</a> <br />
    <a href="#">-Link</a> <br />
    <a href="#">-Link</a> <br />
    <a href="#">-Link</a> <br />
    <a href="#">-Link</a> <br />    </td>
    <td width="31" valign="top"></td>
    <td width="447" valign="top">
    <?php include("cutenews/show_news.php"); ?>
    </td>

   
<!-- Useless column do not edit! -->   
    <td width="31" valign="top">&nbsp;</td>
<!-- END Useless column do not edit! -->
   

    <td width="133" valign="top">Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. Other stuff  go here. </td>

  </tr>
</table>
</center>

<center><div class="Footer" id="Footer"><img src="footer.png" /></div></center>
</body>
</html>




Hosted for free by InvisionFree