PDA

View Full Version : Minimum Cell Size



Alphageek
05-23-2003, 07:47 AM
Anyone know how to change the minimum allowed cell size in DW?

I have a sliced image that is only 10 pixels high and when I'm creating my row for it to fit perfectly in, DW says
"The value you entered would make this become smaller than its minimum size. It will be adjusted to a valid value." It then sets the row height to 19 pixels.

Thanks for any help you can provide.

I'm using Dreamweaver MX if that helps.

Thanks,
Alphageek

[Edited on 23-5-2003 by Alphageek]

[Edited on 23-5-2003 by Alphageek]

schemogroby
05-23-2003, 09:01 AM
take a closer look in the code view...
DW(MX) tends to add an "Invisble" spaces " " to empty cells

remove it and try again...maybe thats the reason.
else
try to change width/height values directly in the code.

°g°

Alphageek
05-23-2003, 02:35 PM
Thanks for reply.

If I remove " ", it removes the entire row. But, I just entered the row height of 10 pixels straight into the code and it worked. However, the row on the visual part did not change which scared me at first, but I inserted the image and the row adjusted perfectly.

As you can tell, I'm new to DW so I greatly apprecaite your help. I'll probably be posting many more silly questions in the future as I get more involved with my site. Right now I'm using the default site built in Colin's "From Photoshop to Dreamweaver" book, which for a beginner to both of these programs is absolutely invaluable. Worth every penny I spent on it.

Thanks again,
Alphageek