Gossamer Forum
Home : Products : Links 2.0 : Customization :

Missing Opening Bracket in Code?

Quote Reply
Missing Opening Bracket in Code?
I am missing an Opening Bracket in my links votes section
ie... Test Votes: 0) Rate It

our URL is
http://nursingmall.hypermart.net/Stethoscopes/



Quote Reply
Re: Missing Opening Bracket in Code? In reply to
It is not missing a bracket...the problem is with your tags in your link.html file...Tags must be on separate lines, like the following:

<a href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>">
<%Title%></a>

The tag on the second line is the Title tag. Unfortunately, the WWWTHREADS forum corrupts some of the special characters like < and % when they are together.

OR download the Enhanced Template.pm codes, which will allow you to have TAGS on the same line.

BTW: There is a FAQ that discussed TAG PROBLEMS in the Resource Center.

Regards,

Eliot Lee
Quote Reply
Re: Missing Opening Bracket in Code? In reply to
Thanks! My program (dreamweaver) deleted all the spaces causing the problem..

Thanks

Al

Quote Reply
Re: Missing Opening Bracket in Code? In reply to
You're welcome...please refer to the FAQs in the Resource Center because there are many answers to commonly asked questions like yours in there.

Regards,

Eliot Lee
Quote Reply
Re: Missing Opening Bracket in Code? In reply to
Just a quick note Elliot, I did visit the resource centre previously, but was unable to access the Enhanced Template.pm file as the link to it is dead.. do you know where I can get it from somewhere else?

Al

Quote Reply
Re: Missing Opening Bracket in Code? In reply to
I don't know what's wrong with your web browser, but I was able to get to the detailed page of the Enhanced Template.pm Mod codes (which is linked in the Modifications section of Links 2.0).

http://www.gossamer-threads.com/...es/Detailed/877.html

Regards,

Eliot Lee
Quote Reply
Re: Missing Opening Bracket in Code? In reply to
Got it.. thanks

Quote Reply
Re: Missing Opening Bracket in Code? In reply to
You're welcome.

Regards,

Eliot Lee