Support Forums / Support forum / Archives / 12-09-2007 / Adding images

Topie: Adding images
October 8th, 2007 12:56 PM
Jessica Hello, I've just added a fader to my forum and I need to know how to add images in it. Can you please tell me how to add images?
October 8th, 2007 01:21 PM
Orpheas fader?
October 8th, 2007 01:26 PM
Jessica Yes, I've added a fader script. It works well. I just need to know the code on how to add images to my forum.

Here's the fader script:

<!--Created by Dave as part of sdn forums, http://www.excoboard.com/exco/index...p?boardid=1302. Do not redistribute this code in any way-->
<tr>
<td class="row1">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td width="100%" valign="middle" class="row1">
<center><marquee height="65" width="300" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="Verdana" color="#9900CC">add words here<td>
</tr>
</table>
</td>
</tr>
</table>
</center>

October 8th, 2007 01:41 PM
Orpheas where it says "add words here" you can add the code for you image

<img src="Image Address Here">

If it is a rather large image you can size it down, or size it up if it is too small.

<img src="Image Address Here" height="100" width="100"> though you can adjust the size to what makes you happy.

Also if you want the images to be aligned in the fader you can add this to the image code:
<div align="left/center/right"> image code here </div>
October 8th, 2007 01:48 PM
Jessica Thank you.
October 8th, 2007 01:55 PM
Orpheas You are very welcome.

Also if you want you can resize your fading marquee by adjusting the following:

marquee height="65" width="300"