JamesCliff
Programmer
Hi all,
Ok ive started work on my new site, its coming along great. I successfully created a template in photoshop after many hours of work. I sliced it up as i thought would be necessery in order for the site to be liquid in width and height.
I then started constructing the tables in dreamweaver and managed to get the site to stretch 100% in width. I got the header and the footer of the site to do this successfully. It looks well. However when it comes to the nav bar on the left hand side and the content box i cannot get them to expand in width as well as height. The nav bar is set to expant to 10% and the content box to expant to 90%.
This is the index as it looks now with the site header and footer parts of the site stretching in width as i want:-
However i cant structure the tables successfully in order for the nav bar and content box to stretch in width and height.
This is the code for the index as above:
If you can make sense of the above code you will see how ive structured everything.
Below ive included a picture of my sliced up template in photoshop. I know its gonna be hard for u guys to help me, but im hoping this should be enough for you to get what im trying to do. I would wack a zip file with my photoshop, index and images on my server but i dnt want web noobies downloading my work.
This is the image of my sliced photoshop:
The direction of the lines shows which way there image will be stretching (in theory).
Ok as you can see from that photoshop i have a nav bar with 3 sections, 1 main section, an info section and an affiliates section. This makes the nav bar a little more tricky to make stretch width ways and height ways. The content box also has an extra box at the bottom which dosnt need to expand, that can stay static.
Basiclly im wanting to know how to make the rest of my site stretch width and height ways depending on the amount of into put into the content boxes. The header and footer work width ways but i now need the middle sections: nav bar and content box's to stretch height and width ways. Im finding it extemely differcult to do.
I cant work any more on my site unless i get past this problem. Its doing my head in. And the site needs to be up fairly soon as my domain gets alot of hits.
Any help would be greatly appriciated on this as im compleltly stumped.
If you feel you can help me privatly with this i can send the photoshop, index and images accross. Contact me via the briskfire forums which are up at:
Please help me guys, i really need it.
Thanks in advance
Jim
Ok ive started work on my new site, its coming along great. I successfully created a template in photoshop after many hours of work. I sliced it up as i thought would be necessery in order for the site to be liquid in width and height.
I then started constructing the tables in dreamweaver and managed to get the site to stretch 100% in width. I got the header and the footer of the site to do this successfully. It looks well. However when it comes to the nav bar on the left hand side and the content box i cannot get them to expand in width as well as height. The nav bar is set to expant to 10% and the content box to expant to 90%.
This is the index as it looks now with the site header and footer parts of the site stretching in width as i want:-
However i cant structure the tables successfully in order for the nav bar and content box to stretch in width and height.
This is the code for the index as above:
Code:
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="244" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="138" rowspan="4"><img src="images/index_01.gif" width="138" height="225"></td>
<td width="10%" rowspan="4" background="images/index_02.gif"> </td>
<td width="158" rowspan="4"><img src="images/index_03.gif" width="158" height="225"></td>
<td width="90%" rowspan="4" background="images/index_04.gif"> </td>
<td width="380" height="39" background="images/index_05.gif"> </td>
</tr>
<tr>
<td><img src="images/index_06.gif" width="380" height="119"></td>
</tr>
<tr>
<td height="23" background="images/index_07.gif"> </td>
</tr>
<tr>
<td height="44"><img src="images/index_08.gif" width="380" height="44"></td>
</tr>
<tr>
<td colspan="5"><font color="4C4C4C" face="Arial, Helvetica, sans-serif">Nav
Bar goes on left hand side - Content box goes right hand side to middle.</font></td>
</tr>
<tr>
<td><img src="images/index_31.gif" width="138" height="43"></td>
<td background="images/index_32.gif"> </td>
<td><img src="images/index_33.gif" width="158" height="43"></td>
<td background="images/index_34.gif"> </td>
<td><img src="images/index_35.gif" width="380" height="43"></td>
</tr>
</table>
</table>
</body>
If you can make sense of the above code you will see how ive structured everything.
Below ive included a picture of my sliced up template in photoshop. I know its gonna be hard for u guys to help me, but im hoping this should be enough for you to get what im trying to do. I would wack a zip file with my photoshop, index and images on my server but i dnt want web noobies downloading my work.
This is the image of my sliced photoshop:
The direction of the lines shows which way there image will be stretching (in theory).
Ok as you can see from that photoshop i have a nav bar with 3 sections, 1 main section, an info section and an affiliates section. This makes the nav bar a little more tricky to make stretch width ways and height ways. The content box also has an extra box at the bottom which dosnt need to expand, that can stay static.
Basiclly im wanting to know how to make the rest of my site stretch width and height ways depending on the amount of into put into the content boxes. The header and footer work width ways but i now need the middle sections: nav bar and content box's to stretch height and width ways. Im finding it extemely differcult to do.
I cant work any more on my site unless i get past this problem. Its doing my head in. And the site needs to be up fairly soon as my domain gets alot of hits.
Any help would be greatly appriciated on this as im compleltly stumped.
If you feel you can help me privatly with this i can send the photoshop, index and images accross. Contact me via the briskfire forums which are up at:
Please help me guys, i really need it.
Thanks in advance
Jim