View Full Version : tagboard colors


littledeadgirl
09-22-2004, 03:41 PM
Well someone said i cud change the tagboard colors with css? im not quite sure how to do it i was wondering if someone cud help me. this is the code i got free

<SCRIPT LANGUAGE="Javascript" TYPE="text/javascript" SRC="http://www.tag-board.com/tagboard.js?boardname=Abuse"></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=Abuse" 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="Abuse">
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>


i was wondering if it was possible to get like each post alternate background colours with red and black n the text white n a boarder of black dots round the buttons. Cansome1 ..ifugot the time show me how to do this cuz im really stuck.
charliex

MaGiCSuN
09-22-2004, 07:37 PM
everything that can be changed at that tagboard can be changed in your screen when you log into the site at www.tag-board.com there you have background color one and two and change the text colour and font and all those things.

there's no other way because you can't edit anything on the page inside the iframe :)

Love,
Mirna

Monkey Bizzle
09-22-2004, 08:30 PM
Well someone said i cud change the tagboard colors with css?
what i meant when i said that was you can change the colors and size of the input boxes and the buttons... if you want to change the stuff in the actual part where the messages show up, then yes, you will have to do it at tag-board.com like mirna said.

littledeadgirl
09-22-2004, 08:38 PM
oh right sorry thanx for telling me that. lol

littledeadgirl
09-25-2004, 06:12 PM
oh right sorry thanx for telling me that. lol

umm i've log n tag board n changed the stuff there but is there anywayi can change the buttons n stuff?

Monkey Bizzle
09-25-2004, 06:18 PM
well, i don't know if you know how to use CSS or not so I am just going to tell you like this...

inside the <input> tags which are the input boxes and the button, add this

style="color: #000000; background-color: #000000; border: ##px #000000 solid;"

change the colors to what you want, and the border width and style too. there are more attributes that you can add to this like font type and size and width and height and all that but the 3 above are the main ones that people like to change. if that's not good enough for you, tell me specifically what you would like to change!

littledeadgirl
09-25-2004, 06:52 PM
well, i don't know if you know how to use CSS or not so I am just going to tell you like this...

inside the <input> tags which are the input boxes and the button, add this

style="color: #000000; background-color: #000000; border: ##px #000000 solid;"

change the colors to what you want, and the border width and style too. there are more attributes that you can add to this like font type and size and width and height and all that but the 3 above are the main ones that people like to change. if that's not good enough for you, tell me specifically what you would like to change!


cheers. im trying to get to grips with css its confusing. im getting there....slowly. lol