|
Post by tunescool on Jul 16, 2010 22:45:27 GMT -8
i took the <br> out at the end. i didnt copy and paste the whole thing
<center><div style="width:800" > <table width="800px" cellpadding="4" cellspacing="0" align="center" class="bordercolor" id="specialTable" style="display:none;"> <tr> <td width="35%" class="stickytable" vAlign="top"> <font size=1; color="FF03DD"><b><center> <a href="http://celebnook.proboards.com/index.cgi?board=ass&action=display&thread=3473">Rules * Thread Titles * Proboards Terms Of Service</a><br />
</td> <td width="33%" class="stickytable" vAlign="top">
</td> <td width="32%" class="stickytable" vAlign="top">
</b> </center> </font> </td> </tr> </table> </div></center> <br>
|
|
|
Post by Wormopolis on Jul 17, 2010 0:17:08 GMT -8
ok so lets start with the beginning center tag.
and the end of that HTML, you have a closing </center> tag. excellent. nested inside the center tag is a div. the div is opened correctly and closed correctly. excellent.
then you nest a table, with 1 row, and possible 3 cells. the second and third cell dont seem to have anything inside them...
the first cell has this:
font size=1; color="FF03DD"><b><center> <a href="http://celebnook.proboards.com/index.cgi?board=ass&action=display&thread=3 473">Rules * Thread Titles * Proboards Terms Of Service</a><br />
you open a font tag, but you have the size part wrong, it needs to be size="1" and delete the ; and there isnt a closing tag. then a bold tag.. which isnt closed. then a center tag.. which isnt closed. then a link.. which you did perfect. including the inner Text then a <br> tag.
so basically you need to close the tags you opened but never closed in that first <td>
inside the third cell.. you have a bunch of closing tags that dont have opening tags. mostlikely the closing tags that the first cell needs to have in it: </b> </center> </font>
but notice the order they are in.. it needs to be reverse of the order you open them.
so move those up to the first cell, fix that font tag stuff, and repost here.
|
|
|
Post by tunescool on Jul 17, 2010 0:50:44 GMT -8
proboards is gonna give a hard time about copyrite infringement if i take 1 pic from another forum. the mka forum i go to everyday got deleted. forget all my stuff, im gonna get started on another forum. do you know of any that are easily coded and you can do pretty much alot of the stuff on pbs? alot of them are just dull buttons and links and stuff i see them all have. dude thanks for everything thing youve done for me, a ton.
|
|
|
Post by tunescool on Jul 25, 2010 10:34:30 GMT -8
|
|
|
Post by Wormopolis on Jul 25, 2010 20:10:43 GMT -8
confused.. you WANT the links in the sticky table to be the same size as the threadlinks?
|
|
|
Post by tunescool on Jul 25, 2010 21:09:15 GMT -8
im trying to change the color, the direction im giving the links in the sticky table isnt changing the links color. i believe it may be because of the code that changes the font size for the regular thread titles
|
|
|
Post by Wormopolis on Jul 25, 2010 22:05:55 GMT -8
well the first code looks like it would add the classname of threadlink to the links in your table, but the inline color you have should override it. if you want to exclude the links in the sticky table from being affected by the code, we can do that...
or am I not on the same wavelength?
|
|
|
Post by tunescool on Jul 25, 2010 22:24:15 GMT -8
yea thats what im trying to do, i may change the font size of some of the links in the sticky table someday too
|
|
|
Post by Wormopolis on Jul 26, 2010 21:31:58 GMT -8
any link that you DONT want to be reclassed, give it a classname of "noreclass" and change that first code to:
<script type="text/javascript"> <!-- // Change Thread Link Size 1 var link=document.getElementsByTagName("a"); for(i=0;i<link.length;i++){ if(link.href.match(/action=display/) && !link.className.match(/noreclass/)){ link.className="threadlink"; } } //--> </script>
|
|
|
Post by tunescool on Jul 26, 2010 22:51:24 GMT -8
im pretty sure i did it rite, which didnt work. but how would i change the color of just one link
the table also needs the 2nd code in the footers
<style type="text/css"> .noreclass {background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/nook/grey12.jpg);} </style>
<center><div style="width:800" > <table width="800px" cellpadding="4" cellspacing="0" align="center" class="bordercolor" id="specialTable" style="display:none;"> <tr> <td width="35%" class="noreclass" vAlign="top"> <font size="1" color="FF03DD"><b><center>
<a href="http://celebnook.proboards.com/index.cgi?board=ass&action=display&thread=3473">Rules * Thread Titles * Proboards Terms Of Service<br />
</a> </b></center> </font> </td> <td width="33%" class="stickytable" vAlign="top"> <font size="1">
</font> </td> <td width="32%" class="stickytable" vAlign="top"> <font size="1">
</font> </td> </tr> </table> </div></center>
<script type="text/javascript"> <!-- if(location.href.match(/board=/) && !location.href.match(/action=(display|post|modifypost)/)){ var specialTable=document.getElementById('specialTable') specialTable.style.display=''; specialTable=specialTable.parentNode.parentNode while(specialTable.nextSibling){ specialTable=specialTable.nextSibling; if(specialTable.nodeName=='TABLE'){specialTable.style.clear="both";break;} } } // --> </script>
|
|
|
Post by Wormopolis on Jul 27, 2010 22:38:59 GMT -8
<a href="http://celebnook.proboards.com/index.cgi?board=ass&action=display&thread=3473" class="noreclass">Rules * Thread Titles * Proboards Terms Of Service </a><br />
|
|
|
Post by tunescool on Jul 28, 2010 0:02:10 GMT -8
i have the color thing in there, it isnt black but thats what shows up now
<style type="text/css"> .noreclass {background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/nook/grey12.jpg);} </style>
<center><div style="width:800" > <table width="800px" cellpadding="4" cellspacing="0" align="center" class="bordercolor" id="specialTable" style="display:none;"> <tr> <td width="35%" class="noreclass" vAlign="top"> <font size="1" color="FF03DD"><b><center>
<a href="http://celebnook.proboards.com/index.cgi?board=ass&action=display&thread=3473" class="noreclass">Rules * Thread Titles * Proboards Terms Of Service </a><br />
</b></center> </font> </td> <td width="33%" class="stickytable" vAlign="top"> <font size="1">
</font> </td> <td width="32%" class="stickytable" vAlign="top"> <font size="1">
</font> </td> </tr> </table> </div></center>
|
|
|
Post by Wormopolis on Jul 29, 2010 23:51:02 GMT -8
we looking at regular site or one of the test sites?
|
|
|
Post by tunescool on Jul 30, 2010 0:04:02 GMT -8
|
|
|
Post by Wormopolis on Jul 31, 2010 1:25:09 GMT -8
put the font tag part inside the anchor. The anchor is picking up the default text color from your skin settings
<a><font color="#FF0000">text</font></a>
|
|