We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
You are here: TWiki> Support Web>BlockquoteMoveLeftInIE (13 May 2008, ArthurClemens)
Tags:
create new tag
, view all tags

Question

Each time I use a series of
...stuff...
in my twiki page, the left margin keeps moving further left. This behaviour is only happening on IE, Firefox displays the page properly. Check ThierryLamSandbox , any ideas how to fix it?

Environment

TWiki version: 4.1.2
TWiki plugins:  
Server OS: Red Hat Enterprise Linux ES release 4
Web server: Apache
Perl version: 5.8.5
Client OS: Mac OS X 10.4, Win XP Pro 32 bit
Web Browser: Internet Explorer 6.0
Categories:  

-- ThierryLam - 12 May 2008

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

It's more like an IE problem, stick the following CSS at the top of the twiki page:

-- ThierryLam - 12 May 2008

<style type="text/css">
blockquote {
    border-left: 1px;
    padding-bottom: 1px;
    border-bottom: 1px;
}
</style>

-- ThierryLam - 12 May 2008

See also TextIndentsWhenLinkIsSelected and TWikibug:Item5622.

-- PeterThoeny - 13 May 2008

Fixed with TWikibug:Item5622

-- ArthurClemens - 13 May 2008

 
Change status to:
Topic revision: r4 - 13 May 2008 - 17:29:14 - ArthurClemens
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback