Join in the Colorful Conversations
Looking for answers to your color questions, have some advice to give... or simply want to get to know your fellow COLOURlovers? You're in the right place.
"textarea" html tag
Create New TopicRecent Discussion Comments
klora
Posted 1 hour ago
Just Perfect Color wrote:
Colors for what? Background, type? Index tabs? What is the thesis about
In any event the current scheme looks lifeless to me for a thesis or book..
Boring comes to mind.
Latest Articles
//View More
Valentine Card Trends: Shape & Function
Posted in Design, Etsy, Freelance, Holiday, Holiday Love Guide, Inspiration, Craft, Paper, Patterns, Seamless Studio, Seasons, Trends
Contemporary Wallpaper Pattern Trends & Inspiration
Posted in Design, Inspiration, Print, Paper, Patterns, Product Design, Seamless Studio, Small Business, Trends, wallpaper
Valentine's Day Wedding Inspiration &Trends
Posted in Guides, Holiday Love Guide, Inspiration, Craft, Valentines, Vintage






![Melon_Collie_[22]](http://www.colourlovers.com/images/badges/pw/1993/1993440_Melon_Collie_[22].png)



cstallions
This does not allow us to exchange html codes between CLers...I'm perhaps a novice at coding so is there any other way to generate a text box inside lovenotes and comments that would enable us to paste html code as text without it getting executed... Please let me know.
sys config: win xp 64, FF(latest version)
stfn
You could just mark it as <pre> (for pre-formatted text, shows every blank and line-break) or as <code>, both come in monospaced fonts, like courier.
Some signs you have to mask, especially the acuate brackets. Mask ">" with ">" (greater than) and "<" with "<" (lower than). If you have to mask large code-blocks there might be a free online service that does it for you.
Good luck! :)
EDIT: <pre> is a bit tricky in CL because when you make a line-break in your text, CL will show 2 line-breaks. One because of the features of <pre> and one because of the comment-feautures of CL. Anyway this shouldn't produce any problems for the code.
cstallions
The <code> tags work perfectly with the mask!!! The <pre> tag does not word wrap so if i have a long line of html code it gives me a scrollbar with it :o)
Thanks so much Stefan! <3