I'm making a form with HTML--I'm still learning, but I haven't found a way to have a scroll menu that lets you choose OR enter a new value that then gets added to list. I've done something lik...
hi i get an error on this anyone know whats up ?
<input type="button" value="Enregistrer" onclick="location.href=../asp/PRaces.asp">
For efficiency reasons, as well as for purposes of server-side statelessness, I would like to embed the image data of a gif directly in my HTML. This is described in http://www.elf.org/essay/...
Try this html code in IE ( i have 6.0):
<HTML>
<style>
.mybox { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; height: 19px; }
</style>
<input type="text" ...
I am replacing the default "Browse..." button for input type=file. This works fine except that the form will only submit after the SUBMIT button is clicked twice.
Any ideas on why this is ...
Hi Experts,
I have an html table where i retrieve strings from a database and write them to a table. However, the rs("msg") field can be quite long, since it stores user's comments. When...
I want to include a html page in my html page. How can i?
All my html pages has a common header so I want to know how to include a html file as header in all my html documents. When I want ...
<meta http-equiv="refresh" content="3600">
Okay, what I'm trying to do is make a website auto-refresh every 60 minutes. The code above was originally for 10 seconds, and worked great. How...
Hi
I am using Textarea type.I want to set maximum length to the textarea.
I am using following code for the same,but it is not working,
<textarea name="txtDescription" cols=10 rows=3 maxle...
<HR> tag is used to draw horizontal line in HTML ...how about drawing a vertical line?
i would like to draw a 500px vertical line ...so, i tried ..
<HR width=2 noshade size="500">
howev...
Is there any way to have a background image for a TD, TABLE, DIV or SPAN stretch to fill the current size of the object rather than tile?
I have a global style defining hrefs:
<style type="text/css">
a:link {color: white; text-decoration: none}
a:visited {color: white; text-decoration: none}
a:hover {color: rgb(192,7,15); ...
Hi, I would like the cell with "Scroll bars here" in the have scroll bars if the content is bigger than the cell. I've been trying the style=overflow: auto; on the table but I can't get them ...
hi experts ,
Is there anyway i can disable the scrolling option for <html:textarea> tag.
For instance, i need my textarea to contain just 8 characters and thats it. I do not want any scrol...
I don't know what I'm doing wrong. I want a division (layer tag) to show an image without using <img src> within the div tag.
Here is my code on my css stylesheet, but it is not showing up...
I want to make a cell change colour when the mouse hovers over it, so I can create a "pretty" contents table. I just found this code from a site:
<tr bgcolor="#CCCCCC" bordercolor="#000000...
Hi, i'm trying to make a menu for my DVD in html. What i'm trying to do it to make a index.html that starts with a specific size and no toolbars/statusbars/no minimize/no maximize/no scrollbar...
I have a form to submit to our backend system - fine and great, right?
However, the fields I have to send require me to use a tab. I cannot for the life of me remember learning this in any...
Hi
I would like to embed a pdf in html..such that when i run the html file , the pdf doc will be opened.
I have tried :
<OBJECT DATA="C:\Gypsum\lookN_feel\Rhinobuzz.pdf" TYPE="data/pdf" T...
what does the "action="self" attribute do? I'm assuming it repost the the webpage and/or the form?
<form id="q1" action="self">
<div><p>Score is the measure of a learner's <inpu...
I had a disable text box but it just too blur, I like to change them a little bit easier to read, like make the text box a litte bit darker
the line below is what i have
<input type="tex...
Hi Guys,
What is the code for putting a separator in a select/option box (dropdownlist). I've come accross it once, but forgot to save it. It's something more intellegent than putting <opti...
I am trying to use a scrolling div in a cell within a table on my site. It works fine, but wondered how to go about using a custom graphic scrollbar, explained as simply as possible, or code e...
Dear Friends
The follwing code works well in IE .
-------------------------------------------
<HTML>
<body>
<TABLE id="tblParent" borderColor="#ccc6b0" cellSpacing="0" height="100...
I need to send an HTML email to my existing clients that uses a table structure with some cells containing background images with overlaid text.
These images will not render correctly in Ou...