Hi, glad its ok. If you want to make things a little easier. Cut & paste the code below into each of your pages & it should help for h1/h2/h3 tags. You will see what to change for size & colours in the head part of the code.
Same as before & preview. (maybe try it on a blank page)
Good luck. (sites looking good)
HTML Code:
<style>
h1 {
font-size:20px;
color:black;
font-family:times;
font-style:normal;
text-align:center;
}
h2 {
font-size:16px;
color:green;
font-family:times;
font-style:normal;
text-align:center;
}
h3 {
font-size:10px;
color:blue;
font-family:times;
font-style:italic;
text-align:center;
}
</style> HTML Code:
<h1>New Zealand / Aucland Day Tours and Small<br>Group Tours</h1><br>
<h2>New Zealand / Aucland Day Tours and Small<br>Group Tours</h2><br>
<h3>New Zealand / Aucland Day Tours and Small<br>Group Tours</h3><br>