Click to See Complete Forum and Search --> : Firefox/Dreamweaver layout cells


Rory Shaw
03-06-2009, 06:04 AM
I'm a newbie a web building - learning as I go along. Putting together a simple site but having trouble with the way text in layout cells is displayed in firefox. Looks fine in IE but in firefox there is a space between the text and the top of the cell - altering the overall layout of the page. Any ideas how I can prevent this problem happening?

Thanks

Fang
03-06-2009, 06:48 AM
Probably align="top", although you should not be using tables (http://www.hotdesign.com/seybold/) for this purpose.

Rory Shaw
03-06-2009, 06:54 AM
Thanks, align is top so this is not the problem! Is there some code I can use to address this problem? Check out www.snowdoniamountaineering.com/Gallery_3.html in both IE and Firefox to see difference.

Fang
03-06-2009, 07:00 AM
p {margin:0;}

Rory Shaw
03-06-2009, 07:09 AM
Where do I put this?

Fang
03-06-2009, 07:16 AM
In the css