Myspace images?

fourdskate

Active member
does anyone know how to send an image in a myspace message? i did a regular img tag but it didn't work, can anyone enlighten me?
 
your code you need to send is

make sure you have the quotes, and make sure you close the tag out correctly with the >

if you have a large image that you want to resize,

if you want to link it

whenever you link, make sure you close it out or it makes everything underneath it a link.

if you want that picture to not have a border like it always does when it's a link,

That should help as long as all the tags show up. if not, this message will look friggin odd.
 
ok, looks like ass.

your code you need to send is

make sure to delete the !.. otherwise it will post the code not the picture.

if you have a large image that you want to resize,

if you want to link it

whenever you link, make sure you close it out or it makes everything underneath it a link.

if you want that picture to not have a border like it always does when it's a link,

Hopefully that will work. if not, go to google, type in html image tags or the such and go from there.
 
use tinypic.com

you dont have to sign up but you have to save the pic to ur comp then upload it to tinypic. super easy and it tells you which code to copy
 
ok, the simple version. add < where there are ( and add > where there is an )

picture code

(img src="http://whereyourphotoat.com/photo.jpg")

to make the picture a link as well

(a href="http://link.com")(img src="http://whereyourphotoat.com/photo.jpg"*$/a)

... make sure you close out your link otherwise everything below it will be the link as well...

to remove the border that appears around in image link

(a href="http://link.com")(img src="http://whereyourphotoat.com/photo.jpg" border="0px")(/a)

 
Back
Top