How do you put links in your signature? I tried doing it in HTML but it didn't work.
Offline
Offline
Sellout wrote:
You can make pictures link to things too! I don't remember how though
You surround the image with url tags, like this
[url=scratch.mit.edu][img]http://scratch.mit.edu/img/gr_logo_scratchr.png[/img][/url]
Offline
veggieman001 wrote:
Sellout wrote:
You can make pictures link to things too! I don't remember how though
You surround the image with url tags, like this
Code:
[url=scratch.mit.edu][url]http://scratch.mit.edu/img/gr_logo_scratchr.png[/url][/url]which produces
http://scratch.mit.edu/img/gr_logo_scratchr.png
Thank you! Do you know if there's a limit to the picture size?
Offline
shivadas wrote:
veggieman001 wrote:
Sellout wrote:
You can make pictures link to things too! I don't remember how though
You surround the image with url tags, like this
Code:
[url=scratch.mit.edu][url]http://scratch.mit.edu/img/gr_logo_scratchr.png[/url][/url]which produces
http://scratch.mit.edu/img/gr_logo_scratchr.pngThank you! Do you know if there's a limit to the picture size?
Signatures are automatically cut off vertically at 150px, and anything wider than the post width is cut off, so, that.
Offline
shivadas wrote:
I tried doing it in HTML but it didn't work.
Scratch Forums uses BBC code a'nd not HTML tags. You can see t'he linky code here
Linking with BBC code
But if you want my knowledge, you can continue reading my talk
There are two kinds of links, the first one is "link without custom name";
http://scratch.mit.edu
Here's t'he code:
http://scratch.mit.edu
Using "custom" names
It will looked like this:
Scratch
code:
Scratch
Hope that helps!
Offline