Jump to content

dbonser

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by dbonser

  1. dbonser

    Tooltips

    Do tooltips work with text or do you need to have an image?
  2. I want to create a spreadsheet and then do a sort and display that sort as my html. Is there an easy way to do that?
  3. We have a web page that is using php and also html. We have a background image for the overall page, and then a secondary image for a section of the page. Using Goggle Chrome it displays fine, but in IE or in my Expression Web, it does not show the secondary image so you can't read the text. Any ideas? The webpage is at http://www.amesastronomers.com/adamsobservatory.html Thanks Deb
  4. We have a web page that has a dark background and in IE, the black lettering is on dark background and you can't read it. In other browsers such as Chrome & Firefox, it displays correctly, the box that has the text is white and the lettering is black. My co-web-designer is telling me that Microsoft & Apple do not follow the rules and there is nothing you can do about it. I disagree there has to be a solution. The other day I edited one of the pages and it looked fine white box, black lettering, everything looked fine on my comptuer with all 3 browsers. i go back today and it has reverted back to the text box having the background of the entire web page and so is unreadable. I would like to know --- does IE truly not follow the rules? Is there no solution to this problem? If we change the background does that interfere with php programming? Thank you,Deb
  5. here is my code. I have not done anything with css yet nor have I ever used wrapper. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><style>ul{ list-style-type: none; margin: 0; padding: 10; overflow: hidden; margin-right: auto;}li{float:left;}a{display:block;width:165px;background-color:#dddddd;}.MS_WH_ZoneContent{padding:3px;overflow-x:hidden}.auto-style1 { padding: 3px;}</style><meta content="text/html; charset=utf-8" http-equiv="Content-Type" /><title>Welcome</title><style type="text/css">.auto-style2 { font-family: Arial, Helvetica, sans-serif; font-size: small;}</style></head><body ><div id="fb-root"></div><script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script><p><img alt="MSE" height="100" src="mustardseed03.jpg" width=960px /></p><ul> <li><a href="home.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Shaklee.html">Shaklee</a></li> <li><a href="Contact Us.html">Contact Us</a></li> <li><a href="Blog.html">Sitemap</a></li></ul><table style="width: 960px; text-align: center;"> <tr> <td style="width: 187px" class="auto-style2"><em>Mustard Seed Enterprise, LLC"if you have faith of a mustard seed, you can say to this mountain, move and it will move from here to there." </em></td> <td style="width: 773px"> <div align="left" style="FONT-SIZE: 16px"> <font color="#558492" face="Georgia, Garamond, serif" size="5"> <strong><em> MUSTARD SEED ENTERPRISES, LLC</em></strong></font></div> <br /> </td> </tr></table><p><img alt="Mustard Seed" height="54" src="800px-Wild_Mustard2.jpg" style="float: left" width="55" /><br /><table> <tr> <td style="WIDTH: 48.5%" vAlign="top"> <div class="auto-style1"> <div style="width: 518px"> Mustard Seed Enterprises is a small central Iowa business, which offers IT consulting and Project Management skills. We are here to help you with your computer hardware or softwarecomputer needs in a consulting capacity. </div> </div> </td> </tr></table> <img alt="Mustard Seed" height="54" src="800px-Wild_Mustard2.jpg" style="float: left" width="55" /><br /><table> <tr> <td style="WIDTH: 48.5%" vAlign="top"> <div class="auto-style1"> <div> Our company can provide you with over 20 years of PC experience. This includes 15 years of Quality Assurance including software testing and leading teams of software testers. </div> <br> <div> We have experience in the Quality Assurance area doing both software testing, and coordinating the certifiation drawings to apply for obtainine certificates to use the products in Hazardous Locations in the United States, Canada and other areas of the world. </div><br> <div> We have worked with various companies to create and improve processes so that certification for ISO can be obtained for those businesses. </div><br> <div> <br /> In addition we have experience in writing technical documentation and online help using HTML code for ease of users in using various software packages. </div><br> <div> If you have a need that we can assist you with, please contact us and we will give you a free estimate for the project. Please contact us using the Contact Us tab.<br /> </div> </td> <td></td> <td style="WIDTH: 48.5%" vAlign="top"> <div class="auto-style1"> <br /> <div> <b>Mustard Seed Enterprises, LLC</b><br /> (641) 751-4645<br /> 2684 Zeller Ave.</div> <div> Marshalltown, IA 50158<br /> <a href="
  6. Do you mean to include the entire html for the page in a comment?
  7. I have a web page that I created that is aligning to the left (it is a set width because of all of the different resolution sizes). How can I make the entire page center on the background?
×
×
  • Create New...