View Single Post
Join Date: Oct 2007
Posts: 1,109
Reputation: hughv is on a distinguished road 
Solved Threads: 87
hughv hughv is offline Offline
Veteran Poster

Re: How do i use the same style sheet?

 
0
  #4
Dec 30th, 2008
The easiest way might be to copy style.css to your forum folder and change this line:
  1. <link rel="stylesheet" type="text/css" href="http://computer.forums.central-forums.net/Themes/babylon/style.css?fin11" />
To:
  1. <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.
Last edited by peter_budo; Jan 7th, 2009 at 5:58 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
BS, PH, CIB
Reply With Quote