View Full Version : Zero space between image links


doinvinnie
03-12-2006, 12:47 AM
Hi,

I have image mouseover links (for a top menu) (not in a table) that I want zero space between. I've tried the hspace "0" and deleting space (in code) between the images, but that didn't work either.

http://www.timbertreeservice.net/index.php

I've read other posts on this but so far haven't been able to solve the problem.

Thanks!

Ready
03-12-2006, 01:17 AM
I am no expert but I dont' know of a way to do that without a table. A table puts actual numbers or coordinates on the page. X number of pixels wide, etc.

That is what I had to do for my menu. Actually the whole page or pages are put together like a puzzle, and the tables, cells hold things in their place:

http://www.andrewmckay71.com/index.html

doinvinnie
03-12-2006, 01:50 AM
I think you're right about tables. I've just been putting it off (learning). but I knew sooner or later I'd have to.

Thanks for answering!