on my pictures on myspace how do i add an icon or another picture below my first pic,and also how do i add color to the word text?
Myspace help???
You can simply add stuff to the caption with HTML coding.
In the caption, to add a picture, enter:
%26lt;img src="PUT HERE THE URL TO THE PICTURE"%26gt;
... and if the picture is too big, enter 'width="50%" height="50%"' (or whatever percent of the image size you want) after the 'src' bit, before the tag closes with the bracket '%26gt;'.
To add colour to the text, enter:
%26lt;font color="#000000"%26gt;TEXT HERE%26lt;/font%26gt;
... you can make those six digits after the hash anything you want, numeric or letters. The letters usually go from A-F. 000000 is black, and FFFFFF is white. Experiment with the colour codes a bit, or if you can be bothered, Google "hexidecimal colour table".
No comments:
Post a Comment