Status
Not open for further replies.

sticker

New Member
Hey all,

I'm helping a friend develop a site.

I have extremely limited CSS experience (sorry!) but tried all the same to change the content within Dreamweaver. The amended page loaded offline fine in Firefox and IE.

But when I upload it, Firefox displays it very differently! IE look ok.

As a matter of interest, am I looking at a serious problem, or can this be remedied simply?

Thanks in advance!

* Link removed *

There's still a little work to do - so be patient with my layout so far!!
 

louie

New Member
The website is way over the top. You can not read the content due to too many bright colors.

Anyway, what seems to be the problem.... the background repeating or what...
 

louie

New Member
BTW this is not a proper link to your CSS file:
Code:
<link href="[URL="file:///E|/WEBSITES/CSS%20Test/colorus/style.css"]file:///E|/WEBSITES/CSS%20Test/colorus/style.css[/URL]" rel="stylesheet" type="text/css" />
 

sticker

New Member
so it was the path to the css file.
It looks a lot better now.

Yeah, I thought it was going to be a HUGE coding problem!

I guess it just goes to show sometimes the simpest things are to blame (that, and my inexperience!!)

As a matter of interest Louie, If I create the different pages from the master I've prodiced and then hotlink the navabr, should the navigation work?

Thanks again...
 

louie

New Member
look into include file if php.

save the head content into a file called header.php than just use include directive
Code:
include("header.php");

this way any changed made to the file will reflect straight away and you only have to do it once.
 
Status
Not open for further replies.
Top