Advertisement!- For your board
« Search Results »

Welcome Guest. Please Login or Register.
Nov 30, 2009, 7:32am



Advertise!-For your board
Site of the month


I'll begin the site of the month May 1st..
Welcome to Advertise!-For your board..Hope you like what you see and if you do you should join...
Please vote for us



Advertisement!- For your board :: Search Results
10 Most Recent Posts6 Results Found

Result 1 of 6:
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Affiliates Box No.2 (Read 95 times)
Tidus
Administrator
*****
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Apr 2004
Gender: Male
Posts: 8
 Affiliates Box No.2
« Result #1 on Apr 4, 2004, 3:32pm »

Here is the Second Affiliates Box I know of..

Code:
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td class="titlebg" align="center" colspan="3">
<font color="000000" size="2">
<b><center><font style="filter:glow(color=white, strength=2); height: 2;">Affiliates</font></center></b>
</font>
</td>
</tr>
<tr>
</td>
<td width="60%" class="windowbg2" valign="top">
<!-- Begin Mini Banners -->
<P>
<marquee height="50" width="500" onmouseover="this.stop()" onmouseout="this.start()" direction="left" scrollamount="3" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=40, FinishX=0, FinishY=0);"><font face="verdana" color="#000000">

<center>



</center></font></marquee>

<!-- End Mini Banners -->
</td>
<td width="35%" valign="top" class="windowbg">
<img src="URL OF YOUR BANNER"> <textarea rows="2" name="S1" cols="20">THE HTML CODE FOR YOUR BANNER</textarea></form>
</td>
</tr>
</table>
</td>
</tr>
</table>
Link to Post - Back to Top  IP: Logged

[image]


Result 2 of 6:
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Affiliates Box (Read 63 times)
Tidus
Administrator
*****
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Apr 2004
Gender: Male
Posts: 8
 Affiliates Box
« Result #2 on Apr 4, 2004, 3:26pm »

Here is one of two Affiliate Boxs I know of.Put it in main page footer :)

Code:



<table border=0 width="92%" cellspacing="0" cellpadding="0" class="bordercolor" align="center" style="position: relative; bottom: 14px;">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td class="catbg" colspan="2" align="center"> <font size="2" class="catbg"><b>Affiliates</b></font></td>
</tr>
<tr>
<td class="windowbg2" width="100%" valign="middle" align="center">
<font size="1">
<table width="98%" cellpadding="3" align="center">
<tr>
<td valign="top" align="left" width="60%">
<marquee scrollamount="3" onmouseover=this.stop() onmouseout=this.start()>
<center>










</center>


</marquee>
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>


« Last Edit: Apr 4, 2004, 3:28pm by admin »Link to Post - Back to Top  IP: Logged

[image]


Result 3 of 6:
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Forum info Box (Read 61 times)
Tidus
Administrator
*****
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Apr 2004
Gender: Male
Posts: 8
 Forum info Box
« Result #3 on Apr 4, 2004, 3:07pm »

Here is the Forum info Box,put it into your headers..(The ones that you want it to show up on.)

Code:
<table align="center" border="0" width="80%" cellspacing="0" cellpadding="0" class="bordercolor">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td class="titlebg" align="center" colspan="3">
<font color="000000" size="2">
<b>Board Name</b>
</font>
</td>
</tr>
<tr>
<td width="20%" valign="top" class="windowbg">




</td>
<td width="60%" class="windowbg2" valign="top">






</td>
<td width="20%" valign="top" class="windowbg">

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


« Last Edit: Apr 4, 2004, 3:07pm by admin »Link to Post - Back to Top  IP: Logged

[image]


Result 4 of 6:
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Remove Hey X,You Have X messages,X are new.. (Read 59 times)
Tidus
Administrator
*****
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Apr 2004
Gender: Male
Posts: 8
 Remove Hey X,You Have X messages,X are new..
« Result #4 on Apr 3, 2004, 4:19pm »

Code:
<script>
document.getElementsByTagName('tr')[1].deleteCell(1);
</script>


Put it into your headers,all of them...
Link to Post - Back to Top  IP: Logged

[image]


Result 5 of 6:
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Resize The Width... (Read 60 times)
Tidus
Administrator
*****
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Apr 2004
Gender: Male
Posts: 8
 Resize The Width...
« Result #5 on Apr 3, 2004, 4:06pm »

Here is the code to resize the width of the board..

Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
tablew = document.getElementsByTagName('TABLE');
for(t=0;t<tablew.length;t++) {
if(tablew[t].width=="92%"){
tablew[t].width='50%';
}
}
// -->
</script>


You may change the '50%' to anything you want...
Link to Post - Back to Top  IP: Logged

[image]


Result 6 of 6:
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Cell highlight (Read 55 times)
Tidus
Administrator
*****
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Apr 2004
Gender: Male
Posts: 8
 Cell highlight
« Result #6 on Apr 3, 2004, 4:00pm »

Here is the Cell Highlight Code..

Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
/*
Cell Highlight & Link
Copyright © 2003 Craig Suffolk, ProBoards.com
All Rights Reserved
*/

var mouseOverColor = 'HEX COLOR';
var statusMessage = 'TEXT';
window.status = statusMessage;

cellHigh = document.getElementsByTagName('TD');
for(ch=0;ch<cellHigh.length;ch++) {
if((cellHigh[ch].className=="windowbg2" && cellHigh[ch].width=="66%") || (cellHigh[ch].className=="windowbg" && cellHigh[ch].width=="48%")) {
if (cellHigh[ch].width=="48%") {var num=0;} else {var num=1;}
cellHigh[ch].onmouseover = function(){this.style.cursor='hand';this.style.backgroundColor=mouseOverColor; window.status=this.getElementsByTagName('b')[0].innerHTML;};
cellHigh[ch].onmouseout = function(){this.style.backgroundColor=this.bgColor;window.status=statusMessage;};
cellHigh[ch].onclick = function(){location = this.getElementsByTagName('a')[num].href;};
}}
// -->
</script>


You can change the 'HEX COLOR' to whatever you want,but it has to be a hex color,for example '222222'...Put it into your Footers,all of them....

_____________________________________
Now to make your Cell highlight transparent,take off your Table border Color and put 'transparent' where it says 'HEX COLOR'.....
« Last Edit: Apr 3, 2004, 4:48pm by admin »Link to Post - Back to Top  IP: Logged

[image]



Affiliates

Gladius Rpg

If you want to be a Affiliate,pm your code and put our button on your site..


Tidus

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!