View Full Version : Tag Board.


Dark Unicorn
03-31-2003, 02:37 PM
With the script from tag board.com, i was wondering how you change the background of the boxs/font/color of the font.... i dont really know. Or if you know of a place with a tutorial for tagboard then it would help! Thanks

<td valign=top>

<SCRIPT LANGUAGE="Javascript" TYPE="text/javascript"
SRC="http://www.tag-board.com/tagboard.js"></SCRIPT>
<iframe src="http://www.tag-board.com/my.tag?name=me" name="tag" width="100" height="240" frameborder="1" STYLE="top:1; border:1px; solid #000000; left:1; TOPMARGIN=; background-color: #000000; color: #FFFFFF; marginwidth="10" marginheight="1"></iframe>
<script>netscape_support();</script>
<font size=1>
<form action="http://www.tag-board.com/add.tag" method="post" name="tagform" target="tag">
<input type="hidden" name="name" value="me">

<input name="tagname" maxlength="20" size="13" style="border:1px solid #000000; font-family:
Verdana; font-size: 9px; color:#000000; value="name">&nbsp;
<input name="tagurl" maxlength="100" size="14" style="border:1px solid #000000; font-family:
Verdana; font-size: 9px; color:#000000; value="http://email"><br>

<input name="message" maxlength="200" size="31" style="border:1px solid #000000; font-family:
Verdana; font-size: 9px; color:#000000; value="tag..."><br>
<br>
<input class=button type="submit" value="click = yes" style="border:1px solid #000000; font-family: Verdana; font-size: 9px; color:#000000; onclick="return
Clear_Last_Message_on_Submit();">
(<a href="http://www.tag-board.com/smilies/smilies.htm" onClick="return pop_up_smilies();"

target="_blank">smilies</a>)
</form>
<script>rememberme()</SCRIPT>
</td>
</tr>
</table>

</td>
</tr>
</table>
</DIV>

Or if you knew how to get the backgrounds of the tagboard/name/etc boxes to be images, i would love you forever

SizzZzlinhair
03-31-2003, 03:15 PM
Well, if you want to take a look at mine you can: NO ADVERTISING I basically just looked around for the parts of the code that changed the style and stuff, and then I just put what I wanted in.

I am me
03-31-2003, 03:59 PM
Change all the #000000 or #FFFFFF parts of the code to the collor you want.

At the moment the set colors are black & white - unless you wanted everything black & white, in whice case I am misunderstading your original post as I am a bit on the slow side.

MaGiCSuN
03-31-2003, 04:04 PM
If you want to change the buttons and input fields you gotta add this code to your <style> sheet code:

input { color: #000000; border-right: #77B828 1px solid; border-top: #77B828 1px solid; border-bottom: #77B828 1px solid; border-left: #77B828 1px solid; background: #D6D6D6; font-size: 10px;}

the code above will change the color from the text, and the border color + background color. You can change the colours to whatever you want or add more fancy stuff :)

Love,
Mirna