Thread: Textboxes
Results 1 to 5 of 5
-
02-15-2003, 12:54 AM #1
Textboxes
What's the easiest way to make an EFFICIENT textbox? I've tried iframes... But I use Dreamweaver 4 as my editor and if I don't put in a <style> tag it screws it all up. (If you put the <style> tag in the iframe won't work). And I've tried <textarea>.. but they suck.. people can write in them and erase stuff in them.. and.. they're just blah.. so what I'm getting at is.. Is there a better way?! Please help!
-eccmoh
-
02-15-2003, 08:08 AM #2
Try using <div>. You can control how it looks/it size etc using style sheets.
Some examples of text boxes here http://css.somepeople.netIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
02-15-2003, 11:16 AM #3
if dreamweaver causes problems, use notepad or visual interdev. iFrames are good, because then u only have to edit the page that it points to.
-
02-15-2003, 01:19 PM #4
I don't really want to switch editors.. because Dreamweaver has worked really great for me so far.. iframes are awesome.. I want to know why it won't work though.. if I put in something like this:
<style>
<ilayer name="scroll1"><br><div id="scroll3" style="width:200; height:200; background-color:black:; overflow:auto">Hello everyone!
</td> <--- I have a table --->
</style>
but, it does work when I take out the <style> tag.. but dreamweaver says it's an unclosed tag. I'm confuzzled!
-eccmoh
-
02-16-2003, 02:27 AM #5
did u close the ilayer? i.e. </ilayer>
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum