• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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