HighDots Forums  

Text Area that contains HTML??

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Text Area that contains HTML?? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Phoenix Flare
 
Posts: n/a

Default Text Area that contains HTML?? - 07-02-2004 , 05:03 PM






I want a Text Area like this website has <a href="http://www.dscons.com/sitemap.html">click here</a>
that contains HTML

How do i make that?

THanks for anyone that can help

Reply With Quote
  #2  
Old   
mzanime.com
 
Posts: n/a

Default Re: Text Area that contains HTML?? - 07-02-2004 , 05:07 PM






The <textarea> element can not display formatted HTML code inside of it. They
are using a <div> tag that has been modifed with CSS to display a scroller on
it.

#scrollbox { overflow:scroll; }

Here's a tutorial: http://www.quirksmode.org/css/overflow.html


Reply With Quote
  #3  
Old   
Phoenix Flare
 
Posts: n/a

Default Re: Text Area that contains HTML?? - 07-02-2004 , 05:35 PM



Yea i thought they had but i couldent get round it how to do it

Thanks

Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.