Alright so I've been working on a CMS [Content Management System] for a Conquer Online Private Server. So far, this is what I have:
This is the point where I am stuck...What I need it to do, for every different id in the 'articles' database it needs to have a new box. A new box meaning the css coding around it so that it looks good. Kind of like this:
So for the title it needs to have the "main main_title" div tags around it.
The contect needs "main main_content" div tags around it.
The bottom border can just be put in at the end.
Not sure if this is the right spot for this, it is an idea that I am planning on releasing for the private server community, just need a little help (;
Any help is appreciated and please, if you're not going to help, please don't comment! xD
This is the point where I am stuck...What I need it to do, for every different id in the 'articles' database it needs to have a new box. A new box meaning the css coding around it so that it looks good. Kind of like this:
PHP Code:
<div class="main main_title"> TITLE PHP CODE </div>
<div class="main main_content">CONTENT PHP CODE</div>
<div class="main main_bottom">BOTTOM BORDER CSS</div>
The contect needs "main main_content" div tags around it.
The bottom border can just be put in at the end.
Not sure if this is the right spot for this, it is an idea that I am planning on releasing for the private server community, just need a little help (;
Any help is appreciated and please, if you're not going to help, please don't comment! xD