How do I modify source code?

Answered by Jarrod Smith

To modify the source code of a page, you have three options available within the Content > Pages section of your website. Here are the steps for each method:

1. Method 1: Click Source in the page actions toolbar.
A. Start by logging into your website’s content management system and navigating to the Content > Pages section.
B. Locate the page you want to edit and click on it to open it.
C. Look for the page actions toolbar, usually located at the top or side of the page. Within this toolbar, you should find an option called “Source.”
D. Click on “Source” to open the source code editor, which will display the HTML code of the page.
E. Make the necessary modifications to the source code using your HTML knowledge or by referencing relevant documentation.
F. After making the changes, save the modifications and preview the page to ensure the desired results.

2. Method 2: Use the More Actions menu.
A. Log in to your website’s content management system and go to the Content > Pages section.
B. Find the page you wish to edit and click on it to open it.
C. Look for the “More Actions” button, usually represented by three dots or a gear icon.
D. Click on “More Actions” to open a dropdown menu and select the “Edit” option.
E. A properties editor will appear, allowing you to modify various aspects of the page, including the source code.
F. Locate and click on the “Properties” section within the editor to access the source code.
G. Make the necessary modifications to the source code, keeping in mind the HTML structure and syntax.
H. Save the changes and preview the updated page to verify the desired outcome.

3. Method 3: Edit the source code within the page footer.
A. Log in to your website’s content management system and navigate to the Content > Pages section.
B. Locate the specific page you want to modify and click on it to open it.
C. Scroll down to the bottom of the page until you reach the page footer area.
D. Look for an option to edit the source code within the page footer. This option might be labeled as “Edit Source” or “Edit HTML.”
E. Click on the “Edit Source” option to open the source code editor.
F. Within the editor, you can directly modify the HTML code of the page, making the necessary changes.
G. Once you have finished editing the source code, save the modifications and preview the page to ensure everything appears as intended.

Remember, modifying the source code requires a good understanding of HTML and web development principles. It’s crucial to double-check your changes and ensure they don’t break the page’s functionality or layout. If you are unsure about making changes to the source code, it’s recommended to consult with a developer or seek assistance from your website’s support team.

Please note that the specific steps may vary slightly depending on the content management system or website builder you are using. It’s always best to refer to the documentation or support resources provided by your website platform for precise instructions tailored to your setup.