Jump to content

~Shinta

Members
  • Posts

    132
  • Joined

  • Last visited

Posts posted by ~Shinta

  1. I think you should start using paragraph tags if you write in paragraphs on your site. Breaks are breaks, paragraphs are paragraphs. They have a different semantic.

  2. I suggest starting out on a good freehost and then moving up to a good paid host. I suggest you first learn XML, then XHTML, CSS, and Javascript. Then you will be ready enough to make a perfect website.

  3. I think you are having code issues. hr is a horizontal rule, not a span. Just change your HTML to <span style="position:relative;background-image:url(images/hr.gif);width:611px;height:1px;"><h3>Introduction</h3></span>

  4. I remember building websites before CSS was added to browsers, and it wasn't pretty :)And about the "<br>" annoyment you seem to have, it's just 1 extra key stroke to make it <br />.  The > and / keys are right next to each other on the keyboard.By the way, your site has 10 errors on it :)@ ~Shinta, correct use of XHTML 1.1 isn't supported by IE6, so I'd stick with XHTML 1.0 Strict if I was you :(Correct use of XHTML 1.1 requires that you send the document as application/xhtml+xml and IE6 only supports text/htmlHopefully IE7 will support application/xhtml+xml, I'm not sure as it's not publicly released yet and I don't have a Beta copy to test on.

    I have a php script to change the mime type thanks to someone on this forum.
×
×
  • Create New...