1

(5 replies, posted in Programming)

Solved!

Thanks Tobi.

I've understand now what do you mean smile.

The problem was where I've putted the clearer division.

I've putted it after the first left div and not after the content one.

Thanks a lot again

2

(5 replies, posted in Programming)

Ok tried it and this is the result.

CSS file is this one

What's wrong

Thank for your help and reply

3

(5 replies, posted in Programming)

Thanks a lot.

I'll try your suggest and I'll give you a feedback as soon as possible

Thank again

4

(5 replies, posted in Programming)

One week ago I've started to study punBB CSS and HTML code to uderstand how to devel some good punBB feature in my site.

This is what I've realized

Example

CSS is here

But is not all done, I've not reached my aim again.

What I need to do ?

I need to put "division two" at the bottom of the left col but I've not find out a solution.

punBB seem to have this feat, take a look here.

Viewing the code I can see the first divisision appear like this

    <div class="postleft">
        <dl>
            ....
        </dl>
    </div>

and the second one like this

    <div class="postfootleft"><p><strong>Online</strong></p></div>

I've noticed that beetwen the two division is present another div appearing like the following one

    <div class="clearer"></div>

But although I've tried also this way seem there was nothing to do for me.

Someone can help me ? Someone know some issues to reach that aim ? I've read lot of float css tutorial but I haven't find the right solution.

Any kind of suggestion is wellcome.

Bye bye

morpheus

cool Ok perfect 4 U cool

more specific CSS class solve the problem big_smile

Thanks a lot again tongue wink

Sorry you're right I've mistaken there's only UL in XHTML codem OL tag is presente only in CSS.

Thanks again

Perfect this the CSS theory that I've forgot smile

Infact use of specific ID not override original base.css style.

In fact PunBB doesn't use ordered listed so the entries in base.css are only there for the sake of completeness, removing them doesn't do any harm.

Really? I'm not sure because If you take a look to the code all base menu and admin menu use "OL" and "UL" tag.

Remove base.ccs style for list break off punbb style very hard, but I think your first solution where you suggest me to write a more specific css style class is the right way.


I'll give you a feedback as soon as possible

Thank a lot for your help

Subject is the problem.

From many month I'm trying to create and display an ordered list by HTML and Extra BBCode mod but nothing to do.

I've saw that ordered and unordered list are disable directly in punbb base.css by setting padding to 0 and line style to none, there's really no way to override this?

Thanks a lot for your help and for any kind of suggestion

Byez