Quote:
Originally Posted by Arenlor
I removed the target because you should let the user decide instead of forcing them to open in a new window. I also open in new tab for example, unless I want to leave the page I'm on, your link would open a new window, so I'd close that AND your site and NEVER come back. Also target doesn't exist anymore (deprecated).
|
I thought I was doing a good thing by setting the target to _blank. my thought was that if I let them open it in the same window (because I have a feeling that most people don't know that they can middle mouse click or ctrl click to open a new tab or window) they will open the new url and browse that page and never click the back button to get back to my url. that is why I force links in a new window, so my url is never lost. but now I'm not so sure... lol. also, I personally have firefox set to open all new windows in a tab instead, so it just does it by itself when there is a target=_blank. now I can't figure if your method is better. I'm just worried people will not open a new tab or window, and my url will get lost in the history and they won't return after that one click.
also, I didn't know target was done with. how come it still works then? oh, and I'm not using a <p> tag after the h3, so I don't think p is causing the line space. I just decided to change it so the link is also enclosed in the h3 tag. it looks fine this way and it does what I want it to do now, lol. now it reads:
Code:
<h3>computerlove - <a href="http://cpluv.com">http://cpluv.com</a></h3>
one last thing though, why were you wondering if I had a reason for using h3? I just chose it for the size, I didn't want a huge h1 or h2. is there a reason I should choose other h sizes? thanks 
Last edited by tronicscribe; 06-16-2008 at 04:08 PM..
|