View Single Post
Old 2007-04-03, 06:41 AM   #4
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
Only 1 quotation mark is required at the end of the string, after 'nofollow', not two.

Single quotes are being used to seperate the HTML from the code

Code:
'<a href="' + URL + '" rel="nofollow">'
means
Code:
Generate this on the page, please <a href="addurlhere" rel="nofollow">
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote