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

Re: How do i use the same style sheet?

 
0
  #2
Dec 30th, 2008
This line references the Style sheet for your Home:
  1. <link href="style.css" rel="stylesheet" type="text/css" media="screen" />
You show two stylesheets for your forum:
  1. <link rel="stylesheet" type="text/css" href="http://computer.forums.central-forums.net/Themes/babylon/style.css?fin11" />
  2. <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.
Last edited by peter_budo; Jan 7th, 2009 at 5:57 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