[thelist] FWD: New

aardvark roselli at earthlink.net
Wed Aug 9 10:42:02 CDT 2000


> From: Raven Shutley <eapoe299 at yahoo.com>
> 
> who wants to answer me: how do you put downloads on a website?  And

just link to the file...
	<a href="foo.zip">foo</a>...

> while we're at it, how do you make a link so it opens in a new 
window?

'target' attribute... you can use target="_new" or target="_blank", or 
even make one up, thereby naming the window:
	<a href="foo.html" target="foo>foo</a>

this is all pretty basic stuff covered in most of the beginner's books 
and web sites...




More information about the thelist mailing list