By julianna on
Does anyone know if there's a way to format the output of a CCK field? For example, can I make the output of a field called "favourite quote" to always be surrounded by the blockquote or "em" tag?
Thanks
Does anyone know if there's a way to format the output of a CCK field? For example, can I make the output of a field called "favourite quote" to always be surrounded by the blockquote or "em" tag?
Thanks
Comments
The field will have a
The field will have a surrounding div with a unique id that you can use to apply css.