Image display problem
-
I have used the following code to insert in the ‘page.php’ and image if the user is on the front page.
<?PHP if(is_front_page()){ echo '<div align="center"><img src="wp-content/themes/Driver/images/Advert.jpg" /></div>'; } ?>
However, It does display on some computers and then it doesn’t on others. I have tried updating there browsers etc and still no luck. I have tried change the path to the full path and have the same result.
I find this really odd why some will display. I have tried it on all browsers so it doesn’t seem to be a browser problem.
Any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image display problem’ is closed to new replies.