Insert Image html/css
jkinglet
Registered Users Posts: 73 Big grins
I've built a little PNG to add to the custom header (html/css insert). Now want to put it inline <li> with the copy which I can do with the html/css combo (for a link). But how do I access the image I want to insert from the unlisted folder I uploaded it to? Thanks. Jeff
www.theavianzone.com
www.theavianzone.com
0
Comments
Make sure external/embeddable linking is turned on for the unlisted gallery.
My Website index | My Blog
Thanks Allen. Had the "get link" piece but didn't have the external embeddable linking turned on.
<div id="headerbox">
<ul>
<li><img src="http://www.theavianzone.com/photos/i-5GgrPBB/0/O/i-5GgrPBB.png">
<li><h4>Learn How to fly</h4>
<a href="http://www.theavianzone.com/browse">Browse The Avian Zone</a><h4> galleries for your favorite Pacific Northwest bird picture</h4></li></ul></div>
<div id="headerbox">
<img src="http://www.theavianzone.com/photos/i-5GgrPBB/0/O/i-5GgrPBB.png style="vertical-align: middle;" />
<span style="vertical-align: middle;"><h4>Learn How to fly</h4>
<a href="http://www.theavianzone.com/browse">Browse The Avian Zone</a><h4>galleries for your favorite Pacific Northwest bird picture</h4></span></div>
CSS
#headerbox {
width: 936px;
line-height:50px;
height: 60px;
padding: 5px;
margin-left:-12px;
text-align:left;
background:#000000;
opacity:0.8
}
www.theavianzone.com
For phones I'd probably hide the div. Set different screen sizes here.
http://quirktools.com/screenfly/#u=http%3A//www.theavianzone.com/&w=768&h=1024&a=22&s=1
My Website index | My Blog