PDA

View Full Version : Space Between images


naryab
04-21-2006, 07:43 PM
Hi all!

I know I have seen this discussed in the Dreamweaver MX 2004 CD, which I can't find, I do have the cover, but that won't fit in my CD player... anyway, I am creating a site like the one on the CD... It has a title image spanning 5 columns, and then 5 graphics below it. The problem I am having is that I have space between the title image and the button images. My padding, spacing, and borders are set to 0.

What am I missing?

I am specify the size of my table to that of my image, and all 5 of my images are exactly the width of the title image/table.

Please help, while I go search for my DT DW CD....

thanks,

mike

tanya
04-21-2006, 09:19 PM
Without looking at your web page, the only thing that I can suggest is to switch to Code View and delete any spaces that you may have between TD and TR tags.

Also, you might try putting the cursor to the right of all those 5 graphics and pressing SHIFT+ENTER (this will insert a simple line break after the second row of graphics).

laxman
04-21-2006, 09:39 PM
Also sometimes, the program leave a border around images. Go to the image properties and make sure there is no border, its not a thumbnail and it dosen't have any kind of caption option turned on.

naryab
04-22-2006, 11:38 AM
Thank you both! I played around with it more this morning. It is for a intro web development class I am taking, part of a course, anyway, I did have a small line on one of the images, so I removed that, which helped. I also created a new page, very basic! It seems fine there. I have taking Tanya's advice and checked for spaces, but nothing obivous. I have also made sure the borders="0", I assume that is what you were referring to laxman.

I listed the two below. The site is still in development, and I need to fix the rollover buttons so they aren't quite right.

I will spend more time checking later, I have to run out for a bit.

Thank you both!

mike

Here is the site:

http://www.kfandale.com/web44/reynolds/index.html

Here is the simple page "good":

http://www.kfandale.com/web44/reynolds/imagetable.html

laxman
04-22-2006, 03:10 PM
I don't have dreamweaver here so I can't be specific, but thats exactly what I mean. I've seen that problem before. Dreamweaver and Frontpage have a tendency to put borders around images with links on them. So the option to shut it off might be where you set the link or it might be in the image properties.

In the basic page where it all works, try making one of the buttons a link then do a preview. If that works, then copy the javascript into the header section and make the rollover. Then double check and make sure that works in preview. Basically, rebuild your website from the one that works, but check step by step in a browser to make sure everything works. That way you will know specifically what caused the problem.

naryab
04-22-2006, 04:50 PM
Great tip laxman! Thanks!!

I have actually built all of these pages from scratch, but using Dreamweaver for help. Again, I thought I heard about this problem in the DT Dreamweaver 2004MX CD, that is why I asked here... I'll get it!

Thank you all!

mike