Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

SimpleCMS

Newbie Spellweaver
Joined
Aug 18, 2015
Messages
25
Reaction score
2
Hi People of Ragezone, good more or less this website is for those who are in maintenance and things have progressed.

Are elements of HTML5

ACDlOyB - SimpleCMS - RaGEZONE Forums


*Order for edit the content.html
*<p> is to increase </ p> close the message
*Below of </dd> write what it says on the box
Code:
 <dt>
              <a href="#" class="accordionTitle">YOUR MESSAGE BUTTON</a></dt>              
               <dd class="accordionItem accordionItemCollapsed">
                <p>YOUR MESSAGE</p>
              </dd>

Download:
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Sep 8, 2011
Messages
822
Reaction score
129
Hi People of Ragezone, good more or less this website is for those who are in maintenance and things have progressed.

Are elements of HTML5

ACDlOyB - SimpleCMS - RaGEZONE Forums


*Order for edit the content.html
*<p> is to increase </ p> close the message
*Below of </dd> write what it says on the box
Code:
 <dt>
              <a href="#" class="accordionTitle">YOUR MESSAGE BUTTON</a></dt>              
               <dd class="accordionItem accordionItemCollapsed">
                <p>YOUR MESSAGE</p>
              </dd>

Download:

That's not really a CMS, it's static intro pages.
FYI, CMS stands for "Content Management System" which is an application that allows the addition, modification and deletion of dynamic data, usually through the application itself without directly touching the files/database to edit it.
A cMS, or any other Web application cannot be written exclusively in HTML/CSS, it must be either PHP, Perl, Python, Ruby, JS (server side), CGI, asp/.net or any other Programming/scripting language.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 18, 2015
Messages
25
Reaction score
2
That's not really a CMS, it's static intro pages.
FYI, CMS stands for "Content Management System" which is an application that allows the addition, modification and deletion of dynamic data, usually through the application itself without directly touching the files/database to edit it.
A cMS, or any other Web application cannot be written exclusively in HTML/CSS, it must be either PHP, Perl, Python, Ruby, JS (server side), CGI, asp/.net or any other Programming/scripting language.


If it was only that I'm doing more to increase PHP and CSS :D
 
Back
Top