View Single Post
  #4 (permalink)  
Old 11-26-2007, 07:16 AM
TechieGuy's Avatar
TechieGuy TechieGuy is offline
Super Moderator
 
Join Date: Jul 2007
Location: Canada
Posts: 1,172
TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)
Default

I have looked at the source of your Web site and it appears that the template you are using uses several CSS files, and they arre located in the "/modules" and "/themes" directory off your root.

If you want to have a look at them simply open the source of your web page and look for the lines starting with "<style type="text/css". Copy the location of the CSS and past it right after your URL in the address bar.

For example, one CSS line looks like:

<style type="text/css" media="all">@import "/themes/evening-5.x-1.0/evening/style.css";</style>

You would then paste the location into your browser so it looks like:

http://online-gaming-addiction-resource.com/themes/evening-5.x-1.0/evening/style.css
Reply With Quote