Join our server on Discord

Stupid Question, but need help badly
#1
Okay, this seems like an extremely stupid question, but...

How do you get a pic in your sig? I've checked the faq, as well as just about every topic here, and they've been of no help. I got the impression from one topic I read that there used to be a sticky of some sort that explained it, but there isn't now.

So, yeah, how do I put a pic in my sig, and how do I change the size of it when I do?
Reply
#2
i think you shall go to 'Profile' and scroll down until you reach 'Siganture'
there you enter whatever text you want and i THINK (not know) it is in html... so something like
(img src="http://whatever-url.something/imagename.filetype")
(!! make <> instead of () !!)
so for example...
(img src="http://digiartistsdomain.org/phpboard/images/smiles/icon_lol.gif")
would be

and for resize... well... you can write
(img src="http://whatever-url.something/imagename.filetype" width=80 height=80)
(!! make <> instead of () here, too !!)

enough help or doesnt it work?
Reply
#3
however, please do not resize an image useing HTML, resize it yourself and reupload it somewhere, resizeing an image useing HTML dither the image AND slows down the pages
Reply
#4
Aye... forgot to say that... resizing an image with html sourcecode only tells browser to load the image and display it resized... it is not really resizred this way... so... if you have an image 1024x768 and resize it to 60x60 using html it is STILL 1024x768 only displayed smaller... :)

had to say that :D
Reply