Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Everything posted by Err

  1. Err

    Video codecs?

    try looking here
  2. okay, I think this will work now, all I did was add margin-left: auto; and margin-right: auto; to the something middle id. I tried it out and it worked for me, m'kay. <html><head><title>Johann Kwan (dot) com - Photography, Visual Arts, and Webdesign</title><meta name="keywords" content=& #34;johann,kwan,photography,photo,visual,art,webdesign,webmaster, story, literature,journalist,blog,design,carleton,humanities,charlatan" /><style type="text/css"><!--html, body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background-color: #000000; border: 0; margin: 0; padding: 0; height: 100%;}table { border: 0; margin: 0; padding: 0; text-align: center}#container { height: 100%; width: 100%; background-color: #000000; text-align: center; border: 0; margin: 0; padding: 0;}#middlething { width: 600px; height: 400px; border: 0; margin: 0; padding: 0; margin-left: auto; margin-right: auto;}td.topdog { background: url(http://www.johannkwan.com/nlay/topBG.jpg) center; width: 600px; height: 60px; border: 0; margin: 0; padding: 0;}td.underdog { background: url(http://www.johannkwan.com/nlay/bottomBG.jpg) center; width: 600px; height: 340 px; border: 0; margin: 0; padding: 0;}td.smallprint { text-align: center; font-size: 8px;}--></style></head><body><table id="container" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table id="middlething" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="topdog"></td> </tr> <tr> <td class="underdog"> </td> </tr> <tr> <td class="smallprint">Curriculum Vitae | Legal Stuff</td> </tr> </table> </td> </tr></table></body></html>
  3. I see the problem you're having.Flash, the last I've seen, had a slideshow that you can setup with a few clicks. So if you have Flash, then it's worth a try.I like how your site is coming out btw.
  4. Err

    Link colours

    THANK YOU SO MUCH! I see them a lot better now.
  5. Err

    Alignment Problem

    align: center the above CSS is not supported by any browser, it will only work as an HTML elementlike so: table align="center" Try this instead: <div class="Div" align="center"> <table width="780" border="0" cellpadding="0" cellspacing="0" bgcolor="#AFCAE4" id = "font3" align="center"> <tr bgcolor="#AFCAE4"> <td> |<a href="Index.asp">Home</a>|<a href="ShowProduct.asp?PC=''&Pk=''">View Product</a> |<a href="Dealers.asp">Dealer</a>|<a href="Contact.asp">Contact</a> |</td> <td> </td> </tr> </table></div> CSS: body { margin:0px 1px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; SCROLLBAR-FACE-COLOR: #f2f9fd; SCROLLBAR-HIGHLIGHT-COLOR:#f2f9fd; SCROLLBAR-SHADOW-COLOR: #336699; SCROLLBAR-ARROW-COLOR: #336699; SCROLLBAR-BASE-COLOR: #f2f9fd; scrollbar-dark-shadow-color: #336699; scrollbar-3d-light-color: #f2f9fd; text-decoration: none; font-size: 11px; font-style: normal; color : #000000; background-attachment: scroll; background-image: url('Images/BG1.jpg'); background-repeat: repeat-y; background-position: left top; list-style-position: outside; list-style-type: square}.Div {text-align: center} If that doesn't work then use the good old <center> and </center> tags. though I don't think it will vaildate with a strict dtd.
  6. meh, here you go. <html><head><title>Johann Kwan (dot) com - Photography, Visual Arts, and Webdesign</title><meta name="keywords" content="johann,kwan,photography,photo,visual,art,webdesign,webmaster,story,literature,journalist,blog,design,carleton,humanities,charlatan" /><style type="text/css"><!--html, body {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #FFFFFF;background-color: #000000;border: 0;margin: 0;padding: 0;height: 100%;}table {border: 0;margin: 0;padding: 0;}#container {height: 100%;width: 100%;background-color: #000000;text-align: center;border: 0;margin: 0;padding: 0;}#middlething {width: 600px;height: 400px;border: 0;margin: 0;padding: 0;}td.topdog {background-image: url(http://www.johannkwan.com/nlay/topBG.jpg);width: 600px;height: 60px;border: 0;margin: 0;padding: 0;}td.underdog {background-image: url(http://www.johannkwan.com/nlay/bottomBG.jpg);width: 600px;height: 340 px;border: 0;margin: 0;padding: 0;}td.smallprint {text-align: center;font-size: 8px;}--></style></head><body><table id="container" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table id="middlething" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="topdog"></td> </tr> <tr> <td class="underdog"> </td> </tr> <tr> <td class="smallprint">Curriculum Vitae | Legal Stuff</td> </tr> </table> </td> </tr></table></body></html>
  7. <div style="background-color:red;"><table> <tr> <td>Hello W3Schools</td> </tr></table></div> The above way is the inline way to do it.The below way to do it is through CSS. .parent { background-color: red;} <div class="parent"><table> <tr> <td>Hello W3Schools</td> </tr></table></div>
  8. Err

    Where are you?

    added my self.I live in Grand Prairie, not too far from you.
  9. That's the purpose of these fourms, we are all here to learn
  10. I'm certain that you will find what you are looking for if you searched Google
  11. To be honest with myslef, I've never used ID's for links, so I don't know if that will work... but I know Classes do :)Link: http://www.w3schools.com/css/css_pseudo_classes.aspYou should use that as a reference. <style type="text/css">a.main:link {color: blue;text-decoration: underline}a.main:visited {color: blue;text-decoration: underline;}a.main:hover {color: blue;text-decoration: none;}</style> you need to apply the class property to the links like this: <a class="main" href="#">Link Text</a>
  12. I wanted a good solution for this problem myself and I came up with one. <style type="text/css">#holder { width: 620px; text-align: left; margin: 5px;}.left, .right, .center,.header, .footer { border: 1px solid black; padding: 2px; text-align: center;}.left { float: left; width: 100px;}.right { float: left; width: 100px;}.center { float: left; width: 398px;}.header { width: 610px;}.footer { width: 610px;}</style> <div id="holder"> <div class="header">Header Div</div> <div class="left">Left Div</div> <div class="center">Center Div</div> <div class="right">Right Div</div> <div class="footer">Footer Div</div></div>
  13. yup, both worked for me.
  14. Err

    Link Help

    First of all, to my knowledge, I don't think you can let other people connect directly to your computer.Second, why would you even want people to connect to your computer? Can't you just upload everything to your web hoster and allow people to access your files like that. Giving people access to your computer is very risky. Personally I would never do that.
  15. You would also have to add that to the pages you are targeting with the Ifame ... if that's what you meant.
  16. Err

    help on tables

    It sounds like your doing it through CSS.Have your tried this link:?http://www.w3schools.com/css/tryit.asp?filename=trycss_background just take the no-repeat off.
  17. I personally see everything fine.Try checking your code with the vaildator here, it helps slove a lot of coding problems. Deamweaver also has a vaildator you can use. Link: http://validator.w3.org/
  18. Err

    Background picture

    it wouldn't hurt doing a little bit of searching:http://www.w3schools.com/css/tryit.asp?fil...ycss_backgroundFont colors: <style type="text/css">html, body { color: black;}</style>
  19. I'm running on firefox 1.5.0.1 also, all the functions work, perhaps it could be an extension like Adblock that might be causing the problem.
  20. Glad it worked :)however, I don't have all the answers " I try to know all that I can though.I wish I knew all the answers
  21. Well, its kind of hard trying to slove something I can't see. Also, I don't think the clear: both elements are needed.
  22. I assume you are using floats for the DIV's, try adding a float to the footer div. #footer { clear:both: height: 39px; float: left;}
  23. Err

    sizes please?

    Link: http://www.w3schools.com/css/css_units.aspMost common are px and %, w3 actually recommends that you use px.
  24. td { vertical-align: middle;}
  25. Err

    What's my problem ??

    Whoops, my bad, I just noticed something, you can't have the apostrophe on the colors, so it will look like this: html, body { color: #ffffff; background-color:#273154; scrollbar-face-color:#273154; scrollbar-arrow-color:#273154; scrollbar-track-color:#273154; scrollbar-shadow-color:#273154; scrollbar-highlight-color:#273154; scrollbar-3dlight-color:#273154; scrollbar-darkshadow-Color:#273154;} Also, If you don't want the scroll bar to appear at all, add <body scroll="no"> If you already have a body tag just add scroll="no" to it.
×
×
  • Create New...