This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-09-23 18:16:37

murpho
Scratcher
Registered: 2010-07-01
Posts: 1000+

BBC question

how can i make it so when you click on this: https://lh6.googleusercontent.com/-EfANv1eoX0s/TnvcRfcBnkI/AAAAAAAADYc/u3MHZSEbwNM/jacuzieinc1.gif
you are taken to this url: http://scratch.mit.edu/forums/viewtopic.php?id=73499


https://lh6.googleusercontent.com/-l-rgCPiQ9pY/Tp32n1MRUEI/AAAAAAAADoA/HNQWbO8OOaA/s510/soccerleague.gif

Offline

 

#2 2011-09-23 23:15:07

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: BBC question

It's quite simple, you just have to put the [img] tags inside the [url]s. Like so:

https://lh6.googleusercontent.com/-EfANv1eoX0s/TnvcRfcBnkI/AAAAAAAADYc/u3MHZSEbwNM/jacuzieinc1.gif

The code for that is

Code:

[url=http://scratch.mit.edu/forums/viewtopic.php?id=73499][img]https://lh6.googleusercontent.com/-EfANv1eoX0s/TnvcRfcBnkI/AAAAAAAADYc/u3MHZSEbwNM/jacuzieinc1.gif[/img][/url]

I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#3 2011-09-24 09:44:59

murpho
Scratcher
Registered: 2010-07-01
Posts: 1000+

Re: BBC question

ah i see, i had it reversed.


https://lh6.googleusercontent.com/-l-rgCPiQ9pY/Tp32n1MRUEI/AAAAAAAADoA/HNQWbO8OOaA/s510/soccerleague.gif

Offline

 

#4 2011-09-24 10:28:48

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: BBC question

Oh, you just had it reversed... You were close.

If you ever want to learn HTML you should learn that by having a image around a link does nothing, because the image will have the url tag inside it.

But since the url tag allows you to go [url=...] then you can put anything bbcode except for quotes and codes. even smilies though!

(by the way, it's BBCode. Don't initial it BBC because that's the name of a news channel or something in Britain.)

Offline

 

Board footer