Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 07-17-2009, 05:26 PM Styled <textarea>?
treyk4's Avatar
Skilled Talker

Posts: 89
Name: Trey
Trades: 0
Hey all,
I was wondering, how could I get my hands on some code to make a styled textarea? Like you have when you're typing out a reply to this post! I need to be able to have text inside of it with different font sizes, weights, etc.

Where could I get this?

Thanks for any help!
~Trey
treyk4 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-17-2009, 05:38 PM Re: Styled <textarea>?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
FCKEditor
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-20-2009, 11:53 PM Re: Styled <textarea>?
Skilled Talker

Posts: 54
Trades: 0
Oh god, I really dislike FCKEditor because it edits your code beyond belief. Besides, if we
have something doing things for us (WYSIWYG Editors) then you aren't really learning.

Here are some prime examples of "TextArea Decorating"

Code:
<html>
<head>
<style>
.DECORATED {BORDER:INSET 3px #F00; BACKGROUND-COLOR:#00EA00; COLOR:#F2F2F2; FONT-SIZE: 10PX; !important}
.GOOGLE {BACKGROUND-IMAGE: url("http://www.google.ca/intl/en_ca/images/logo.gif"); COLOR:#000}
.BLACK {BACKGROUND-COLOR:#000; COLOR:#FFF}
TEXTAREA {
    FONT:NORMAL 12px/NORMAL VERDANA;
    BORDER:0px #000 SOLID;
    FONT-WEIGHT:BOLD;
    OVERFLOW:HIDDEN}
</style>
</head>

<body>
<div align="center" class="text"><br />
 <textarea cols="66" rows="7" class="BLACK" readonly> 
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
 </textarea>  <br /> <br /> 
 
 <textarea cols="66" rows="7" class="GOOGLE" readonly> 
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
 </textarea>  <br /> <br />  <br />
 
 <textarea cols="71" rows="7" class="DECORATED"> 
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
  Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here    Text Goes Here
 </textarea>
</div>
</body>
</html>

Last edited by KellyAX; 07-21-2009 at 12:14 AM..
KellyAX is offline
Reply With Quote
View Public Profile
 
Old 07-21-2009, 09:32 AM Re: Styled <textarea>?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
@KellyAX:
That is not what is being asked for whatsoever. The point is not using the editor to do coding, but to allow users to reply in a way that allows easy bolding an italicizing of text. You answer doesn't help that situation.

I use the TinyMCE. This isn't for MY coding, but for my users. Of course it has tons of options, and can be used as a full-blown editor, but it's not what I would call a website builder, and it isn't intended as such. I used it to give an interface to laymen to use the CMS's that I build for them, to control parts of the content that I set up for them.

Editors have tons of other uses as well. If you're replying to this thread this very moment, you're using one of them.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 07-21-2009, 10:20 PM Re: Styled <textarea>?
treyk4's Avatar
Skilled Talker

Posts: 89
Name: Trey
Trades: 0
I had actually decided on using TinyMCE. Sorry for not posting earlier.
treyk4 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Styled <textarea>?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15518 seconds with 12 queries