PDA

View Full Version : Quickie HTML Question



Roey
April 17th, 2010, 10:46 AM
Hi,
When linking to an affiliate product I have the page close and return where the person began - on my site. By doing this I use:

target="blank"

I just realized some of my code has this:

target ="_blank"

That seems to work the same. My question is does it matter if that underscore is there or not?

Thanks in advance for your reply.

Peace,

Roey.

cwboaze
April 17th, 2010, 10:55 AM
It does depending on the browser! they are visiting your page from. I always use _blank, cause it's universally supported by Linux,Mac, and Windows.

Roey
April 17th, 2010, 11:37 AM
Thanks for the reply!