1 (edited by Ev!L-E!NsTe!N 2015-02-13 02:38)

Topic: ...

...

Re: ...

Isn't the glow a IE thing? Or does it work in other browsers too?

3

Re: ...

nice~ but my forum member may not know these bbcode, could u edit the help.php??

4

Re: ...

Good work Einstein.

5 (edited by Razmooze 2005-11-18 02:53)

Re: ...

Uh... got this working alright with punBB 1.1.4 back then, but now when I have 1.2.10 I just can't get those bullets in the ul-lists to show sad. Seems to be something with the css files that doesn't allow ul-lists anymore (can't locate it though).

No electrons were harmed in the creation of this post.
However, many were excited and some may have enjoyed the experience.

Re: ...

Razmooze wrote:

Uh... got this working alright with punBB 1.1.4 back then, but now when I have 1.2.10 I just can't get those bullets in the ul-lists to show sad. Seems to be something with the css files that doesn't allow ul-lists anymore (can't locate it though).

Try adding the following to your stylesheet:

.pun DIV.postmsg LI {
    list-style: disc
}

7 (edited by Razmooze 2005-11-18 23:15)

Re: ...

Hmm... tried to put this at the end of base.css, but it didn't help (also tried to add it to oxygen.css w/o any difference in result). In my help file I have put:

...
    <div style="padding-left: 4px">
       <div class="postmsg">
            <ul>
            <li><?php echo $lang_help['List item1']; ?>
            <li><?php echo $lang_help['List item2']; ?>
            <li><?php echo $lang_help['List item3']; ?>
            </ul> 
       </div>
    </div>
...

even tried to use <ul style="disc"> which won't work.

No electrons were harmed in the creation of this post.
However, many were excited and some may have enjoyed the experience.

Re: ...

Oh, think I've solved it now. Tried to replace <ul> with <list> instead (weird!). That did the trick! Thanx!

No electrons were harmed in the creation of this post.
However, many were excited and some may have enjoyed the experience.

Re: ...

Ev!L-E!NsTe!N, could be so kind and update download link?