Thread
:
CSS - changing <p>?
View Single Post
#
3
(
permalink
)
03-01-2006, 02:32 PM
baladus
Rookie
Join Date: Nov 2005
Posts: 8
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.
baladus
View Public Profile
Send a private message to baladus
Find all posts by baladus