KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
03-01-12 07:15 AM - Post#85962
How do i install a banner in the header
Cheers
|
greg FusionBB Fanatic Total Posts: 4956
 Location: Tombstone, AZ Average Post Ranks%:
|
03-01-12 10:32 AM - Post#85965
In response to KJ
My Fusion/admin area/Edit/Edit Inserts/Edit Header Insert and just place your banner code there.
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
03-04-12 04:16 AM - Post#85973
In response to greg
I have done all that and works fine but i am trying to get that to go on the left when i type left in the code and save it goes back to center.
Thanks
|
sb1963 FusionBB Fanatic Total Posts: 1636
 Location: UK Average Post Ranks%:
|
03-04-12 04:47 AM - Post#85974
In response to greg
Can you post the code here?
Code:
using the </ markup
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
03-04-12 02:10 PM - Post#85975
In response to sb1963
here is the code i am trying to use
<div align="center"><img src="http://thepubdrinker.co.uk/images/logo.gif" alt="The Pub Drinker" align="middle" /></div>
|
greg FusionBB Fanatic Total Posts: 4956
 Location: Tombstone, AZ Average Post Ranks%:
|
03-05-12 12:49 AM - Post#85976
In response to KJ
here is the code i am trying to use
<div align="center"><img src="http://thepubdrinker.co.uk/images/logo.gif" alt="The Pub Drinker" align="middle" /></div>
You need us use <div align="left"> not what you have typed here, or is it automatically changing the code back to <div align="center"?
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
03-05-12 01:16 AM - Post#85977
In response to greg
yes it's changing the code back to center
regards
|
greg FusionBB Fanatic Total Posts: 4956
 Location: Tombstone, AZ Average Post Ranks%:
|
03-05-12 09:42 AM - Post#85978
In response to KJ
Ok, make sure when you are trying to edit the code that you have clicked on the "edit html" button in the top menu of the editor screen. I remember now that I ran into this same problem and this was the cause. I believe if you click on the "Hide html editor" under the editing box and make your changes it does not save them. This one drove me absolutely bonkers until I figured it out.
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
03-05-12 11:22 AM - Post#85979
In response to greg
Thanks greg, left align now, at least i done it.
but it did say this at the top though could not find how to enable them.
Here you can edit inserts used in your community. You can use HTML. NOTE: This script only edits the insert, to actually display them in your forum, you must enable them (Control Panel > Edit > Configuration Settings > General Settings).
|
greg FusionBB Fanatic Total Posts: 4956
 Location: Tombstone, AZ Average Post Ranks%:
|
03-06-12 10:23 AM - Post#85980
In response to KJ
Glad you got it worked out. That is one thing that needs to be changed as it looks as if you could just edit it after it is displayed.
The settings to enable your inserts are contained in: My Fusion/Admin Area/Edit/Configuration Settings/General Settings. Scroll down until you see them listed and make sure each that you want to be seen is checked, such as "head insert", etc.
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
03-06-12 03:03 PM - Post#85981
In response to greg
thanks again greg for all your help.
|
sb1963 FusionBB Fanatic Total Posts: 1636
 Location: UK Average Post Ranks%:
|
03-06-12 07:49 PM - Post#85983
In response to KJ
& welcome to another UK admin!
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
03-24-12 04:29 AM - Post#86023
In response to KJ
Another question about about the banner, is there away of putting another banner or logo on the right while i keep my left banner?
Thanks in advance
|
Claude FusionBB Fanatic Total Posts: 1413
 Location: San Diego Average Post Ranks%:
|
03-24-12 03:23 PM - Post#86024
In response to KJ
Another question about about the banner, is there away of putting another banner or logo on the right while i keep my left banner?
I'm using version 3.0 and I just edit the HTML in the Edit Inserts panel.
Code:
<table width="100%">
<tr>
<td align="left" valign="top">Left_Banner_Here</td>
<td align="center" valign="top"><img src="<!--HEADERLOGO-->" alt="Forum Name" /></td>
<td align="right" valign="top">Right_Banner_Here</td>
</tr>
</table>
Edited by Claude on 03-24-12 03:24 PM. Reason for edit: No reason given.
|
KJ FusionBB Neophyte Total Posts: 41
 Birthday: 10-15 Location: Essex, England Average Post Ranks%:
|
|
mardanethomas FusionBB Newbie Total Posts: 1
 Birthday: 02-09 Location: Trenton, NJ 08690 Average Post Ranks%:
|
04-12-12 06:08 AM - Post#86088
In response to KJ
I tried to installed banner but during installation process my system shut down automatically can you provide some help for me.
|
greg FusionBB Fanatic Total Posts: 4956
 Location: Tombstone, AZ Average Post Ranks%:
|
04-12-12 10:44 AM - Post#86089
In response to mardanethomas
Do you mean your computer crashed and shut off? There is nothing in Fusion that would cause that.
|