![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'd like to put an image on the homepage, so that it appears centered *above* the image in this code:
[img]<?php bloginfo('template_url'); ?>/images/hp-main.jpg[/img]" /> Can I just add a <img src> tag above that code, or will it interere with anything? Here's the code for the start of the home.php page. Perhaps I need to place something before the <div id="homepage"> section? <?php get_header(); ?> <div id="homepage"> <div id="homepageleft"> [img]<?php bloginfo('template_url'); ?>/images/hp-main.jpg[/img]" /> <h1><?php $main_headline = get_option('rev_main_headline'); echo stripslashes($main_headline); ?></h1> <?php $main = get_option('rev_main'); echo stripslashes($main); ?></p> <?php $main_link = get_option('rev_main_link'); echo stripslashes($main_link); ?></p> </div> Thanks in advance for any advice! |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I wan't delete some words: "advertisement" "comments" "subscribe".... in Home | Francois Laurent | General Discussion | 2 | 01-06-2010 11:11 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us