I am trying to edit a header on a forum i have made, so i can use my own image:
I found this article which is fine as i know the location of the image:
http://www.phpbb.com/kb/article.php?article_id=18
However i have a q:
What do i edit it in? If i edit it in notepad, i worried i might screw up the code and the forum doesnt work.
The code is this:
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
So presumably i just edit the index.php file??