View Single Post
  #3 (permalink)  
Old 03-01-2006, 02:32 PM
baladus baladus is offline
Rookie
 
Join Date: Nov 2005
Posts: 8
baladus is on a distinguished road
You'll need to change the P tag to set the display option.
I believe 'inline' is the one you are looking for (I don't have a way to test this at the moment)

p{
display: inline;
}

should do the trick.

Reply With Quote