View Full Version : Help me pls..... pls..pls..


Elfin_Girl
01-18-2003, 12:29 PM
Hey all...... I do think myself so stupid n silly... I just wanna ask some questions here...
<a href="#" alt="#"> I do get confuse with this thing...... what should I actually put in the <a href> there, n what should I put in the <alt> there? n..... wat is the <alt> for?

Now... I wanna make a page. In my page I want 4 links... how do I link all my page? I get so confuse as I know the code.. but they don't work well. example: page 1 can go to home, but home cannot go back to page 1. page 1 can go to page 2 but page 2 cannot go back to page 1. page 2 can go to home n home can go to page 2. Wat's the problem?

Peter
01-18-2003, 12:41 PM
Alt = see: http://www.lissaexplains.com/html2.shtml#alt

Linking = see: http://www.lissaexplains.com/html2.shtml#link

Example:
<a href="http://address you want text to link to" alt="Description of link">Text Goes Here</a>


Just make a Back link so you can get back to the previous page. Sorry if I don't understand you correctly.