Topic: ...
...
You are not logged in. Please login or register.
...
Isn't the glow a IE thing? Or does it work in other browsers too?
nice~ but my forum member may not know these bbcode, could u edit the help.php??
Good work Einstein.
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 . Seems to be something with the css files that doesn't allow ul-lists anymore (can't locate it though).
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 . 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
}
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.
Oh, think I've solved it now. Tried to replace <ul> with <list> instead (weird!). That did the trick! Thanx!
Ev!L-E!NsTe!N, could be so kind and update download link?
Powered by PunBB, supported by Informer Technologies, Inc.