What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested HTML Solutions: 1 - 25 of 2047
 
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">
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" ...
<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...
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); ...
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 ...
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 ...
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/...
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...
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...
hello. i am trying to show a left menu panel and a content panel without using tables. i have tried something like this, but it doesn't show well in both IE and FF. the menu panel is blue ...
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...
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...
Context checking syntax on web page with: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" run syntax checker in BBedit (mac html editor)... line containing: "<a href="/resour...
How can I keep a span width appearance from increasing beyond a set style width value? For example, this below will not get smaller that 50px, but if the "ABCD" content were to be "ABCDEFGH...
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 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 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...
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...
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...
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...
Hi experts Looking for a quick answer... Anyone know how to make this work? http://technology.amis.nl/blog/?p=994 my code: <select name="cboTest" id="cboTest">   <option value="1...
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...
I need to use a href to open a physical file <A href="C:\test.html"> </a>
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...