ChatterBank2 mins ago
MySpace help
1 Answers
Can anyone tell me how to upload images onto the 'comments' section? I've used Photobucket to get images onto my profile but can't work out how to attach images to comments. Thanks!
Answers
Best Answer
No best answer has yet been selected by tingirl. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.You need to write a HTML tag to reference to the image on your photobucket hosting - like this:
<img src="http://photobucket.com/myalbum/myimage.jpg"> ;
This will insert the image in place of the code.
I'd try using http://imageshack.us/ for larger images instead of photobucket as well - it doesn't resize them down.
<img src="http://photobucket.com/myalbum/myimage.jpg"> ;
This will insert the image in place of the code.
I'd try using http://imageshack.us/ for larger images instead of photobucket as well - it doesn't resize them down.