Announcement

Collapse
No announcement yet.

Whites Space v IE6

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by simplydigital View Post
    ended up rewriting some code and it seems to have fixed the problem
    Often the case - and I bet it looks exactly the same as before

    Glad you go it sorted


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #17
      Apologies for reviving this thread, but alas...

      I searched the forum and found David had an issue which soon changed into Tracey's issue. Lol. This thread was my next best bet.

      In my menu, I have block's which allow the 'current' section to become highlighted.

      The code pretty much reads as below, block's have been bolded (is that even a word?!):
      Code:
      <li><a href="blockifSectionPageName/blockblockifSectionURL/block"blockifclass="current"/blocktitle="SectionName">
      Initially I had spaces before and between each block (block if and /block), but this seemed to generate HTML as:
      Code:
      <a href="home.html"    class="current"   title="Home">
      I stripped out the spaces between block statements to try and get the spaces down to one, but still, I have two spaces between elements, when I ideally only want/need one space

      From others experience I can only gather that the <block> statements seem to generate as spaces - is there a known fix for this which I have failed to find?

      Cheers,
      Grant

      Comment


        #18
        blocks are a git - when they are skipped they leave masses of blank space on a default page - switch off compact HTML options and view a page source code - horrendous.


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #19
          Yep, this is what I'm experiencing. I have tried using Compacted HTML, but am experiencing the 'Content Encoding Error' in FF3 on some pages, though a Refresh normally fixes the problematic pages, they are forever popping up. I was hoping using non-compacted html might fix this issue, but now I'm not so sure as I don't particularly want several spaces inside important tags.

          Comment

          Working...
          X