Does anyone know the HTML code for making a link open in a new window? It's for my mom, as she's making her own website.
Thanks guys!!
Thanks guys!!
<a href="http://link.to.whatever/" target="_blank">Click Here</a>
<a href="http://link.to.whatever/" onclick="this.target='_blank';">Click Here</a>
TONY! said:Well, there you go, you got advice from--what seems to be--the two most computer savy dudes on this site. (Nerds!)
Here is a trick that I learned:
When you want to get an HTML document to do something, you can sort of copy it from a preexisting document that has that feature built in already.
Example: You know of a site that does what you want your HTML document to do. So you get the .html file from your TIF.
Then you edit the file and see how it was written or how that feature was put in the file.
Usually it would have "script" before and after it, and also be in red (if in MS FrontPage).
Just a clever trick I learned on my own that has worked for me so far.
I never took any HTML courses nor read any books.
Turbo. Targa. Life. said:Well that worked. Thanks Jeff Oh by the way [sarcasm]thanks for deleting my "FS: ME" thread[/sarcasm]