By calebm12 on
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
Try the form markup module, I
Try the form markup module, I just found it yesterday.
http://drupal.org/project/form_markup
does this just format the
does this just format the form for entry....or does it format the display after the info is entered.
It affects the display :0)
It affects the display :0)
for me it is just affecting
for me it is just affecting the entry form display.