Coding for website design

To insert a hyperlink within the footer (settings of canvas and then into box at bottom of page):

</a><br />Awarded by<br /><a href=’http://www.whatclinic.com’>WhatClinic.com</a>

To add 4 spaces between text code:

&emsp;

To add 2 spaces within text code:

&ensp;

To add a single space:

&nbsp;

(non-breaking-space)

Main Navigation: (code to move the menu into the middle):

ul#main-nav {
min-width: 496px;
list-style: none;
}
ul#main-nav li {
display: inline;
}

.menus {
display: table; /* Allow the centering to work */
margin: 0 auto;
}

ul.nav {
margin-right: 0;
}

To make text bold (put this at the beginning of the code you wish to change):

<strong>