Click to See Complete Forum and Search --> : multiple font-weights in textarea


tec2tec
05-15-2008, 10:44 AM
I have created a terms and conditions document within a textarea in my webpage. How do i make the sub-headings bold and keep the rest of the text normal.

ryanbutler
05-15-2008, 01:52 PM
I don't follow your question. Could you give us an example page and provide a little more clarification?

ray326
05-15-2008, 10:35 PM
Put it in a div rather than a textarea.

tec2tec
05-16-2008, 08:33 AM
I don't follow your question. Could you give us an example page and provide a little more clarification?

basically i have a textarea field that contains my terms and conditions. my terms and conditions are seperated into sections with sub headings.

ie...

Section 1

blah blah blah

Section 2

etc...


is there any way using a textarea that I can define the sub headings as bold text

felgall
05-16-2008, 05:02 PM
A textarea contains text only. To be able to apply markup you need to use a markup language such as HTML instead of a textarea.