Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested HTML Solutions: 126 - 150 of 2132
 
I know the title of this question may be a bit confusing, so let me explain in more detail :) I've been to some websites (like google maps for example) where, upon pressing a button (or on ...
I dont know how to put a value into the text box of this input: <input name="company_file" type="file" id="company_file" value="Select a file..." size=20 accept="image/gif"> I tried ever...
When the below code is submitted, only the text when the checkbox is selected is passed? The url does not contain the txtattyactiveonlyoff data when the value is unchecked? Is there any wa...
I have 3 GIFs that I want to stack one on top of the other and they are all the same size (32x32).  How would I be able to do that? Thanks, Dennis
Hi guys, How would I change this tag so that it only accepts *.doc files? <input name='myFile' type='file' />
The fields on my HTML forms are left justified by default left.  How do I make them right justified?
Hello! What is the best way to make a checkbox readonly? <INPUT TYPE="CHECKBOX" READONLY ... don't seem to work. disabled does work, but I want it be black not gray. It's used for output ...
Hi guys, I'm using ASP classic and I would like to refresh a div tag without posting the whole page back. This div contains a table and has data in it from a database. Right now I'm using vbsc...
Hello, I have a SWF file that a co-worker sent me that has been generated by Crystal Xcelsius (not a flash editing program).  He wants me to put the SWF file on our website, and have it ope...
Hello experts, I have a simple div that has some PHP generated text inside and a predefined height in CSS. Sometimes the text inside the div is larger than the div and in IE the div aut...
hi, please kindly assist how do we lock a textbox so that user can't edit the value it holds? and resize the width <input type="text" value="<%= getRequestItem(request.getParameter("t...
I am brand new to this: What does the <tr> and <td> mean in HTML Thanks and Cheers! ahammar
Hello, Is it possible to open the target of a hyperlink in a table cell?  The size of the table cell does not matter. When that table is displayed, the cell should not contain the hyperlink...
I am trying to get two columns within a row to be right next to each other with no space in between. I've tried a few formatting tags but can't manage to get rid of that gap. I got it work...
I'm sure I can do this with CSS and NOT using tables at all, but I don't know CSS well enough to rewrite the page to have it look as I want it and I have something of a deadline.  So, that sai...
I would like to have a form that would have two submit buttons but I have no idea how to do that. basically I have a form that a user fills out and i want them to have an option to "preview...
I am trying to "duplicate" a standard Windows UI using HTML. As you know, a Text/Memo control in Windows has the capability to NOT wordwrap at the edges and have a horizontal scrollbar. Th...
<body> <input type="submit" name="Tab1" value="Store" id="Tab1" disabled="disabled" style="color:Navy;background-color:White;border-color:White;border-width:1px;border-style:Solid;height:25px...
I'm looking for a way to insert a special symbol for Recorded Music Copyright.  The normal Copyright symbol is a "c" inside of a circle.  The Recorded Music symbol is the same thing, except fo...
Hi I want to make html page with 3 rows - 1.header 2. body 3. footer This will be a fixed width - stcutly fixed width of   700pixels. This pge sgould be Left aligned (not in centre of we...
Hi Can someone please tell me how I can create some maps for an image thats the background of a div tag. <div id="maindiv" style="border: 1px solid blue; background-image: url(background80...
I am using title in the td tag. Can some please tell me if there are any other properties for title whether it be style or whatever. The main thing I way to do is make the popover stay visible...
How do I put double quotes (") into a value property of an HTML <input> tag? For example if I want to put Bill "bob" O'neal in an input type="text" tag... The following don't work... T...
I am using a help authoring tool (HelpBreeze) to create and compile a HTML help file (*.CHM). The file opens fine on the C: drive and displays the help text. Attempting to open it on a network...
Hi, I have an empty iframe to which I'm writing text. There is a margin inside the iframe which I can't seem to get rid of. I defined it like: <iframe id = "something" name = "something"...