MyBB Community Forums

Full Version: Add Banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
See pictures where I want to put a rotate banner(or visit my home page), thanks in advance.
Insert the code in header template ? What exactly you are trying to insert ? Flash or ..?
I want to put only png file, where I find this code?
You may use the following code for inserting any image file;
<a href="URL GOES HERE"><img src="IMAGE URL PATH GOES HERE" alt="" title=""></a>
Hmm. You removed my copyright from that theme?
That's really bad.
(2011-07-04, 12:12 PM)kavin Wrote: [ -> ]Hmm. You removed my copyright from that theme?
That's really bad.

Now it's ok?

How I put to center?? view image.
(2011-07-04, 12:23 PM)fantastic Wrote: [ -> ]
(2011-07-04, 12:12 PM)kavin Wrote: [ -> ]Hmm. You removed my copyright from that theme?
That's really bad.

Now it's ok?

How I put to center?? view image.

Just enclose your image code between <center> and </center>.
Don't use <center>, it's been deprecated and will fail to validate. Instead, enclose it between <div align="center"> and </div>.

You could also use CSS to style the alignment.
I think it's ok now, not in the center....but it's ok. Thanks to all.
What do you mean not in the center? Can you post your forum's URL?
Pages: 1 2