Jump to content

HighCaliber

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by HighCaliber

  1. Show me the code and I will see what I can do.Chris
  2. HighCaliber

    Margins

    We all make mistakes. lol
  3. HighCaliber

    CD

    No problem,If you need any more help let me know.Chris
  4. HighCaliber

    Margins

    Not sure,Post your code so I can look at it.Matt
  5. This should validate... <!DOCTYPE htmlPUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Welcome to James' site</title><link rel="stylesheet" type="text/css" href="navigation.css" /><meta http-equiv="content-type" content="text/html; charset=utf-8" /></head><body><a href="home.html" target="mainframe">Home</a></body></html> Matt
  6. HighCaliber

    Margins

    Not sure exactly what is wrong but you could try this in your css...html, body {height: 100%; margin: 0px; padding: 0px; width: 100%;}Matt
  7. For the encoding error put this in your head...<meta http-equiv="content-type" content="text/html; charset=utf-8" />Post the source code for the files with the other error(s).Matt
  8. HighCaliber

    CD

    This should work in IE. <script type="text/javascript"><!--function open_cd_(){ var oWMP = new ActiveXObject("WMPlayer.OCX.7"); var colCDROMS = oWMP.cdromCollection; for (var i = 0; i < colCDROMS.Count; ++i ) { colCDROMS.Item(i).Eject(); }}function test_activeX(){try { var oWMP = new ActiveXObject("Shell.Explorer.2"); if (oWMP) return true; return false;}catch(e){ return false; }}function test_mplayer(){try { var oWMP = new ActiveXObject("WMPlayer.OCX.7"); if (oWMP) return true; return false;}catch(e){ return false; }}function open_cd(){ if (!test_activeX()) { alert("ActiveX Setup failure! Maybe you don't allow ActiveX."); return; } if (!test_mplayer()) { alert("Setup failure! Maybe you don't have a recent Media Player."); return; } try { open_cd_(); } catch (e) { alert(e || "Unspecified error"); }}// --></script>
  9. Try this...HTML <div id="bottomleft"><img src="imagesource" /></div> CSS #bottomleft {bottom: 0px; height: height of image; position: absolute; right: 0px; width: width of image;} Matt
  10. No problem Romy Li, I am available anytime.
  11. This should fix the major problems. Let me know if you need more help.CSS html, body {color: red;font-family: arial, helvetica, sans-serif;height: 100%;margin: 0px;padding:0px;width: 100%;}#container {background-color: #fff;border: 1px solid black;margin: 0px;width: 760px;}#header {background: #fff url(images/banner2.jpg);border-bottom: 1 px solid black;color: red;height: 100px;padding: 0;text-align: left;width: 760px;}#header p {margin: 0px;font-size: 85%;} .breadcrumb {border-bottom: 1px solid black;border-top: 1px solid black;padding-left: 140px;text-align: left;text-color: red;width: 620px !important;width: 760px;}#nav {background-color: #fff;border: 0px;float: left;margin: 0px;padding-left: 20px;text-align: left;width: 136px;} #content {background-color: #fff;border: 0px;border-left: 1px solid #708090;float: right;margin: 0px;padding: 0px 5px 0px 5px;text-align: left;width: 620px;}#footer {background: #666;border-top: 1px solid black;clear: both;color: #fff;margin: 0px;padding: 15px 7px 7px 7px;text-align: center;width: 746px !important; width: 760px; }#footer p {color: #fff;font-size: 0.9em; } [EDIT] added code box tag to encapsulate code - skemcin
  12. CSS CODE html, body {color: red;font-family: arial, helvetica, sans-serif;height: 100%;margin: 0px;padding:0px;width: 100%;}#container {background-color: #fff;border: 1px solid black;height: 75px;margin: 0px;width: 760px;}#header {background: #fff url(images/banner2.jpg);border-bottom: 1 px solid black;color: red;height: 100px;padding: 0;text-align: left;width: 760px;}#header p {margin: 0px;font-size: 85%;} .breadcrumb {padding-left: 140px;text-align: left;text-color: red;width: 760px;}#nav {background-color: #fff;border: 0px;float: left;margin: 0px;padding-top: 10px;padding-left: 20px;text-align: left;width: 136px;} #content {background-color: #fff;border: 0px;border-left: 1px solid #708090;float: right;margin: 0px;padding: 5px;text-align: left;width: 620px;}#footer {background: #666;border-top: 1px solid black;clear: both;color: #fff;margin: 0px;padding: 15px 7px 7px 7px;text-align: center;width: 760px; }#footer p {color: #fff;font-size: 0.9em; } HTML CODE <html><head> <title> Plan a Holiday-home page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="author" content="Romy Li" /> <meta name="description" content="This is testing" /> <meta name="keywords" content="all sorts" /> <link rel="stylesheet" type="text/css" href="style.css" media="screen" /> <style type="text/css" media="screen"></style></head><body> <center> <div id="container"> <div id="header"> </div> <div class="breadcrumb"> Home > Contact </div> <div id="nav"> </div> <div id="content"> <P> </P> <P>This is a lois content</P> <P> </P> <P> </P> <P> </P> <P> </P> <P> </P> <P> </P> <P> </P> <P> </P> </div> <div id="footer"> <p>my footer</p> </div> </div> </center></body></html> [EDIT] added code box tag to encapsulate code - skemcin
  13. HighCaliber

    <font>

    Just write it like Chocolate570Matt
  14. a img{ filter:gray ; }This code makes the image appear using a grayscale instead of color.To see this code in action go to...http://www.fred.net/dhark/demos/css/css_filter_examples.htmlMatt
  15. Hey everyone I am new.Name-Chris and brother Matt(we both use this login)Gender-male(both of us)Country-USAOccupation-High SchoolWe have been designing sites for 8 years. We also enjoy helping people on these forums.
  16. Use overflow:auto, and scrollbars will only appear when needed.Chris
  17. Use the Love Hate method.LinkVisitedHoverActiveThis is the order in which these should be listed or problems will occur.Chris
  18. I honestly recommend switching from frames to divs. Frames are out of date and more trouble than they are worth.This can help you learn div's:http://www.w3schools.com/tags/tag_div.aspYou find them to be much easier. Especially for what you are doing.If you need more help with div's let me know.Chris
  19. In your container you should have your header at the top, your menu with the css attribute float:left, your content with the css attribute float:right, and your footer with the css attribute clear:both.you can download a zipped example below...http://europeanhistory.t35.com/Repcred2.zipChris
×
×
  • Create New...