Help Needed:- IE and Blockquote??

4 replies
Hi

It's been a while since I built a site. I used blockquote to shift the content away from the side

Works fine in FireFox but in IE only works within a table example is

WEIGHT LOSS & JUNK SCIENCE

So what do I use in place of blockquote to get the same effect?

Thanks

Michael
#blockquote
  • Profile picture of the author Johnny Slater
    I see that you have part of the text inside of a table and the rest of it outside of the table. Put all of it inside the same table cell and it should work fine.
    Signature

    {{ DiscussionBoard.errors[651022].message }}
  • Profile picture of the author Michael Tracey
    Thanks Johnny, point is I want the text outside the cell so it kind of underlines the adsense.

    Also I sometimes have 2 different tables for the adsense 120X600 tower.

    Michael
    {{ DiscussionBoard.errors[651055].message }}
    • Profile picture of the author Martin Avis
      Hi Michael,

      You can use a bit of inline CSS to achieve the same thing:

      To indent the text on the left only:
      <span style="padding-left: 20px">Your text</span>

      Or if you want the block of text to be indented left and right:
      <span style="padding-left: 20px; padding-right: 20px">Your text</span>

      Change the 20px (20 pixels) to whatever value best suits your layout.

      Regards,

      Martin
      Signature
      Martin Avis publishes Kickstart Newsletter - Subscribe free at http://kickstartnewsletter.com
      {{ DiscussionBoard.errors[651081].message }}
  • Profile picture of the author Michael Tracey
    Thanks Martin, That should do it

    Michael
    {{ DiscussionBoard.errors[651085].message }}

Trending Topics