Reply
Little Help with Forms
Old 09-03-2005, 09:10 PM Little Help with Forms
Junior Talker

Posts: 1
Im currently working in Dreamweaver and I want to know if there is any way to have a link, either a hyperlink or email link, inside of a textarea. Also, is there anyway to have the textarea not be editable by the user? Maybe im looking for something else though. I need a textbox type thing that has its own scroll bar. Sorry if Im too vague but thanks anyway.
Nanuven is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 09-04-2005, 05:35 AM
chrishirst's Avatar
Super Moderator

Posts: 15,314
Location: Blackpool. UK
use a fixed size scrolling div

Code:
.scroll_box {
width:300px;
height:300px;
overflow:auto;
}
HTML Code:
<div class="scroll_box"> </div>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Little Help with Forms
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


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

 


Page generated in 0.10691 seconds with 12 queries