I would like to know how, via editing the html, to change the 3 blank spaces on the main page, that are above the 3 text columns. In the index.php file it says "insert picture here" but when I put the path to the images I want to use the website only shows the text that I entered and not an image. Help :)
How to change the 3 blank areas on the main page
2 posts from 2 voices-
Posted 8 months ago #
-
Replace following code in index.php:
<div class="box_image"><!-- insert image here--></div>with:
<div class="box_image"><img src="http://www.kriesi.at/wp-content/themes/kriesi_at/images/skin1/logo.png" alt="my alt text" title="my image title" /></div>Then adjust the image path, the alt and title text.
Posted 8 months ago #
Reply
You must log in to post.














