Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested HTML Solutions: 101 - 125 of 2132
 
Hello, i have an imagemap that pops up a layered box with information in it when you click on the area of the image... here's the code: <map name="FPMap0"> <area onclick="showPop(2)" sh...
hi guys hi im tryin g to make html table row,col  lines  look like listview grid lines.. (plane lines) if any one of u  have done this  plz let me  know   thanx
What's wrong with this HTML code? I want to place a button on a form and have it link to this location: www.realtimedj.com/cal/fl/powermixx.nsf/login.html <img src="images/client_login_n...
Hi friends , i have a form in which only two HTML objects one text box and other is Submit button. when i hit the enter key while focus is in the text box , form is submiting without the...
Hi, Can someone tell me how to populate the subject and body of an email when someone clicks a mailto link. Thanks
I have an I-frame tage that scrolls text contained on another html page. The I-frame is an html page with javascript.  The actual text is inside of a javascript function as an array.  When I t...
If you use FireFox, try this link http://www.vbaexpress.com/portal.php Sometimes (usually when the page first loads) the third column will extend off the page. When I refresh it displays...
I have a group of textboxes which are defaulted to 0.00! I need the background of each textbox to change backgroundcolor to green once any other figure except 0.00 (OR blank) is entered. Ch...
I am trying to achieve a background image for my Block of contents similar to Washington Post.(where news contents are placed in blocks) But the image I use does not fill the complete Block...
I have code like this  <div style="position: absolute; left: 0; top: 0; z-index: -10; width: 425px; height: 325px;">         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" co...
I have  <BODY BGCOLOR="#000000" SCROLLING="no" STYLE="overflow: hidden;"> There are no scrollbars in IE, but there are in Mozilla/Opera. I want no scrollbars.
I have a page where there are 2 lists, and dynamically you can move one to another.  The problem is when I empty one list, the empty list changes widths.  It looks very bad.  I just want to ke...
How can I do a tootip for a select?  The TITLE="blah" does nothing.  I can put the title in the <td> which contains my select, and get the tooltip when the cursor is over blank space in the <t...
I need to convert an html page from a mobile browser to an XML format. I need to further evaluate the web page with certain standard rules which would become easy if i have a way to first conv...
Hi u all have seen this  <a href="mailto:me@me.com?subject="helo">mail</a> I just want to know if we can add another attribute like the subject . I want to attach a file too that is ...
How can I embed a video in an html email?  I don't want to buy anything. Thanks
"simple" question: how do I get content to fill the remaining 100% height of a page and have scrollbars? I'm trying to get a layout to look like it's in a frameset, but I don't want to use ...
Ok, I am going to post some HTML that is working.  My next task is to "Freeze" the first columns, so when user scrolls to the right, the first column is always displayed...similar to freeze pa...
I have what I thought was a simple question.  Consider the following simple HTML:  <a href="C:\X.TXT" target="_blank">Test</a> Obviously if you click on this link, it should bring up the C...
I have created an HTML file (newsletter) in Dreamweaver that I would like to send out as an email. However, everytime I try to insert the file it will only show as an attachment, and not the c...
I have loaded an locally stored html file into an iframe: document.frames('aframe').location.href = 'file:///c:/temp/test.html; Is it possible to view the 'innerHTML' for the iframe?
Hi, I'm new to Java and I'm trying to adapt an Accordion Menu created by someone else. In the HTML below, I've added the Calculations section at the bottom, and it's working well. Howeve...
I am creating a website for a customer and am having trouble with the vertical scrollbar.  Basically the home page is meant to fit inside a screen resolution of 1024x768 without any scroll bar...
Hi, I have an HTML Signature file that has the company logo. The image is stored locally and is added to the html using the standard <img> tag. However, once an email is sent the logo is remov...
Why does this code fail? I want to have a double-quoted string within the alert! Please note that I cannot change the: onclick="alert('....')" format!