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: 26 - 50 of 2132
 
My company has asked me to put together an HTML email to be sent out to our salespeople. I was able to create the HTML with no problems. I thought I could just copy it and paste it in the body...
Dear Friends The follwing code works well in IE . ------------------------------------------- <HTML>      <body>           <TABLE id="tblParent" borderColor="#ccc6b0" cellSpacing="0" height="100...
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...
How do a make a link that opens in a new tab when clicked? I have seen this on websites in the past, but never bothered to view the source... now I cant find one for the life of me. Thanks!
I'm making an HTML email (in frontpage) with HTML 4.01. Everything except background images work in outlook 2007. I tested in gmail and it comes through fine so I'm guessing either I need a wo...
I am using notepad, visual studio 2005 and adobe photoshop to create my first website. Everything is going great and i have learned so much already. I almost have the website completed for thi...
Hi, I was just accepted to the University of Florida (www.ufl.edu), and I would like to make my personal/academic homepage look very similar to the actual homepage. I saved the webpage in IE7...
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...
I have a asp dropdown lsit box -- this gets populated with names of various states in the U.S., the first option is "All". However, When the drop down is expanded/ clicked on then requirement ...
What is the html and where do I place it to resize an html page to fit, 100% of the viewers screen size? Thanks in advace, John
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...
how to display a list box component in a html page. I am not finding that component.
I have a button inside a link element, and the behavior in IE is confusing.  The HTML looks something like this: <a href="http://www.google.com" title="Update"><input type="button" value="U...
In a table there are column header and row headers.   The first row displayed in the table should be fixed that is when you scroll the table vertically the top row remains at the top.   The fi...
Please explain what this means (in detail) <META HTTP-EQUIV="EXPIRES" CONTENT="0" /> When I use it by itself - it seems it causes the browser to cache form inputs. Please elaborate. ...
Hi, I've gor a drop down menu with a "submit" button <form name="form1">                     <select name="menu1" onChange="">                       <option>value1</option>           ...
Does anyone know of Codeing for a countdown timer to a specific event, without the use of Java Script?
I need to use a href to open a physical file <A href="C:\test.html"> </a>
how do i write the css equivalent of  CSS "backgroud-repeat:no-repeat"    in html? the above example is css but i need to stop a background image repeating in html not css. thanks
hi, everyone i have to build a complex table with lots of content. therefore it would be handy if i could write some text in vertical form instead of horizontal as usual. i never have seen so...
Ah hello. I have a web page that needs to keep the same font size whether the user has large DPI or normal DPI specified via Windows control panel.  My page is to run in IE only. The pix...
Hi all.   I am developing an online shop and have hit a major hurdle.  Although I have got "back buttons" on my pages, and buttons which guide the user to where they should go, I still have t...
Is it possible to change the label on the Browse button for input of type=file ?
Hi Experts, I need to use <pre> so that I can display program code, but I still need Word Wrap. Any simple way to do this? Thank you in advance.
I've created a page in Dreamweaver MX using a 3 frame vertical frameset. Left, right and center frames. In Firefox (my preferred browser) as well as other browsers, everything looks fine. But ...