I am a novice designer who has designed this site for my father. I have a grey background at the top that I need reduced in size by half in order to raise my main area shifted up higher. Here is an screenshot of my webpage.
The coding I have for the top area is:
<BODY onLoad="MM_preloadImages('images/menu1_1.gif')">
<table cellspacing="0" cellpadding="0" style="width:100%; height:100%">
<tr>
<td style="width:50%; height:100%; background-image:url(images/left_repeat.gif); background-repeat:repeat; background-position:right top"></td>
<td style="width:730px; height:100%; background-image:url(images/top.gif); background-repeat:no-repeat">
<table cellspacing="0" cellpadding="0" style="height:100%; width:729px">
<tr>
<td style="width:729px; height:89px"></td>
</tr>
<tr>
I'm not sure if I put up info of the coding. I really would appreciate your help. This has me stumped.
The next step is to reduce some of the grey from both sides but I would like to start with the top.
Thanks again
|