PDA

View Full Version : Easy Question


quarum
04-22-2008, 06:28 PM
I want to add some blocks that call images. These should be pretty simple, but to be honest I have only been working with vB for 1 day.

This is a gaming site.

I want a block that calls a simple php file that generates an image.

http://www.argoswow.com/roster2/realmstatus.php?r=US-Lothar This is the link to the image that is generated.

Also looking for a block that I can call a few scripts with. Ideally this is a small block with some basic code in it similar to this code:

<iframe name="tsviewer" allowtransparency="true" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=44605&bg=transparent&type=&type_size=11&type_family=1&info=1&channels=1&users=1&type_s_weight=normal&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_weight_h=normal&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=none&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=none&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=none&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none&skin=ts2_classic" width="200" height="400" frameborder="0" style="border:0px solid #;" scrolling="auto" ></iframe>

Just not sure yet on how to add these new little blocks.

quarum
04-23-2008, 08:38 AM
nevermind - I figured it out - lol