Adding Extra Links to Header
-
Ok so I am trying to add extra links to my header image in wordpress and I have been very unsuccessful. If someone could please help it would be much appreciated. Here is my info:
I am using pagelines.
My site is tombellmemorial.com
Here is the codes I have placed in my header.php file:
<p class="headlogo"><img src="<?php bloginfo('template_directory'); ?>/?attachment_id=214"/></p>
I also added this to the CSS:
p.headlogo
{
position:absolute;
top:-8px;
left:30px;
}
but I think the CSS only dictates the position.But I currently have these things live on my site and I am seeing a small error box on the upper left hand corner of the site. Could someone please help and advise???
- The topic ‘Adding Extra Links to Header’ is closed to new replies.