View Single Post
  #6  
Old 04-28-2009, 03:49 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 17,496
BMR777 is on a distinguished road
Default RE: How do I apply the style, or do I have to change it?

Do you know HTML? Basically you're replacing what is in your template for a blank variable where stuff from the adoptables script will appear.

So, for instance, if you open your template you'll see something like:

Code:
<title>Template Title is Here</title>
You would replace with:

Code:
<title>:BROWSERTITLE:</title>
This way whatever title you set in the ACP is used when the adoptables script loads a page. :)

When you say it doesn't work, what exactly happens?