Thread: [SOLVED]
View Single Post
  #4  
Old 06-10-2009, 01:38 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,314
BMR777 is on a distinguished road
Default RE: The template

Yeah, you should add more to the path. The template.html and style.css should be in the same folder, however when the template is loaded through the adoptables script if you look at the HTML source in the browser the location of the style.css file is incorrect. You need to compensate by adding the full path to the style.css file inside of the templates directory.

For instance, if your style.css file is inside the templates/yourtemplate folder at templates/yourtemplate/style.css then you would use templates/yourtemplate/style.css for the path to the css file in your template.

Hope it helps,
Brandon
Reply With Quote