I am not yet girlified enough to comment on the dress stuff, so I'll stick to manly image embedding. I suspect that you need a paid account for it to work.
If you want a simple test of whether you can do it, try the following code:
<img src="url">
where the URL between the quotes is the address of the picture.
To find the URL of a picture to test, you can do the following: 1. Using the Firefox web browser, go to a web page that includes a picture you want to use. 2. Right click the picture and select View Image. 3. You should now see just the picture. The text in the browser's address bar is that picture's URL. 4. Highlight and copy the URL from the address bar and paste it between the "" in the code.
no subject
Date: 2008-05-08 08:08 pm (UTC)If you want a simple test of whether you can do it, try the following code:
<img src="url">
where the URL between the quotes is the address of the picture.
To find the URL of a picture to test, you can do the following:
1. Using the Firefox web browser, go to a web page that includes a picture you want to use.
2. Right click the picture and select View Image.
3. You should now see just the picture. The text in the browser's address bar is that picture's URL.
4. Highlight and copy the URL from the address bar and paste it between the "" in the code.