Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Time Tested HTML Solutions: 176 - 200 of 2047
 
I am using the Title Attribute to show the user additional information. I can use a "\n" and IE will show a new line but Firefox displays that as a special character. FF likes a <br> but then ...
I have a very simple page that loads links from a database into iframes. A problem I am having is that sometimes the a link that is loaded into an ifram is no longer valid and the web server r...
i need to place two div side by side with width and height in %. but it come one below another. <div id="Page">      <div id="Header"></div>      <div id="ContentHolder">           <div ...
Hi In IE7, target="_blank" in an anchor tag makes the page open in a new window. How do I make it open in a new tab? FF and Opera seem to do it by default. Thanks tr5
How can I use an image instead of the generic button on my input type="file"'s?
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...
Hai Can anyone help me... I want to embedd a powerpoint presentation in my html page so that my whole presentation should run as if i was running from powerpoint. Please give me a de...
Hi Experts, I am having difficulty getting the flash elements of my page to go being a static header that i have at the top of my page. I have resolved the issue using z-index in FF and Saf...
Is there a way to prevent a textarea word-wrapping? So that a long line is displayed on one row and a horisontal scrollbar is displayed? Thanks! //madwax
Does anyone know what options are available when using the embed tag to display a PDF file. For example; <embed src="whatever.pdf" zoom=100% menu=no> etc. I've not been able to find a list o...
Hi everyone, I have defined position and size of the objects on my html pages in terms of pixels and designed the pages to fill the screen size 800 X 600 pixels. (Example of login page belo...
Hello. I am trying to move my Close button to the bottom of the hta below the graphic and text. The current code that I have been working with centers it and I am having trouble moving it. ...
Hei I have a div thats align center (with negative margins) and have a height thats 156 px, Then i whant a new div under the first div thats align center and takes up the rest of the hei...
On mouse over, I'd like a description for an href link.  As a work around, I've created an image that looks like a href link, and used ALT to put in a description. Is there a cleaner, slicker...
Hi, in the attached code snippet there is a simple html page with an iFrame.  The main page has a script which shows the height of the iFrame upon load using alerts as follows:      alert("h...
Dear experts, Im trying to play a wmv file in windows 2003 server. Actually i need to embed some code in html page to play this wmv file. But the code does not work. When I tried to dbl click ...
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.
A colleague has created the following code. If the user has javascript turned off, he is redirected to another page. The catch is that this code is part of the <body>, and a <meta> tag is not ...
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 ...
how do I create a box around a block of text in html? I tried this but the borders overlap between lines of text: <font style="border: 4px solid #0000FF;"> 3) H.I.P. TO THE FOLLOWING SPEC...
Hi experts I'm looking for some fancy scrolling to be done.  I have a table of data for which the header and first column should remain ‘fixed’ such that when the user scrolls down the head...
Hello Everyone, I need help remove white bar that appears between tables, table rows, etc... In this case, I have an applet which is a banner of pictures... But between this banner and the ne...
I have done a bunch of research on this and it appears that the problem of seeing a space between rows in a table is common in FireFox.  I had 3 spaces appearing at one time and was able to su...
Here's a link to the page. http://www.axiscc.com I'm trying to get the Flash movie to be centered in horizontally AND vertically.  I've done this before, but I'm having a brain fart. ...
I have an ordered list in HTML: <OL> <li>List Item A</li> <li>List Item B</li> <li>List Item C</li> </OL> This results in the following: 1. List Item A 2. List Item B 3. List Item C...