HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Need to embed a link within a web page
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
soho8176



Joined: 14 Nov 2008
Posts: 1

Posted: Fri Nov 14, 2008 9:26 am     Need to embed a link within a web page  

I have copied and pasted the link into the web page but need to make it more concise and meaningful.

For example:
http://mapsco.com
I like this to be "Directions" and not the link.
sticks464



Joined: 31 Dec 2006
Posts: 1283

Posted: Fri Nov 14, 2008 10:41 am      

Look at your code and you will find something like
Code: <a href="http://mapsco.com">http://mapsco.com</a>

Change it to
Code: <a href="http://mapsco.com">Directions</a>
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group