I am trying to customize the 404.php page by adding a graphic. I can figure out how to change the text and links, but the HTML I just don’t know well enough to add a picture or graphic. I am using Church Theme from StudioPress.

Thanks in advance!

1 Answer
1

How are you changing the text and links? If you’re editing a 404.php file, then you simply need to add html to output whatever images you want, i.e.:

<img src="https://www.google.com/images/logos/ps_logo2.png" />

Will output this:

For more on HTML, check out w3schools.com’s excellent material: http://www.w3schools.com/html/

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *