View Single Post
Old 05-07-2008, 04:44 PM   #1 (permalink)
beckie
Registered User
 
Join Date: May 2008
Posts: 2
OS: xp


Dreamweaver displays fine in IE & safari but not in firefox

I had a problem thats now fixed but i thought i would let you know incase any of you come accross this yourselves.

The border i had around my wedpage would display fine in IE and safari but not in firefox. It wouldn't come up the right colour and the edge was bevelled.

This is the code i had when this problem was occuring:

<td width="483"><table width="481" border="1" bordercolor=""B8312D" cellpadding="0" cellspacing="0">

This is the coding of the actual table i wanted the border around.

The issue was that IE & Safari use XHTML, and firefox uses strict HTML so this property wasn't displaying.

Problem Solved:

I removed the bordercolor from the table code and left the border="0". I then went into my style sheet and created a new style called border. There, the only properties I added were the border ones. I then went back, highlighted my table (i use split design) and added the border property to the table that way.

and... It worked! YaY!... Please feel free to email me beckie@tildavirtual.com.au to ask anymore questions on this, if i haven't explained it well enough.

Also if you'd like to check out the page its robynrobertson.com.au (if you visit this page and its still the holding page) go to: www.robynrobertson.com.au/website/index.html

Hope this helps!
beckie is offline   Reply With Quote