Adding HTML / Source code into a webpage
Sometimes you may be required to add some code to one of your website pages, this can happen if another website gives you some code to add their logo into your page or similar, so here we will show you how its done.
When editing your page you will see a "Source" button in the top left corner of the toolbar, this button will change the current page view so you can see the actual HTML code of the current page your editing

This is where you add code to your web page, simply copy the code you have and paste it in here wherever you want the code to be displayed, sometimes this may be a little tricky especially if you already have a lot of content in the page as the source code may seem like a load of gobbledygook!!
A good way to position your code in the correct place is to firstly before changing to the source view write in capital letters on your page where it to appear "PUT CODE HERE" and then change to the source view and look for your words "PUT CODE HERE" then simply delete the words and paste your code in its place, now it should be positioned in your page where you want it. remember not to delete any other items,brackets or characters when in the source view as it may make your page display incorrectly.
There is another way of adding code which is most probably the best and most clean way and that is to add a new content section to the page and put the code into the new content section, to do this click the "Manage Sections" which is near the top right of the screen

then on the next screen you add a new WYSIWYG section by simply clicking the "Add" button

You will now see you have 2 "WYSIWYG" sections, if you click the bottom one which is the new one you just create it will take you to a new empty section for that page, now simply do what we described above about adding the source code, the benefit of doing it this way is you dont have any other text etc in this section to worry about the positioning....
If you ever want to add additional text/content into the page simply add a new WYSIWYG section and put your new content in there.
We hope that makes sense, but best to have a little play around with a new page to see how sections blocks work.