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: 176 - 200 of 2132
 
The following worrks well in Firefox & some others: <img src="data:image/x-icon;base64,AAABAAEAEBAAAAAAAABoBQAAFgAAACgAAAAQAAAAIAAAAAEACAAAAAAAQAEAAAAAAAAAAAAAAAAA AAAAAAAAAAAA////ALx8TgBS...
i have a dark backgroud color, so i need to make the href link a white color, how to do that ? : ) thanks so much, lilyyan
I am humbly asking for help on this.  we have setup a website that after filling out an online form you press the submit button.  the website then generates a page with what looks like an awar...
I am trying to add a scroll bar to the table but keep hiting errors:- <html> <head> <title>Month Summary</title> <!-- change styles if you want --> <style type="text/css"> A:link {...
I'm getting an error: object expected when I open this webpage. I want to at least diagnose the problem and maybe get a solution as well. The error is given for char 181 of this code segmen...
I can't seem to clear out a yellow background on one of my text fields: http://www.messebau-usa.com/kontakt.asp - Also here: http://www.cybercompanysolutions.com/CCS/RSlogin.asp?RID=...
Hi, I was wondering if it was posible to add html tags within the body attribute of the "mailto:" When I do this:                            <a href="mailto:blah@hotmail.com?body=<b>hi eve...
I dynamaically generate a dropdown list with fixed width, some records are long, I need a horizontal scrollbar to to view whole records. I use IE. How can I do this? Please help.
I wonder what HTML format  I should use for a new website I'm going to make. It's meant for a wide public, so should have support for a wide variaty of browsers. I don't necessarily need or wa...
Hi, When a cursor passes over a button I would like to display some text so it appears over the button - but not as an alert. At the same time I would also like the cursor to change to the ...
I'm sure everyone has this question, but here I go: How do you make a specific button the default button? I have two submit buttons on my form and I need to make the first one the one that i...
http://www.theravive.com/  in firefox -  unable to click any of the hyperlinks in the main body.  THe left side links work fine, but the bottom links or links in the main body are 'frozen'.   ...
Hi, I need to open a text file in notepad on the client side.  It can be by clicking on a button or clicking a hyperlink.  Any help will be appreiciated.
I have a table, and one cell in particular needs to be a specific size. the problem is that the content is dynamic and sometimes the cell must grow to support the internal data. This looks ter...
When targeting a new window with the following: <A href="page.htm" target="_blank">Click here</a> Is there a way to force the browser to open maximized>
Ok it seems as I solve one problem with toggling the iframe designMode attribute, a new one crops up. The following function works in IE fine, in firefox it dies: function ToggleDesignMod...
Is there a way to FORCE a table to be a certain height and width, regardless of what information is in there ?
Hi all, Please have a look to the code below. The aa.mov movie is fatter and taller than the width and height provided but I really need it to be WIDTH="194" and HEIGHT="232". With the...
Friends, Can someone please save what's left of my hair and tell me why the snippet below works in FF 3.0.1, Opera 9.51 but not in IE 7.0.5730.13? Thanks
I'm trying to include a quicktime movie in a webpage. I've tried the code below. This plays on my local computer in Firefox and IE. On another computer it doesn't run, but only displays broken...
I want to know how to pass two value in function and on button click how to set value: Function: ------------ <script language="javascript"> function fnCal(val1, val2) document.write(va...
Hi guys, Ive written a poll which needs to be refreshed so users cannot vote once their vote has been made. The page is written in JSP (if its any help). The page calls itself, sets a vo...
I am using a web application I have little control over.  Using a web interface, I build a page by filling in a number of standard one-line input fields.  One of these fields will ultimately b...
I have a "checkout" form for an online bookstore...the on the place order page the customer can either enter his credit card number and press submit, or he can cancel the order with a "cancel ...
Is there a way of disabling or chaning the filter on the file upload input on an html form?