Quote: Originally posted by Chip Douglas  |
Full Board URL: chewthefat.us
XMB Version: 1.9.12
I am new here. How would I go about adding an image for the forum name. Not sure I'm supposed to edit the header code/template? Where would I upload
the image? Can it be in the main folder where the index.html file resides? |
Yes you need to edit the header template of your board.
As for me, I prefer to upload the file to the ./images folder just to keep things organized. But you can technically upload it to the root of your
board. So either:
<img src="./images/mylogo.png" alt="my site">
OR (if uploaded to root)
<img src="./mylogo.png" alt="my site">