i am using the content profile module to add fields to the user profile. it works fine. my question comes in displaying the information. i would like to add spaces between each field. for istnance right now after a user completes the profile it shows up as
name: xxxxxxx
state: xx
favorite color:xx

i would like it as
name: xxxxxxx

state: xx

favorite color:xx

i cant figure out how to do this. any suggestions would greatly be appreciated

Comments

hailaz’s picture

Try the form markup module, I just found it yesterday.

http://drupal.org/project/form_markup

calebm12’s picture

does this just format the form for entry....or does it format the display after the info is entered.

hailaz’s picture

It affects the display :0)

calebm12’s picture

for me it is just affecting the entry form display.