|
Myspace html I want to put my writing in this format on my myspace about me:
Im ----
--------
--------
Sorry, that's hard to explain, but I mean, I would like it in the centre and to have spaces in my sentences, so a new sentence starts each line.
I typed it in like that but it came out all next to each other, like this:
Im ------------------------------------------. ----------------.----------------------------.
-----------------.
Does anyone know the html code to put my about me in the centre and start each sentence on a different line.
Thanks, xxx
[ ] Want to answer more questions in the Technology category? Maybe give some free advice about: Internet & Web Design?
The code for having it stacked like that is:
<br>
The code for having your text centered is:
<center> ]
<center>
(Your sentence here)<br>
(Your sentence here)<br>
(etc.)<br>
</center> ]
Hey. Well, to center your writing, you put <center> and write what you want here. To but a break in the lines after each sentece, you put <br> so it will
break apart like
this whenever
you put
<br> next to
your writing. well, hope I helped. ]
It sounds like you're looking for a break code. That is represented by <br> (that won't show up properly on certain parts of the Advicenators website as it is HTML code, it is BR with the triangular brackets around it). If you place that after each sentence, or at the beginning of each subsequent sentence, you should have a break after each.
There are some excellent websites that list basically all of the HTML code you could ever need, for future reference. For example, www.htmlgoodies.com. ]
More Questions: |