View Full Version : Need ideas for site!
Squintz
08-06-2002, 01:53 AM
Check out www.DomainWebDesigns.com and tell me what the best way to fill the white body would be....
I'v considered 1 big graphic but i think it would take to long to load and i'v tryed bullets as you can see and they dont look very well...
give me detailed ideas...
http://www.kymera.co.nz/temp/aadomain.jpg
Seems to have a problem in Mozilla?
Tonz
ronaldb66
08-06-2002, 09:11 AM
... the best way to fill the white body would be...
Er... content? No, really, considering the fact that the other sections of your page have single color backgrounds i'd suggest one for the content section as well, although not white; a pale blue, maybe?
If you want graphics, put them in the header; that's the first part of the page people look at anyway.
On a side note: using tables instead of absolute positioning may not be as elegant but more cross-browser compatible, effective and simpler, and would fit the available window space (which it does not right now).
See if you can get rid of all the inline styles as well; a single, external style sheet would be easier to maintain and would look more professional.
Squintz
08-06-2002, 11:57 AM
cam someone write up a little section on how i might turn that site into tables...maybe a few examples... i'v never had any luck working with tables
Cut and paste this, hopefully it will help.....
<html>
<head>
<title>domain table</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<!-- ****************** table border has been set at one so you can see the layout ******** -->
<table width="784" border="1" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="images/spacer.gif" width="1" height="1"></td>
<td>
<img src="images/spacer.gif" width="179" height="1"></td>
<td>
<img src="images/spacer.gif" width="1" height="1"></td>
<td>
<img src="images/spacer.gif" width="603" height="1"></td>
</tr>
<tr>
<td colspan="4">
<img src="images/header.gif" width="784" height="59"></td>
</tr>
<tr>
<td colspan="4">
<img src="images/greyattop.gif" width="784" height="20"></td>
</tr>
<tr>
<td colspan="3">
<img src="images/menu.gif" width="181" height="1"></td>
<td>
<img src="images/aadomain_04.gif" width="603" height="1"></td>
</tr>
<tr>
<td colspan="2" valign="top">
<img src="images/menu-06.gif" width="180" height="228"></td>
<td colspan="2" rowspan="3"><!-- *********** main content table start --><table width="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td>content here</td>
</tr>
</table><!-- **** main content table end ****** --></td>
</tr>
<tr>
<td>
<img src="images/menu-08.gif" width="1" height="1"></td>
<td rowspan="2">
<img src="images/forinfo.gif" width="179" height="192"></td>
</tr>
<tr>
<td>
<img src="images/aadomain_09.gif" width="1" height="191"></td>
</tr>
</table>
</body>
</html>
Tonz:cool:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.