If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Send Comments Link no showing?  XML
Forum Index » Support Forum
Author Message
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&nbsp;</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
Anonymous



the link is hard coded in the class 'class_poll.php'
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?
Anonymous



search for <a href=\...
and add your css <a href=\... class=\"YourCSS\"...
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum