Hello Guys,

how do i use the same style sheet for the forum.

i have my home, and i have my forum...

what do i do??

Thanks,

Cohen

Recommended Answers

All 8 Replies

This line references the Style sheet for your Home:

<link href="style.css" rel="stylesheet" type="text/css" media="screen" />

You show two stylesheets for your forum:

<link rel="stylesheet" type="text/css" href="http://computer.forums.central-forums.net/Themes/babylon/style.css?fin11" />
	<link rel="stylesheet" type="text/css" href="http://computer.forums.central-forums.net/Themes/default/print.css?fin11" media="print" />

The second one looks like a print stylesheet, so just change the relevant entries in the first one, or substitute the home style sheet.

Thanks,

You might also be able to help out with my other problem - http://www.daniweb.com/forums/thread164847.html - It would be great if you could!

Also, where do i insert the code??? do i get the style sheet on the forum or what???

Thanks,

Cohen

The easiest way might be to copy style.css to your forum folder and change this line:

<link rel="stylesheet" type="text/css" href="http://computer.forums.central-forums.net/Themes/babylon/style.css?fin11" />

To:

<link href="style.css" rel="stylesheet" type="text/css" media="screen" />

Your other problem is a bad link:
This:
a href="www.central-forums.net"
Should be:
a href="http://www.central-forums.net/forums/#"
Note that your other menu links need to be changed also.
You can read more about how links are formed here:
http://www.w3schools.com/HTML/html_links.asp
I think I have all that right, but let me know if anything gets broken.

The easiest way might be to copy style.css to your forum folder and change this line:
<link rel="stylesheet" type="text/css" href="http://computer.forums.central-forums.net/Themes/babylon/style.css?fin11" />
To:
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />

Where do i change this line??? i can't find it... i have copied the style.css file to my forum folder, now what?

Sorry, i'm a newb at this.

Cohen

On this page:
http://www.computer.forums.central-forums.net/
In Dreamweaver I believe this can be seen in Code View
I'm not a php expert, but every page will need to reflect this change if you want them all to use this stylesheet.

On this page:
http://www.computer.forums.central-forums.net/
In Dreamweaver I believe this can be seen in Code View
I'm not a php expert, but every page will need to reflect this change if you want them all to use this stylesheet.

Alright, Thanks for your help.

:)

Cohen

css file include in home page's html code..

Alright, i have a bit more of a play with it...

I'll do that sometime this week and get back to you guys.

Thanks,

Cohen

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.