ookay, so im trying to get my icons to be in like 3 rows of 3, how do i do that? they keep separating and putting themselves one under another...i dont want them like that...i only want good answers! i know it can be done, ive seen it on other ppl's profiles.
Myspace html geniuses, please!?
I've never used MySpace, but I know HTML. If you are able to enter HTML when creating your page....
Place your icons in a table.
****EXAMPLE CODE***
%26lt;Table%26gt;
%26lt;TR%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;/TR%26gt;
%26lt;TR%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;/TR%26gt;
%26lt;TR%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;TD%26gt;%26lt;Img src="MyIcon.gif"%26gt;%26lt;/TD%26gt;
%26lt;/TR%26gt;
%26lt;/Table%26gt;
****END OF EXAMPLE CODE***
Myspace html geniuses, please!?
create a table for them to appear in- for more info see:
http://www.mcli.dist.maricopa.edu/tut/
No comments:
Post a Comment