Basically im creating a website and I know how outdated tables are for content, so I decided to create a little mock-up in Illustrator, slice and then export and import into Dreamweaver. This was all good, im not very familiar with CSS although I am more familiar now then when I started the project.
But anyway, I deleted the gifs it created in the layout and applied to stylesheets, etc. I then carried on with the design and I had a number of good looking pages which I was very happy with.
That was until I took a closer look at the code, for some strange reason I had my CSS layout and a table layout, I dont really know how to explain, I was certain it was CSS but in the code theres definitely tables and if I make the border 1px you can see the border of this table where my CSS layout should be, because of this im getting huge gaps between the header, body and footer.
If someone could help me id appreciate it.
Heres an example of what I mean:
<div id="layout">
<!-- ImageReady Slices (Untitled-1.html) -->
<div style="position:absolute; left:0px; top:0px; width:1024px; height:1024px; font-family: Verdana, Geneva, sans-serif; color: #FFF;">
<table id="Table_01" width="1024" height="979" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="318" rowspan="2" align="left" valign="top"> </td>
<td width="706" height="201" align="left" valign="middle"><div id="header">
<p align="left"><img src="images/City Tourism Vector2.png" width="88" height="79" alt="CityTourismLogo"><img src="images/CityTourism1.png" width="120" height="29" alt="CityTourism"></p>
<p><FONT size="1">- Tourist information for the City</FONT></p>
<p> </p>
</div></td>
</tr>Thank you
Help





















