Does anyone know how to place icons on myspace...?
i would want to place my icons like this on myspace:
[[icon pic.1]] [[icon pic.2]] [[icon pic.3]] [[icon pic.4]]
[[icon pic.5]] [[icon pic.6]] [[icon pic.7]] [[icon pic.8]]
To form some sort of large square of different icons!
i dont want them all vertical like this!:
[[icon pic.1]]
[[icon pic.2]]
and so on!
So my q. is..what do i include in the code, or how do i place the code in order to get them to be next to each other?? plz, help me!!thnx!!!
Does anyone know how to place icons on myspace...?you would have to create a table with 4 columns in html. Something a little like this
<table>
<tr><td><img src="iconPic1.gif"</td><img src="iconPic2.gif"</td><img src="iconPic3.gif"</td><img src="iconPic4.gif"</td></tr>
<tr><img src="iconPic5.gif"</td><img src="iconPic6.gif"</td><img src="iconPic7.gif"</td><img src="iconPic8.gif"</td></tr>
</table>
More Related Questions and Answers ...
The Myspace information post by website user , myspace-codes.com.cn not guarantee correctness.
