By CandiceJarrett on
Hey everyone!
I am building a site for a friend of mine, and am having an issue formatting the profile module. If you check out this user profile, you will see what I mean: http://www.oldgp.com/?q=user/4
I want it to look like this:
First name: Diana
Last name: DiCarlo
Gender: Female
Hair Color: Brown
instead of like this
First name
Diana
Last name
Dicarlo
Gender
Female
... so, I want there to be a colon (:) after the field name with no break.... then a single break after the value entered
Does anyone know how I can do this? I looked for the answer in the profile.module file, but couldn't find it. Any help would be awesome!!! Thanks in advance!!!!!!!! :-)
Candice
Comments
... if I can't fix it in the
... if I can't fix it in the code, can someone recommend a module that will give me greater control over the look of the page?
Check formfilter and formdefaults
Check these two that help you alter a form:
http://drupal.org/project/formfilter
http://drupal.org/project/formdefaults
I hope this helps. Thanks
----------------------------------------------------------
- R Karajgikar