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: 51 - 75 of 380
 
Hello, I am trying to get an options symbol by knowing the strike price, expiration date, and stock symbol. For example being able to get the symbol GGDKF.X  from the website http://fina...
I am interested in getting feedback from the Experts on how to save an HTML page after you add new elements  to the DOM. I am working with a drag and drop library that you can view at http://w...
Hi There, I have built a basic html page so I can embed a flash movie within it here: http://spelldesigns.com/lookbook/ As you can see the movie is getting cut off by the header...for so...
Hi All, I have a form which verifies the user input and returns an error message if something is missing or wrong.  My problem is that when I display the error message all of the input fields...
I have a web page written primarily in PHP, with some HTML output. This pulls information from a MySQL database. One of the fields in the database is populated from a drop down box (Yeargro...
Hi there. The point is: On a site I have may pictures but sometime (unfortunately often) not all of them will be displayed because a) the server is off-line b) the server is on-line bu...
I am creating a website with dropdown menus created with Ultramenu. I have a products page with an iframe in it with several anchor points within the copy. Part 1: Ideally I would like to ...
Hi, I'd like to have a <ul> list where each bullet is instead a custom image. Something like:  <ul>    <li img="apple.jpg">an apple</li>    <li img="orange.jpg">an orange</li>  </ul> ...
Hi experts,                  What is advantage of using div tag than table. Regards, Vimal.
Hello i want to get part of the webpage on url and how my page. i want to particular div on my webpage. i can use iframe or jquery. help me with the code that would be great. thanks
I have a relatively simple question but I can't seem to find the solution. I have an html page with text links on two different colored backgrounds - white and dark blue. When I set the link s...
Hi, Using DNN 5.0.1 trying to insert a basic form into the HTML module The form works fine if I run it as a basic html file Anyone know how to get this to work ( I've heard there are iss...
Hi all, I have a couple of question regarding the manipulation of iframe content. I am loading a webpage into an iframe. This webpage is from a different domain to the page containing th...
Hey guys, I had a problem a couple days back with using LI's and there being a gap between them. The problem was fixed by setting the LI's img to display block and the gap disappeared. I...
Hello, i got issue about fitting content in DIV. Thing is i have DIV with fixed size of it. I need to place long text inside so it would change font-size. Is there any "use-ready" so...
Hello EE, A long time ago I used java to create 2d water simulations for websites.  Occasionally I would overlay an image so that the water would look like a river, etc.  I just looked into t...
Hi, I have an iFrame which is used to display documents such as PDF's, .doc and .xls. This works perfectly fine in IE7, but in IE6 it opens up a popup. Why?? This is my code: <ifra...
After several conversions i have stripped all Line breaks from a docuemnt so that it could easily import into access. I replaced the line break with [x]. Now the next step which I', having ...
Is there a way to host dump approx 1000 pdf files into some kind of database and use HTML coding or some website template to access those PDF files via the browser? It would also be nice to ha...
I have logged onto this website and would like to click on the "ex1000" button -- so that a box will appear allowing me to enter 1000 pros in the One field. I cannot figure out how to do this...
I have persistent trouble getting the list on the left hand side of the document to align properly so that the small "unsubscribe" paragraph lays on the black part of the template instead of t...
How can I do two events on a button's on click event: 1. call a vbscript subroutine 2. transfer to a different web page This code fails with an "unexpected end of statement."  See code be...
I am trying to format the email output of a web form.  I would like to be able to format the email that is sent using HTML.  So, I could make a table with all of the fields and values in it so...
I need to reduce the space above and below the following tags... (to eliminate wasted space in the cells) @ud_UserGreeting@  @ud_ReturnToCallingPage@ @ud_TableLastModified@ @ud_ExcelSignal...
Hi, I dont use PHP but I have a question... if the form tag looks like this. <form method="post" name="frmContact">  and the submit button is the following.... <input type="submit" ...