What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top HTML Solutions: 176 - 200 of 380
 
Experts, I have got the same html table in a page. I want it to stick to the top of the page with no spaces. I set the top margin in the style to zero. This works fine if the table is in an...
Hi, I would like the list generated array from the 1st script to be used as one of the field inputs for a second script that I have.  The second script requires a list of comma separted words...
I have a few asp pages in a site that I created using Front Page 2002 and a text editor. I am trying to make a field required with some entry. For example: the form header is :     <form me...
Hi Experts,                 I want to create the page structure shown in the snapshot below using CSS and HTML.                The header part is an image which is off same size as show...
Is there a way to add a link on one page and have it go to a specific part of another page?
If I look at www.francoisbouttier.co.uk in IE I see an image and some text in a table in the centre of the page. If I look at the same page in Firefox I cannot see the text or the image. The...
I need to create a drop-down in dreamweaver, such that when an item is selected, a new window will open and the user is displayed a certain page based on their selection. I.E. if I hit the dro...
Hi I have a flash header i need to put on a site, but need to replace it with an image if flash isnt installed (same size as flash object) Can someone give me the code for this and i can...
I need some help with how I can combine the attached HTML code with the VB Script.  The HTML code isn't perfect yet, but the VBS does function as I want it to.  Is it possible to have the HTML...
Hi I have this markup ------------------------------------------------------------                 <div class="slide">                     <div class="slide_container">                 ...
Hello, I am working on a personal web page for myself and wanted to create a page that has a list recipes on the left hand side and when you click on a recipe it opens to the right of it in a...
I want to put the cursor in the first form field. The code I normally use is: <script type="text/javascript"> <!-- document.Contact.Subject1.focus(); //--> </script> Running the pag...
Hi Experts, I have reports created with HTML.  I can use PDF to generate PDFs out of them, but the images in these are awfully ugly and have lost far too much quality.  Is there a way to fix ...
hey guys, pretty easy one for you. i have a code (attached) which is for my 'contact form' on my website. unfortunatly the text is black, which is the same colour as my background. i...
is there a way to allow in a form field select, the user can enter his own value not from the list?
Hi. We have a DL which can receive emails from addresses but external emails dissappear.. The sender doesn't get a delivery failed report / message.. What could we check that may be wrong...
Hi, I am trying to modify the code to a website, and I am not able to get a new "navigation box" to appear on the same line as the rest of the nav boxes. If you could kindly view the source...
I am having to deal with someone elses messy code ... ( http://www.iadi.org/ ) and the last thing to do is have the tab remain lite based on the page selected using the current javascript.
I have a website I have created and I have some alignment issues in Firefox. Ive tested in all other Browsers and everything appears fine. Any ideas would be greatly appreciated, I am sure its...
I have inherited a website written by someone else. check out http://altmore.co.uk/.test/about_EE.php I'm trying to understand how the top graphic (images/introjob.jpg) and the bottom gr...
I am having trouble with internet explorer. The problem is that is doesn't show the correct font sizes for text on my website. All other browsers show the fonts correctly but in I.E they appea...
Hi, THank you for taking the time to read my question and help a bloke out!!   Essentially I am trying to do an IF THEN else statement in an XLS file, I have one of the data bits that co...
I have 3 nested DIVs.   The outer most DIV has a transparent background, the first nested DIV has an opacity of 50%.  The last nested DIV I wish to have a solid background, but it seems to wan...
I have a simple form setup here http://www.brighteyesdesign.co.uk/tlc/book.html I would like to only show the "Home Stay" options when "Home stay accomodation" is selcted? is this possi...
Hi, I am pulling a list of 100 records with 7 fields per record from a SQL Server 2005 database using php and mssql connector.  One field, itemID is an integer, the rest are varchar. All...