![]() |
|
|||||||
| phpBB Support Forum Ask phpBB support questions here. Free forum will answer your questions in a timely manner. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Sorry, it is not possible. The banner should be in jpg, png or gif format.
__________________
The FreeForum.ca Team. Free Forum http://www.freeforum.ca Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org |
|
||||
|
You can use MS Paint or any pictures editing software to make the banner in those format. Or you can find a website to make it online by google "free banner maker".
Hope this helps.
__________________
The FreeForum.ca Team. Free Forum http://www.freeforum.ca Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org |
|
||||
|
You can try to find a flash to gif converter to convert that banner to gif.
__________________
The FreeForum.ca Team. Free Forum http://www.freeforum.ca Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org |
|
||||
|
Quote:
__________________
The FreeForum.ca Team. Free Forum http://www.freeforum.ca Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org |
|
|||
|
what you do is upload your flash image to FileDen.com | Free file hosting and online storage then add the link to this code. i would have to see what the image is to adjust it. but basically you change the border and the dimensions all from this code.
<center><table style="background-color: #111111; border: #505050; border-style: solid; border-width: 1px; padding: 5px;"><tr><td width="200" style="border: #444444; border-style: solid; border-width: 1px"><iframe src='http://www.fileden.com/files/2009/11/15/2651542/desperate.swf' width='200px' height='100px' style='border: 0px solid black'></iframe></td></tr></table></center> So you would add your link in the code where it says to below. <center><table style="background-color: #111111; border: #505050; border-style: solid; border-width: 1px; padding: 5px;"><tr><td width="200" style="border: #444444; border-style: solid; border-width: 1px"><iframe src='YOUR LINK HERE' width='200px' height='100px' style='border: 0px solid black'></iframe></td></tr></table></center> It's Just a simple i frame i just a few features for like background color,border,style.. also the background color could even be adjusted to allow another image in the background. here is a preview then here is the second code on the page with the music,scrolling and link back to this page. hehehe but i dont want to get to far out there... lets concentrate on you getting your flash to work first then if you want the other option i can explain after that. but you can basically see how it's working below. it's just tables and iframes to the most part <center><table style="background-color: #ffffff; border: #505050; border-style: solid; border-width: 3px; padding: 8px;"><tr><td width="200" style="border: #444444; border-style: solid; border-width: 1px"> <iframe src='http://delicast.com/radio/metal/Metal_Head_Radio' width='0%' height='0px' style='border: 0px solid #'></iframe> <iframe src='http://www.fileden.com/files/2009/11/15/2651542/desperate.swf' width='200px' height='125px' style='border: 0px solid black'></iframe> <span><marquee><span style="font-size: 18px; line-height: normal"><font color="blue"> <a href="http://www.freeforum.ca/forums/phpbb...tml#post532174 (Help on adding my flash banner? :))" class="postlink" target="_blank">THIS CODE HAS THE MUSIC PAYING AND ALSO CLICKS BACK TO YOUR THREAD</a> </font></span></marquee></span></td></tr></table></center> but keep in mind unless you are adding to a template or you have html enabled all this coding will not work. like the good admin said above it would be a lot easier to just have it in a gif. Info added When i posted this i was not aware that you cant edit template on free phpbb version. But i will leave it there anyway just in case. i guess some can use the code in a widget block? But this is bascally to add to like a over all header or other template. Last edited by kirk : 05-20-2010 at 04:39 PM. |