PDA

View Full Version : custom style output?



madness
04-14-2005, 01:15 PM
Having a bit of trouble getting this to integrate with my site. I would like to have my stylesheet dictate text formatting and I cant seem to get it to import or link rel stylesheets, what am I doing wrong, as I would think this should just be an add on in the "counter-display.html" , it refuses to call to the stylesheet... Any suggestions?
Thanks very much..
Also, to add the script was an easy install using mysql and runs great as far as I can tell at this point.. thanks again!!!

Patrick
04-14-2005, 05:48 PM
If I am understanding you correctly...

Add in whatever css tags you want into counter-display.html and then simply add the style sheet call into the header of whichever page you are including the counter on.

Alternatively, you could place the css formatting directly into whatever tags you are using in counter-display.html.

An example would help.