473,412 Members | 2,142 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Need Help With Scrolling Textbox (overflow)

I need a script where my textbox can have a transparent background and no borders around it. Every script I try the box has borders even when I say no borders. I need to also be able to have hyperlinks within the text that is within the textbox. Can anyone PLEASE help me with this?

Thanks!
Joy
Sep 25 '07 #1
8 3100
drhowarddrfine
7,435 Expert 4TB
First of all, this is not a scripting forum so, if you mean some programming language like javascript, you should ask on that board.

Second, there is no such thing, in html, as a "text box" so you have to be more specific as to what you exactly mean.

Third, if you don't show us what the problem is, we can't help you with the problem. Show the markup or a link!
Sep 25 '07 #2
Excuse me, I thought this was a forum I could receive help from, not criticism.
Sep 25 '07 #3
Death Slaught
1,137 1GB
I need a script where my textbox can have a transparent background and no borders around it. Every script I try the box has borders even when I say no borders. I need to also be able to have hyperlinks within the text that is within the textbox. Can anyone PLEASE help me with this?

Thanks!
Joy
Ok so are you wanting a box that contains links, text, and other contents, that has no borders?

Or do you want an actual "textbox" that is to say: a box where text can be entered by the user? You can do that with the textarea element, but you can't put links inside of a textarea ( to my knowledge ), do to the fact of any thing you type inside of the textarea ( in your source code that is ) is displayed in side of the textarea in your browser.

Thanks, Death

PS - we aren't allowed to just give you the answer, but we can point you in the right direction, also try to be as specific as possible about what you're needing.
Sep 25 '07 #4
Death Slaught
1,137 1GB
First of all, this is not a scripting forum so, if you mean some programming language like javascript, you should ask on that board.

Second, there is no such thing, in html, as a "text box" so you have to be more specific as to what you exactly mean.

Third, if you don't show us what the problem is, we can't help you with the problem. Show the markup or a link!

First of all, I agree this isn't a scripting forum, but his 2 posts makes it obvious that he may not have known that ( we both know that well over half the users don't read the posting guidelines ).

Second, In essence yes there is a "text box", it's called textarea, it's a box and you can put text in it, hence the word "text box". ( also note the lack of discription, and use of proper HTML terms in his question, which made it some what obvious he doesn't know much about HTML).

Third, he did show us the problem, and that was: he didn't know how to do it ( that's why he asked us). So we can help him by pointing him in the right direction.


No offence, Death
Sep 25 '07 #5
Death Slaught
1,137 1GB
Excuse me, I thought this was a forum I could receive help from, not criticism.
Yes this is a forum for "help", but he was simply pointing out some errors in your question. ( please read the posting guidelines ) Remeber your reading text, and not talking face to face, so remeber that we are trying to help you, even if our post sound a little harsh. That's simply because you can't see our emotions ( which I asure you, we are all jumping for joy 24-7! ), and when it comes to drhowarddrfine the type of criticism he gives is a very good kind, it's allways helpfull usefull advice, which has brought him much respect on these forums. So if some one is telling you what you did wrong it's to help you not insult you.

Thanks, Death
Sep 25 '07 #6
drhowarddrfine
7,435 Expert 4TB
In essence yes there is a "text box", it's called textarea, it's a box and you can put text in it, hence the word "text box".
The only problem with that is many asp.net people have a control called 'text box' which creates an <input> form field for entering text. I would prefer to call it a 'field' and people I know do. I don't think she means <textarea>.

Joy,
Many times answers get posted here 'on the fly' during work. I am working on a huge project that takes me out of town frequently, for example. My answers can be friendly but, right now, tend to be quick, direct and to the point. The other option is no response at all (at least from me).
Sep 25 '07 #7
Death Slaught
1,137 1GB
The only problem with that is many asp.net people have a control called 'text box' which creates an <input> form field for entering text. I would prefer to call it a 'field' and people I know do. I don't think she means <textarea>.

Joy,
Many times answers get posted here 'on the fly' during work. I am working on a huge project that takes me out of town frequently, for example. My answers can be friendly but, right now, tend to be quick, direct and to the point. The other option is no response at all (at least from me).
I understand your point completly, that's why I said "in essence" I also did not think that she wanted a textarea, but I was simply pointing that out do to the way she worded her question.

Thanks, Death
Sep 25 '07 #8
helraizer1
118 100+
My best guess is that you need a text box, like <input type="text">.

That will get you a text box that allows the user to type into, you can set a default value so it says something. The way to get rid of the borders is with CSS.

Expand|Select|Wrap|Line Numbers
  1. <html>
  2. <head>
  3. <title>textbox</title>
  4. <style type="text/css">
  5.  
  6. #mytextBox
  7.     {
  8.     border:none;
  9.     }
  10. </style>
  11.  
  12. </head>
  13.  
  14. <body bgcolor="#CDCDCD" text="#FF0000">
  15.  
  16. <label>Text</label> <input type="text" id="mytextBox" value="Enter some 
  17. text">
  18.  
  19. </body>
  20. </html>
  21.  
The CSS removes the borders from the text box. As for hyperlinks, I'm not sure about that with the '<input value="">' tag.

Hope that helped?

Sam
Sep 26 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Kai Grossjohann | last post by:
I'm trying to synchronize the scrolling of two <div> elements. The top element is for showing column headers, the bottom div shows the table rows. I consed up the following HTML/JavaScript...
7
by: Skip Hollowell | last post by:
I have what is now a table with a header row and then obviously rows of data beneath. If the data is more than 50 or 6 rows (100px) then the rows will scroll using overflow:auto. This all works...
5
by: pv_kannan | last post by:
Hello, I am stuck with a problem trying to mimic the behavior of a Windows Forms Readonly textbox in HMTL/ASP.NET. Basically, I would like the text to be readonly and overflow the textbox...
1
by: Jennyfer J Barco | last post by:
Hello again I have a datagrid and I'm showing many records. I need 2 things: I need that everytime they scroll down, the header stays lock so the user can see it all the time. I need to scroll...
2
by: Eduard | last post by:
I have a ASP.Net datagrid wrap in the following div: <DIV id="divPart2" style="OVERFLOW: hidden">. Another div controls the horizontal scrolling: <DIV id="scroll1" style="OVERFLOW: scroll;...
2
by: Gaetan | last post by:
I have some log data maintained in a DB that I would like to display on a web page. Some rows of the DB table are wider than the web page therefore horizontal scrolling will be required to view the...
5
by: stan | last post by:
This is a follow-up to an earlier posting - this time with sample code. In the code below, the jump within the div causes movement within the div and as well withing the page as a whole. I am...
1
by: asearle | last post by:
Dear all, I have been working to implement a scrolling table into an xml / xsl interface and so far have managed to put together an acceptable version using <thead> and <tbody> syntax. Indeed for...
3
by: Berlin Brown | last post by:
http://www.w3schools.com/htmldom/prop_frame_scrolling.asp I want to be able to get this example working with Internet explorer. it works fine in firefox. Does anyone have an idea how to resolve...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.