ok, everytime i put a myspace graphic it will place it one on top of the other one but i have seen some pages where the graphics are together, next to each other...how do i do that? did i explain myself? I am just trying to use up the space, the page will look better if I can put my graphics together next to eachother...i hope i made myself clear.....thanks for the help!!!!
How to put graphics together in myspace?
Although this is somewhat a programming question it belongs in the "Myspace" category!
You need to use tables.
%26lt;table%26gt; (this begins the table)
%26lt;tr%26gt; (this begins a row, horizontal, of data)
%26lt;td%26gt; (this is an cell of data of the current row. There can be more than one!)
%26lt;/td%26gt; (this ends the cell of data)
%26lt;td%26gt; (#2 begin)
%26lt;/td%26gt; (#2 end)
%26lt;td%26gt; (#3 begin)
%26lt;/td%26gt; (#3 end)
%26lt;/tr%26gt; (end first row)
%26lt;/table%26gt; (end of table)
This will result in a group of three cells in a single horizontal row. Think of it like Excel.
In case my example didn't show properly because of yahoo answers goofy way of handling data you can find tutorials on HTML and Tables over here:
http://www.w3schools.com/html/html_table...
No comments:
Post a Comment