Jump to content

snowboard01

Members
  • Posts

    317
  • Joined

  • Last visited

Posts posted by snowboard01

  1. Ya but then we would need a topic about motorbikes and cars ect. Then in a few day they would forget they ever existed and use the the show off your site thread. unless a modrator pinns it. I don't think they will. My site is a blog and a site I put it in there and people see it just fine. I don't think there needs to be a blogs topic. :)

  2. a couple of things I disagree with on those sites are that only 2 of like 50 pages my iframe has links two have scroll bars, also no one with disabilitys will ever go to my site it's a little hobby site that me and my friends hang out in. I'm not going to memodel this site so it doen't use frames. But I do agree that I won't ever use them again. and if the mouse is over the frame the mouse wheel works fine!

  3. Or you can use the nice CSS div solution

    <html><head><style type="text/css">.menu{position:relative;width:15%;height:100%;left:0%;background-color:#;}.content{float: left;position:relative;width: 85%;height:100%;border: ;}</style></head><body><div class="menu"><!--content of menu--></div><div class="content"><!--content of site--></body></html>

    CSS is the new standard and is best to learn. For layout it is not neccessary to use it but it is pretty nice. :) -Snowboard01

  4. jeez, I mean forcing people! Thats low. By the way when you say the web should only be writtin by peaple who know what they are doing do you think it would be that much better? I mean most of the sites worth visiting are coded in html 3.1. I mean look at microsoft.com! look at google! My site is more accesible than those ones. eg. My site zooms to fit the window, supports texdt resizing and soon will have aural stylesheets. That compared to how most developers code is fairly good. But i don't truly know what i'm alwasys doing

  5. You mean you want an element that does nothing exept make a container?use spans and divs. They do absolutly nothing unless accessed by a style sheet

  6. Yo im a kid that got online yesterday. My friend recommended w3schools. In a month I knew Html css javascript and some xml. (by I got online yesterday I mean I published the site i put 3 months work into.) On the table issue I think its a pointless debate. People who like tables use tables Css likers use css you wont force anyone to change over

  7. Yes you make 12 boxes and position them. Never ever ever ever tell frontpage to code somthing for you. What it calls valid cross browser xhtml coding looks like this. (This is cut and paste out of front page)

    <html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><meta name="ProgId" content="FrontPage.Editor.Document"><title>New Page 2</title></head><body><p align="left">Yes you make 12 boxes and position </p><p> them. Never ever ever ever tell frontpage to code somthing for you. What it calls valid cross browser xhtml coding looks like this. (This is cut and paste out of front page)</p><p><span style="background-color: #FFFF00">you hink thats dirty look at when youchange colors and sizes</span></p><p><font color="#FF0000"><span style="background-color: #FFFF00">itshorrible!!!!!!</span></font></p><p><font color="#FF0000" size="7"><span style="background-color: #FFFF00">RunHide is the evil frontpage</span></font></p><p> </p></body></html>

    you don't want your site coded like that!There is a program called tidy for turning html into xhtml. That won't change table to div but it will change <br> to <br />And next time you make a poll please search first there is already a tables vs css poll

×
×
  • Create New...