i want to take icons and put the m in rows of 4 but it keeps putting them on the next line and %26lt;br%26gt; isnt working
How do i make icons on myspace side by side?
try this html code
%26lt;table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1"%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
replace the picturehere with the url of the icon you wish to hae rowed.. this is a 4x4 table if you want more coloms add
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
if you want more rows add with the same amount of coloms as all the rest
%26lt;tr%26gt;
%26lt;td%26gt;%26lt;img border="0" src="picturehere"%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
hope this helps
happy holidays
No comments:
Post a Comment