Content.php is the file to open to edit your index.php content. It is combined with other files to create your final web page.
There are only a few HTML coding rules that you need to concern yourself with;
As a general rule, coding starts with < code > and end with < /code >.
For example:
- all primary headings should be between <h1>Heading</h1>
- all secondary headings should be between <h2>Heading</h2>
- all new paragraphs should be between <p>paragraph</p>
- all lists start and end with <ul> and end with </ul>, and actual items within list begin with <li>list item</li>
- extra lines can be added with a break: <br/>
- text can be made bold with <b>bold text</b>
- links are created with identifying the link location and repeating it to show the link name.
Link example: <a href="http://www.hotelidentities.com"> www.hotelidentities.com </a>
Click on "Save Changes" and check your results. This link will open in a new window, however you may have to hit refresh to see your changes. Select"Logout"when you are satisfied with the results and you will be returned to your home page.