Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Add image to header area (http://forum.bytesforall.com/showthread.php?t=16690)

Angiec Feb 6, 2012 11:48 AM

[SOLVED] Add image to header area
 
ATA 3.7.3

I'd like to add an image between the page menu and header image in my header area, so I used the following code in the "configure header area" space--

Code:

%page-right %logo <div style="float:right; margin-right:40px;margin-top:-45px;">

<a href="link"><img src="
url("http://yourdomain.com/wp-content/themes/atahualpa/images/poccta.png")" /></a>

</div>
%image %bar1

The image is not showing up- can you find my error?

Thanks-- LOVE this theme! :)

lmilesw Feb 6, 2012 12:07 PM

Take off the quote after the closing parenthesis on the image URL.

Angiec Feb 6, 2012 12:11 PM

I did that, saved, refreshed, and I'm still not able to see it. Below is what I have now... Any other ideas?

Code:

%page-right %logo <div style="float:right; margin-right:40px;margin-top:-45px;">

<a href="link"><img src=
url("http://yourdomain.com/wp-content/themes/atahualpa/images/poccta.png")/></a>

</div>
%image %bar1


juggledad Feb 6, 2012 12:46 PM

this
HTML Code:

<a href="link"><img src="
url("
http://yourdomain.com/wp-content/themes/atahualpa/images/poccta.png")" />
</a>

is invalid HTML, it should be
HTML Code:

<a href="link"><img src="http://yourdomain.com/wp-content/themes/atahualpa/images/poccta.png" /></a>

Angiec Feb 6, 2012 01:46 PM

Solved- thank you! :)

lmilesw Feb 6, 2012 01:51 PM

Oops... missed that... Thanks JD... Closing as solved.


All times are GMT -6. The time now is 01:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.