I know you can make a link that says the page's web address, but how do you make one that says, for example, Click here for Scratch! instead of http://scratch.mit.edu
Last edited by rufflebee (2010-06-22 17:47:53)
Offline
Use BBCode.
[url=Link goes here]What you want the link to say[/url]
Hope this helped!
Last edited by Aidan (2010-06-22 17:47:04)
Offline
You can also link to "about:blank" (on firefox or IE only) for this:
TEXT
(
[url=about:blank]TEXT[/url]
)
Offline
If the site that you want to put the link support html you can use this:
<a href="http://scratch.mit.edu">Your text here</a>
Offline
musicmixers wrote:
If the site that you want to put the link support html you can use this:
<a href="http://scratch.mit.edu">Your text here</a>
Unfortunately, the Scratch website doesn't support HTML because HTML is pretty open to abuse. So this is probably not what you're looking for.
Offline
waveOSBeta wrote:
You can also link to "about:blank" (on firefox or IE only) for this:
TEXT
(Code:
[url=about:blank]TEXT[/url])
Ohmygod OwO
That's awesome
Offline
Last edited by waveOSBeta (2010-06-23 08:36:51)
Offline
coolstuff wrote:
musicmixers wrote:
If the site that you want to put the link support html you can use this:
<a href="http://scratch.mit.edu">Your text here</a>Unfortunately, the Scratch website doesn't support HTML because HTML is pretty open to abuse. So this is probably not what you're looking for.
I don't think that he asked for putting a link into http://scratch.mit.edu. I think that the question was how he can put a link that redirects to scratch from another website.
Offline