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
Luna Rosa
Posted 2 hours ago
I went offline for a little bit and things seem to be working better since I've returned. Thankyou magic colour pixies:)
Sowmya
Posted 3 hours ago
I am facing the same problem too! Hope its fixed soon. !
Luna Rosa wrote:
Luna Rosa wrote:
My sincerest apologies for not posting this in the proper place but the "bugs" thread is not letting me post.
For some reason a whole heap of stuff doesn't seem to be working properly. Noone's palettes/patterns are showing up on their profiles, just the bio and recent comments, I can't edit anything and none of the drop down menus are working.
Is this happening to anyone else or is it just me?
Luna Rosa
Posted 4 hours ago
My sincerest apologies for not posting this in the proper place but the "bugs" thread is not letting me post.
For some reason a whole heap of stuff doesn't seem to be working properly. Noone's palettes/patterns are showing up on their profiles, just the bio and recent comments, I can't edit anything and none of the drop down menus are working.
Is this happening to anyone else or is it just me?
For some reason a whole heap of stuff doesn't seem to be working properly. Noone's palettes/patterns are showing up on their profiles, just the bio and recent comments, I can't edit anything and none of the drop down menus are working.
Is this happening to anyone else or is it just me?
IceTigerLily
Posted 5 hours ago







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