Hello,
I'm a high school ICT teacher, not a web expert, I'm tryign to help put a local primary school by setting up there website. It's mainly done but I'm trying to add a row of links between the Header Banner and the main body.
I want it to look like this one:
http://www.newporthigh.co.uk/
Which I created (with the help of this forum - thanks again all!!) for our school.
The site I'm now working on is:
http://www.millbrookprimary.co.uk/
I've added the space and experimented with the
<li> code (below) but when I drop in the code to the header.php file inside the tag:
<div id="hd">
It throws out the rest of the page and only adds the links as a vertical list not a horizontal one.
I have experimented with loads of different options and always ended up having to reload the original theme to fix the problems I've caused.
Please help...? Thanks in advance......!
<div id="menu1">
<div style="padding-left: 70px">
</li>
<li><a title="Taliesin House" href="http://www.taliesinhouse.blogspot.com/"
target="_blank">Taliesin Blog</li>
<li><a title="Branwen House" href="http://www.branwenhouse.blogspot.com/"
target="_blank">Branwen Blog</li>
<li><a title="Olwen House" href="http://www.olwenhouse.blogspot.com/">Olwen Blog</a></li>
<li><a title="Pryderi House" href="http://www.pryderihouse.blogspot.com/"
target="_blank">Pryderi Blog</li>
<li><a title="6th Form Blog" href="http://nhssixthform.blogspot.com/">6th Form Blog</a></li>
</div>