Create A Forum - Support Forums

Support => General Support => Topic started by: cherry on September 24, 2012, 11:20:13 am

Title: headers and footers
Post by: cherry on September 24, 2012, 11:20:13 am
Hiya. I have tried to find information on the forum but to no avail I am afraid.... Can someone please tell me how to insert a header into my forum? I have down loaded the code and added it before and after to my link.... It appears at the top of the page as an unopened icon... eek. thanks... Cherry


Title: Re: headers and footers
Post by: CreateAForum on September 24, 2012, 12:48:44 pm
You want to show that image as a top banner? First thing you need to do is find a host for the image. Or you can host in the image gallery.

Then after that you can use that image link in html code to display it.
Title: Re: headers and footers
Post by: cherry on September 24, 2012, 01:02:32 pm
Hiya. :)  Thank you so much for your kind reply. So, if I download the image to gallery, I can submit the url as a header from the image there? Cherry
Title: Re: headers and footers
Post by: CreateAForum on September 24, 2012, 01:18:49 pm
Yes. You could use in html code such as
Code: [Select]
<img src="http://www.yourimageurlhere.com/picture.jpg" />
Which would show the image
Title: Re: headers and footers
Post by: cherry on September 24, 2012, 01:21:31 pm
Hiya. Right, i think I have that now.... :)  Thank you so much for your kind help. Cherry.
Title: Re: headers and footers
Post by: CreateAForum on September 24, 2012, 01:27:55 pm
Glad to help.