• Alright, on my site ( http://wh0cares.com ) I am trying to get one of the boxes on the right with just some information. No links no nothing. I can accomplish this, but it’s not valid. If some one could give me the code to do it, it would be very helpful. Basically, on the right thing, where you see the text, “I need to fix this” I need to be able to do that with some more lines and have it valid.

Viewing 2 replies - 1 through 2 (of 2 total)
  • <li id="Info">Info:

      • I need to fix this
      • Try closing out the li tag above it first

        <li id="Info">Info:

        • I need to fix this

        • But otherwise just enclose what you want in li tags as you are doing.

        In your source, you have this:
        <li id="Info">Info:

          • I need to fix this
          • Try changing it to this:

            <li id="Info">Info:

          • I need to fix this


          • Stuff here
          • MUST fall BETWEEN

            and
            .

          Viewing 2 replies - 1 through 2 (of 2 total)
          • The topic ‘Template help, I cant figure this out….’ is closed to new replies.