87dave87 Posted November 20, 2006 Share Posted November 20, 2006 Can anyone see a reason why on my website @ http://www.emulators.cc/ that the sliced table which contains the words '8 emulators in this category' isnt displaying correctly in Firefox? Its works fine in IE7 and Apple Safari.Thanks in advance. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 20, 2006 Share Posted November 20, 2006 It is because you're using a paragraph tag around the [b]8 emulators in this category[/b] textBy default paragraph tags have a bit of margin/padding on them. So the margin/padding was making your row hight lager and thus you get the distorted image type effect. You should use a span tag instead.Also you are using far too much html for the type of layout you're doing. Quote Link to comment Share on other sites More sharing options...
87dave87 Posted November 20, 2006 Author Share Posted November 20, 2006 Thanks! where am I using too much code? if you mean the tables under the emulator headings, how would I do this with less code? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 20, 2006 Share Posted November 20, 2006 Using tables for layouts isnt recommended. As tables are designed for showing tabular data on a web page. You should start to learn CSS layouts. With CSS layouts you have to code far less html at least 75% less. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.