Cheap Gas - Loans - Mobile Phone - Arizona Pools
:::asking for help yet again :(::: [Archive] - Threeboy Forums

PDA

View Full Version : :::asking for help yet again :(:::


3boyforPerZ
03-26-2003, 12:14 PM
this is about my site this time i am trying to link a download
and well lets see....its not working is it because im using frames i know the right simbol is <A href="thesite">your text/info</a> but its not working and i have no idea why ppl told me its cause im using frames but my site addy if you wanna look at the sorce is

http://www20.Brinkster.com/TextGamers/Downloads.html


i mean it all looks right but i have no idea why its not working.....
thanks if ya can help me. :)

Liquor_Riss
03-26-2003, 01:36 PM
Put </a> at the end and it should work :)

Oh, and looking at your other posts, make sure the links spelled correctly ;)

Jace101
03-28-2003, 06:44 PM
[code:1]<HTML>
<BODY BGCOLOR="BLACK" TEXT="red">
<CENTER><H1>Downloads!<H1></CENTER>
<A Href="http://www.valve-erc.com/filers/?download=/files/hammer_v34.exe>Valve Hammer Editor v 3.4</A>

</BODY>
</HTML>[/code:1]
All your missing in that link are inverted commas at the end of the url to the file.

This...
[code:1]<A Href="http://www.valve-erc.com/filers/?download=/files/hammer_v34.exe>[/code:1]

Should be this...
[code:1]<A Href="http://www.valve-erc.com/filers/?download=/files/hammer_v34.exe">[/code:1]

That should fix it.