Author |
Message |
29/01/2002 00:23:22
|
Anonymous
|
Hi Everyone!
Small problem... on the Poll results page I have added a css class to my hyperlinks in the template code.
All links work fine and follow my class definitions. Only link that doesn't is the 'Send comment' link. I can't see how I can set a class to this <a href> as it is defined outside of the template script and pulled in dynamically, via the
$VOTE<br><br><div align="center">
$COMMENT </div></font>
Poll results page footer looks like this-
Total votes: 4
You have already voted!
Send comment //(not following my class)
Version 2.0
Can anyone help, or know where/which file this link is defined?
Thanks
|
|
29/01/2002 16:27:47
|
Anonymous
|
the link is hard coded in the class 'class_poll.php'
|
|
30/01/2002 22:46:54
|
Anonymous
|
Thanks for the respomse but I see those variables in the file class_poll.php, in the includes folder. How do I format that link though?
Ideally I'd like it to follow my css... any ideas?
|
|
31/01/2002 12:53:16
|
Anonymous
|
search for <a href=\...
and add your css <a href=\... class=\"YourCSS\"...
|
|
|