|
CSS Text Help.
ok ..well i have text in my CSS document so let me give an example of how it looks:
.text{
welcome to the biorust forums.
have a nice day.
bye.
}
well i save it and then i link it to my html document. I then preview it and it then
it looks like this:
welcome to the biorust forums. have a nice day. bye.
does anyone know how i could position it using CSS? i asked someone before and they told me that i should make a seperate div for every different sentence if i want to position it the way i want to, but is there any other way?
|