Jump to content

snowboard01

Members
  • Posts

    317
  • Joined

  • Last visited

Posts posted by snowboard01

  1. to use ie6 you have to uninatall ie7 by going to add remove programs right click ie and go to versions and select ie6 or somthing its all at the microsoft page where you get it.

  2. (mods: is it possible to get the html codeboxes to preserve indentation, or does the syntax coloring forbid that)
    I'll tell you before the mods you can't change that becease kaijim is the only one that can and he won't. Thats cool that you can self close any tag or make it 2 tag. For people reading this and saying whats the point of self closing a div? Ever coded rounded corners? This will save a fair bit of code thank you justsomeguy!
  3. FYI, link and vlink are deprecated wink.gif (that means they arent web standard and probably wont be suported in some browsers soon).
    You know as well as I do if the good browsers stop supporting depracted stuff almost no page will diplay right in them and every single person will pull out ie again. I don't think they r going anywhere at least not in firefox.
  4. Hi this is a nooby question. Well I'm a nooby person. So here it is. What is the better tag to use to show an image on a webpage?object:

    <object type="image/gif" data="http://mysite.myhost/myimage.gif" width="50px" height="50px"></object>

    Or img

    <img src="mysite.myhost/myimage.gif" />

    Is one better supported? Should I use image because it is designed for images? should I use object because the w3c may eliminate the img tag in favor of object? I an very confused. Please help me.Thank you.

  5. notepad2.gif
    Which of these editors just has basic features like highlight, but won't overwrite notepad?
    check out Notepad2 Its notepad with syntax highlighting! Has features like optional word wrap but it is still that notpad interface with only a few menus and buttons. If you like the notepad feel and syntax highlighting this is the bestEdit: I just realized there is an optional tag closer! I wil never code in anything else again!
  6. Oh annd height is depracated toheres the code

    someelement{width: whatever;height:whatever;/*there you go*/}/*or use ids*/#someelement{width: whatever;height:whatever;/*there you go*/}

  7. There is an error in this code:<link href="(the name of your stylesheet).css" type="text/css" ref="stylesheet" />without the slash some browsers will mess up and the code won't validate!

×
×
  • Create New...