Want image to only appear on one page not all.
-
I have an image that appears on my pages. I would like to only have it appear on the landing page.
it is the png file to the left of the screen at http:www.chrisfawkes.net
Right now I have this in my page template.php
<div class="frontpage"><img alt="" class="alignnone size-full wp-image-6993" height="508" src="https://chrisfawkes.net/artprints/wp-content/uploads/2014/01/frontpage.png" width="250" /> </div>
then this in my css to place it where I want on the screen.
.frontpage { top:0; position:fixed; z-index:100; _position:absolute; _top:expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight))); margin-top: 170px; height:25px; float:right; left:-23px; }
Only issue it appears on all pages. Appreciate any help just getting it on the landing page.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Want image to only appear on one page not all.’ is closed to new replies.