|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Fireworks tables
Hi everyone:
This isnt easy to explain, but I'll give it my best shot. I have a table with one row expanding 100% and the next row chopped into 2 sections. The 100% row is the top of the page and I am trying to just fill the first column on the second row with a color and let it blend into the first row without any spaces. For some reason, I cannot get rid of the white space between row 1 and row 2. I'lll attach the code, but I'm not sure if it's going to help. Any ideas would be appreciated. Thanks! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" height="864" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"> <img name="Topofpage" src="TOP OF PAGE/Topofpage.gif" width="770" height="123" border="0" usemap="#m_Topofpage" alt=""> <map name="m_Topofpage"> <area shape="rect" coords="650,107,709,118" href="contactus.html" title="Contact Us" alt="Contact Us" > <area shape="rect" coords="562,107,622,118" href="sitesearch.html" title="Site Search" alt="Site Search" > <area shape="rect" coords="454,107,526,120" href="whyonslow.html" title="Why Onslow" alt="Why Onslow" > <area shape="rect" coords="389,107,418,118" href="links.html" title="Links" alt="Links" > <area shape="rect" coords="323,107,351,120" href="#" alt="" > <area shape="rect" coords="231,107,284,120" href="properties.html" title="Properties" alt="Properties" > <area shape="rect" coords="121,106,198,119" href="demographics.html" title="Demographics" alt="Demographics" > <area shape="rect" coords="37,106,87,117" href="aboutus.html" title="About Us" alt="About Us" > </map> </td> </tr> <tr> <td width="13%" height="722" bgcolor="#003366"> </td> <td width="87%"> </td> </tr> </table> </body> </html> |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Fireworks tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|