View Full Version : tag-board help


illuz1onz
08-18-2003, 04:22 AM
i made dis special place in my layout for a tag board... how do i put it in there and have da tagboard bg my bg...? if its possible

HERES DA TAGBOARD CODE

<SCRIPT LANGUAGE="Javascript" TYPE="text/javascript" SRC="http://www.tag-board.com/tagboard.js?boardname=tag-on-me"></SCRIPT>

<table width="200" cellpadding="2" cellspacing="0" border="0">
<tr>
<td width=200 height=200 valign=top>
<iframe src="http://www.tag-board.com/my.tag?name=tag-on-me" name="tag" width="200" height="200"
marginwidth="0" marginheight="0"></iframe>
<script>netscape_support();</script>
</td>
</tr>
<tr>
<td>
<a href="http://www.tag-board.com/" target="_new">Powered by TagBoard Message Board</a>
</td>
</tr>
<tr>
<td>
<form action="http://www.tag-board.com/add.tag" method="post" name="tagform" target="tag">
<input type="hidden" name="name" value="tag-on-me">
Name<br>
<input name="tagname" maxlength="20"><br>
URL or Email<br>
<input name="tagurl" maxlength="100"><br>
Messages(<a href="http://www.tag-board.com/smilies/smilies.htm" onClick="return pop_up_smilies();" target="_blank">smilies</a>)
<br>
<textarea cols="24" rows="3" name="message" wrap></textarea><br>
<input class=button type="submit" value="TAG" onclick="return Clear_Last_Message_on_Submit();">
</form>
<script>rememberme()</SCRIPT>
</td>
</tr>
</table>



AND HERES WHERE I WANT TO PUT IT


<TR>
<TD COLSPAN=6>
<IMG SRC="images/tagboard.gif" WIDTH=253 HEIGHT=199 ALT=""></td>

</TR>

lilchici13
08-18-2003, 07:07 PM
ok first of all i wouldn't use tag-board.com (they're not good) use www.dekap.com instead they're awesome!

second just copy and paste the code into the cell where you want it in

fruitcake
08-18-2003, 07:28 PM
Try changing your iframe code to this, and your layout should show through the it.

<iframe src="http://www.tag-board.com/my.tag?name=tag-on-me" name="tag" width="200" height="200"
marginwidth="0" marginheight="0" allowtransparency="true"></iframe>

MaGiCSuN
08-18-2003, 07:31 PM
you cannot make a tagboard transparent, since you cannot choose "transparent" as bgcolor into the tagboard settings. you can set "allow transparency" to true but that's not the whole code to make it transparent.

tag-board is good, i don't see what's so bad about it. Just use what you think is best for you :)