inherit
48127
0
Jun 25, 2005 23:13:32 GMT -8
blacksheep
6
June 2005
blacksheep
|
Post by blacksheep on Jun 25, 2005 23:11:24 GMT -8
I've added a welcome box but want different coloured texts in sections of it, i also what to enlarge the text and font. for instance i want the second part of this line white, but keeping the Mystical Forest section purple, well for now at any rate. var siteName="Mystical Forest<br>There are no strangers here, just friends you have yet to meet"; i've tried using the codes <font color="ffffff" face="blah" size="gblah"> </font> but these only serve to make the box stop working. is there anyway to get around this? or do i have to have all the colours the same? ignorant.proboards7.comThe same applies when i try to add images.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 25, 2005 23:14:24 GMT -8
That code is correct. Chances are you haven't placed it in between the TD tags in the table or something.
|
|
inherit
48127
0
Jun 25, 2005 23:13:32 GMT -8
blacksheep
6
June 2005
blacksheep
|
Post by blacksheep on Jun 25, 2005 23:17:25 GMT -8
The code it got from here, for the welcome box and it says which bits I can change.
<script launguage="JavaScript" type="text/JavaScript"> /*Pm and welcome table by maddenKING*/ var ttd=document.getElementsByTagName('td'); //edit the messages. var newPmMessage="You have new private messages."; var oldPmMessage="You have no new private messages."; var guestMessage="Welcome, guest."; //edit the news var guestNews="Hello, guest. We hope you enjoy our site."; var memberNews="Welcome, member."; //edit the site name var siteName="Mystical Forest<br>There are no strangers here, just friends you have yet to meet"; //do not edit below this line
so i have been editing the alloweod sections but within these i can't change the font or anything.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 25, 2005 23:19:36 GMT -8
In that case, use single quotes instead of double quotes to enclose the hex color value in the font tag and it should work. I didn't realize it was a javascript code you were talking about.
|
|
inherit
48127
0
Jun 25, 2005 23:13:32 GMT -8
blacksheep
6
June 2005
blacksheep
|
Post by blacksheep on Jun 25, 2005 23:23:23 GMT -8
lol i didn't think it would be soo easy! thank you so much. One of these days i'll learn how to do coding, but until then it's nice to know there are people who will help!
THANKYOU!
|
|