Jump to content

snowboard01

Members
  • Posts

    317
  • Joined

  • Last visited

Everything posted by snowboard01

  1. Anytime you can PM us to if its a small question you want answered
  2. I think i'll stick with iframes.This is offtopic dwe should talk about sites. BTW yours is very impressive.
  3. 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.
  4. Can you use a target of a scrollable div like an iframe of do you have to make dozens of pages with scrollable divs in them?
  5. did you code this blog manualy or download it. You see to leave a comment on the site it would require either asp php or sql or a combination. So what they are trying to say isYou will probably have to edit the code
  6. http://w3schools.invisionzone.com/index.ph...owtopic=3074&hlShow off your site there
  7. Yes but that is not possible without like re writing html so that it will crash if it has errors. Lets face it the best we can do is dream of it.
  8. 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!
  9. 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
  10. post the code the you inserted to make the box I might be able to fix it.
  11. You want the forum to have alternate colours for each post?
  12. 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
  13. Whats wrong with iframes? I use them at My site Is there a severe problem with them?
  14. 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
  15. 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
  16. Dan your page is valid but you should link to the page that declares it valid or no one will believe you
  17. Thats interesting please edit the post and put the code in or codebox /codebox
  18. surehave you read the css tutorial yet?http://www.w3schools.com/css/default.aspand the page that will help you mostCSS PositioningP.S. I hope those links work i BBcoded them by handHeres a site coded with css
  19. 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
  20. sorry it was a rushed thank you and I didn't re read it
  21. No I did not know an ordinary browser could be configured to display aural style sheets. I will try it. ThanxSnowboard01.
  22. I understand thatsee here is aquathe hex is #00FFFFPS how do you change the color of a link?My siteNVM I figured it out
  23. Is there an aural browser I could download to play the stylesheets? I really have no idea what I'm making
  24. I tried this! its really cool. I think I will make a little avatar for myself with it
  25. I used a hex for black. I don't think you can just typecolor=blackopps maybe you cananyway I used a hex
×
×
  • Create New...