Monday, November 30, 2009

What HTML code do you use to make spacing on Myspace?

What HTML code do I use to put spacing in between paragraphs, you know, to skip lines to make a list of words? I ask because if I just use the space bar on the profile editor, it justs re-formats to form a block of text with no space in between paragraphs.



What HTML code do you use to make spacing on Myspace?

%26lt;br%26gt; for break



and go here for the rest



http://www.w3schools.com/



What HTML code do you use to make spacing on Myspace?

the code for paragraph type space is %26lt;br%26gt;your text%26lt;br%26gt;



What HTML code do you use to make spacing on Myspace?

"text%26lt;br%26gt;text" returns:



text



text



==============



"%26lt;p%26gt;text%26lt;/p%26gt;%26lt;p%26gt;text%26lt;/p%26gt;" returns:



text



text



==============



"%26lt;blockquote%26gt;text%26lt;/blockquote%26gt;" returns:



section of text that is indented and has some space above and below it.



==============



"%26lt;ol%26gt;



%26lt;li%26gt;item 1



%26lt;li%26gt;item 2



%26lt;li%26gt;item 3



%26lt;/ol%26gt;" returns:



an indented, numbered list.



============



"%26lt;ul%26gt;



%26lt;li%26gt;item 1



%26lt;li%26gt;item 2



%26lt;li%26gt;item 3



%26lt;/ul%26gt;" returns:



an indented, bulleted list



===============



"%26lt;hr width="90%" align="center"%26gt;" returns:



a line that divides the page horizontally.



Hope that gives you what you're looking for.



br=break



p=paragraph



ol=ordered list



ul=unordered list



li=list item



hr=horizontal rule

No comments:

Post a Comment

 
web development