DreamWeaver-How to make text in seperate cells closer?

They have: 6 posts

Joined: Jan 2006

I am using dream weaver (I know little to no HTML) and I want the space between two cells of text to be smaller. (One is above the other)
The cells are the secondary side navigation for the site and I want a nice tight list. (not spread out vertically)

They were perfect when I started but at some point became twice as far apart as they used to be, when i preview.

I have already tried to just make the cells smaller by dragging their bottoms up and by typing in a smaller cell height, but to no avail.

Any thoughts would be greatly appreciated

Busy's picture

He has: 6,151 posts

Joined: May 2001

Is this in a table? if so have you set cellpadding and cellspacing to 0 ?

They have: 6 posts

Joined: Jan 2006

Busy,
i just checked the padding and spacing as you suggested and they are both 0. Any other ideas?

thanks

They have: 6 posts

Joined: Jan 2006

Busy,
I checked out your website (one of many i see) hoping i might be able to find the answer there.

I did not, but i did you see your side nav shares the same basic characteristics that i was looking for i tried to copy yours (i hope you see copying as a complement) by putting my list all in the same cell but that did not work the spacing is still huge, as if i have selected double spacing some where or some such. i am working on getting up as work in progress so all can see it.

thanks

DaveyBoy's picture

They have: 453 posts

Joined: Feb 2003

i think sometimes the height of the cells in dreamweaver is defaulted to 19 unless you add a style to the text in it or the actual cell, i think anyway!

Busy's picture

He has: 6,151 posts

Joined: May 2001

any chance of seeing your cource code? a url perhaps

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

As busy says we really need to see what you are doing as it might or might not be something to do with DW, most probably the table structure is wrong somewhere

Julia - if life was meant to be easy Michael Angelo would have painted the floor....

They have: 9 posts

Joined: Jan 2006

Change the cellspacing and cellpadding by numbers, Enter a number in place of the 0's. 1 is larger, 2 is larger than 1. It goes by pixels so the greater the number the more spacing you will have.

Chris

"In business you only have to make it once...."

They have: 6 posts

Joined: Jan 2006

how is this? (it is the code for the cell i am working with)

maps
language
pictures
food
more
things
here  

 

 

DaveyBoy's picture

They have: 453 posts

Joined: Feb 2003

instead of using the tag - ie. pressing enter for a new line
try - which is SHIFT+ENTER to move down.

Busy's picture

He has: 6,151 posts

Joined: May 2001

(or for xhtml) is the answer but you don't need that second table there, use rowspan instead

They have: 6 posts

Joined: Jan 2006

it worked!! (shift return)

i guess my original idea of using separate cells for the nav was not good...

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.