you know those cute little icons you can put on your myspace? like the little saying or pictures. well i want to put a bunch on like in a bundle, not just going down. i want them to all be like squished together. i know you can make them center, but they stll just go down in a row. if this isnt making any sense, my myspace is www.myspace.com/andrea1626, if you go there you'll see what i mean about the icons going down. please help me! thanks!
theymos answered Friday March 23 2007, 4:38 pm: With HTML, just don't put <br> next to the image tag. The images will be right next to each other. Example:
this will create two images in a vertical row:
<img src=1.jpg>
<br>
<img src=2.jpg>
this will create two images right next to each other
<img src=1.jpg>
<img src=2.jpg>
runawayxlove answered Friday March 23 2007, 4:31 pm: hey, well what you have to do is put <br> before the copy and pasted code and then put </br> after the copy pasted code. it has to be after each icon code :]. [ runawayxlove's advice column | Ask runawayxlove A Question ]
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.