Results 1 to 5 of 5
Thread: Bolding text in a textarea
-
09-27-2011, 11:40 PM #1
Junior
- Join Date
- Aug 2011
- Posts
- 192
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Bolding text in a textarea
I'm importing messages and their dates from a database using php and placing into a text area box. Is there anyway that I can make just the dates bold. I tried looking this up but really couldn't find any useful pages except that javascript seemed to be the way to go.
Any help would be great.
-
12-11-2011, 08:00 AM #2
Freshman
- Join Date
- Apr 2010
- Posts
- 38
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
You can use iFrame editor with design mode=on.
For textarea so far I know is not possible.
-
01-06-2012, 01:53 AM #3
Junior
- Join Date
- Jan 2012
- Posts
- 149
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
You can use javascript to add CSS classes to parts of the data you are calling. When you call the data to the text area, if you do it properly, you can separate the info by <span>s or <div>s and use JavaScript forced CSS classes to style certain pieces. Thus using font-weight:bold;
-
03-23-2012, 04:03 AM #4
Sophomore
- Join Date
- Mar 2012
- Posts
- 144
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
instead of textarea you can used fck editor.... this is best option for textarea ...
-
05-07-2012, 06:27 AM #5
Sophomore
- Join Date
- Feb 2012
- Posts
- 55
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Similar Threads
-
Text link [anchor text] vs image link [alternative text]
By inblues in forum Search Engine OptimizationReplies: 9Last Post: 03-26-2011, 09:36 AM -
XHTML Strict version of textarea spellcheck
By Richaexpert in forum Web Development - Programming & CodingReplies: 2Last Post: 02-08-2010, 11:50 AM -
Removing newline from textarea form string
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:33 AM -
Validate url of anchor href tag entered within a textarea
By sunshine in forum JavaScript & AJAXReplies: 0Last Post: 01-04-2010, 11:07 AM -
Text link and seo..
By wujijiangjun in forum Search Engine OptimizationReplies: 3Last Post: 09-14-2008, 08:56 PM


Reply With Quote

