ok, so when your answering a question and you want to put down a link (http://www.google.com/ like so!) i can do that but how do i just put it under 'here' like iv saw some people do on the site??? (if that makes sense!) Thanksxx
We've been here before but I'm in a good mood. There's an explanation at one of our favourite sites for whistles and bells - Click Here For HTML Goodies.
(a href="" target="_blank">http://www.google.com")here(/a) if you don't want it underlined make it (a href="http://www.google.com" style="text-decoration: none)here(/a) ofcourse, replace each ( with a < and ) with an >
struth, what a mess, try it this way < a href="http://www.google.com" >here< /a >
if you don't want it underlined make it
< a href="http://www.google.com" style="text-decoration: none >here< /a >
without any spaces between script and the > < s.
Wrong link - my fault!
Try clicking on this.
The easiest thing to do is to bookmark the page created by the link above, then copy and paste the web address between "the quote marks".
Then to name the link, run your cursor where Click Here For HTML Goodies is written in blue, so that it's highlighted then type over that whatever you want to call it.
Blimey, tying myself in knots here.
[A HREF="http://www.webaddress goes between the quote marks (no spaces!).com">Type the link name here and you should be in be in business. I need to lie down!
Copy and paste that
To link to google and use the words "click here" as the link, copy this:
<a href="http://www.google.co.uk">click here</a>
Copy and paste this and change the url and the words - saves you having to learn anything new ;-)
If anyone wants to be able to post html examples then don't type the < and > symbols as your html will be interpreted rather than printed. Use
<
and
>
for the benefit of these keen to learn folks :)