|
Author |
Message |
DaleGFX
Joined: 01 Jan 2010
Posts: 6
|
Posted: Fri Mar 12, 2010 6:17 pm Post subject: Website template problems |
|
|
http://dcdezine.110mb.com/layout.html
Designing a template for my new website
pretty simple
anyone know why there is a 1 pixel gap between the content and nav images?
It was fine when I saved it from PS
it went all weird when I started designing it on MS frontpage..
I have no idea whats wrong, help please. _________________ Pl0x?!¬ |
|
|
|
 |
Auieos
Joined: 29 Jan 2010
Posts: 2019
|
Posted: Fri Mar 12, 2010 7:16 pm Post subject: |
|
|
You had the table wrong, odd numbers so the page couldn't find exact center and it was 5px too wide also.
I changed it for you...
Code: | <html>
<head>
<title>DCDezine.co.uk</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="http://i291.photobucket.com/albums/ll282/DaleAnimations/dcdezine/sitebg.jpg">
<center>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="http://i291.photobucket.com/albums/ll282/DaleAnimations/dcdezine/sitebg.jpg">
<!-- ImageReady Slices (layout.psd) -->
<table id="Table_01" width="900" height="950" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" width="900">
<img src="http://i291.photobucket.com/albums/ll282/DaleAnimations/dcdezine/layout_01.gif" width="900" height="154" alt=""></td>
</tr>
<tr>
<td width="308">
<img src="http://i291.photobucket.com/albums/ll282/DaleAnimations/dcdezine/layout_02.gif" width="308" height="393" alt=""></td>
<td rowspan="2" width="592"><img src="http://i291.photobucket.com/albums/ll282/DaleAnimations/dcdezine/layout_03.gif" width="592" height="732" alt=""></td>
</tr>
<tr>
<td width="308">
<img src="http://i291.photobucket.com/albums/ll282/DaleAnimations/dcdezine/layout_04.gif" width="308" height="339" alt=""></td>
</tr>
<tr>
<td colspan="2" width="903">
<img src="http://i291.photobucket.com/albums/ll282/DaleAnimations/dcdezine/layout_05.gif" width="900" height="64" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</center>
</body>
</html>
<!-- B17 - ADDED BY 110MB. TO REMOVE, PLEASE UPGRADE TO PREMIUM AT: http://www.110mb.com/upgrade-free-plan.php -->
<center><div style="font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:5px; color:#000000; width:800px" align="center"><a href="http://www.110mb.com" target="_blank" style="color:#0066FF; text-decoration:underline">Powered by 110MB Hosting</a></div></center> |
I like the page design you have made. |
|
|
|
 |
niftyned
Joined: 07 Mar 2010
Posts: 154
Location: Australia PS Version: CS4 OS: Windows7
|
Posted: Sat Mar 13, 2010 1:38 am Post subject: |
|
|
It looks good except the main body section in a little wider than the header and footer. _________________ The only limitation is my imagination. |
|
|
|
 |
DaleGFX
Joined: 01 Jan 2010
Posts: 6
|
Posted: Sat Mar 13, 2010 5:44 am Post subject: |
|
|
@Auieos
Thank you very much this worked, thread closed =) _________________ Pl0x?!¬ |
|
|
|
 |
|