Log in

View Full Version : Stopping a Template CSS Output that is placed in the header?


GamerJunk.net
06-21-2006, 06:10 PM
Basically what I am doing is taking my Joomla header and using it for my forums. But what I want to do is only use the header...I want to keep VBulletins settings so the pictures render properly and such.

Here is an example of the trouble I am going through..

http://www.gamerjunk.net/forum/?styleid=15

Icons are not showing up at all. How would I close up the CSS template so that it doesn't go any further than just the header that is in the header template?

Princeton
06-21-2006, 08:25 PM
you cannot do this

however, you can wrap the elements within a unique ID (eg. #header) and you should be ok ... that is, as long as the selector is unique to your site/header

yes, you will have to edit your header css file ... depending on your needs you may need someone to look into it