View Single Post
  #1  
Old 10-06-2003, 05:05 PM
 
stryker898 stryker898 is offline
 

Senior Member
  
Join Date: Jan 2003
Posts: 113
 

Default Dreamweaver Gods only....HELP!

Ok I created an image (head title) in Fireworks now I want to place in Dreamweaver. I broke the image up into 3 sections, so that I can expand and collapse.

When I inserted the image in Dreamweaver I used 3 different <td> so my code look like this:
Quote:
<table blah blah blah>
<tr>
<td>image one</td>
<td>image two</td>
<td>image three</td>
</tr>
</table>
The problem is there is a SPACE between 'Image One' and 'Image Two' and I can't figure out how to get rid of it.

If your asking why dont I just place the whole image together, well because I am trying to put a filler image (not spacer) between image one and image two, so the code would look like this:
Quote:
<table blah blah blah>
<tr>
<td>image one</td>
<td>filler image that I want to repeat to expand and collapse</td>
<td>image two</td>
<td>filler image that I want to repeat to expand and collapse</td>
<td>image three</td>
</tr>
</table>
For now I would just appreciate info on how to close the space between two images. I'll tackle the repeating image later. Any help is appreciated.
Chris
__________________
Never take life too seriously, cause none of us are getting out of here alive!
Reply With Quote