I edited your post so we didn't have horizontal scroll.
That should not pass PR. However it doesn't look like it'd function as a link either.
Printable View
I edited your post so we didn't have horizontal scroll.
That should not pass PR. However it doesn't look like it'd function as a link either.
Thanks for editting it:)
I've not tried it for functioning yet, I bought a Templatemonster template so that could be the reason:)
Anyway thanks Chris.
Oh yeah and just on the topic of javascript links...
if you are using '(<a hre + 'f="http://") could you change it into <a hre + f="http://"). Like I don't need/want the document.write bit there, so would the way I show be the right way of going about things?
I just use the following...
<a href="#" onclick="window.open('http://www.url.com')">Text</a>
Ofcoarse, thats if you want to open the link in a new window.
________
roor bong
Huh? Your saying you dont want the document.write bit? I dont quite understand that - thats how JS writes to the page.Quote:
Originally posted by Mike
if you are using '(<a hre + 'f="http://") could you change it into <a hre + f="http://"). Like I don't need/want the document.write bit there, so would the way I show be the right way of going about things?
You use JS to write the code so that you can break up the "<a href=" so Google doesnt realise its a link.