Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | | Affiliate Table (11th Dec 07 at 10:34pm UTC) | | http://vfad.virtualforums.co.uk
My affiliate table is not resizing with the forum, its supposed to be 700px. And I try to resize it my self but it dont work.
~Darkmage
EDIT: I just used the resizing code below the affiliates table and it worked.
| |
|
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄2 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | | Re: Affiliate Table (11th Dec 07 at 10:58pm UTC) | | There's no need to use the forum resize code at all. Just set the width you want the forum to use via the "General Settings" page of your admin panel. Then for the affiliates table, you can just set the width in the opening table tag:
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor"> | |
|
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | | Re: Affiliate Table (12th Dec 07 at 4:17am UTC) | | | it shows 92% but it doesn't resize it. | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | | Re: Affiliate Table (12th Dec 07 at 4:38am UTC) | | it shows 92% but it doesn't resize it.
I think Ross is saying you have to manually edit the affiliate table's size. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | | Re: Affiliate Table (12th Dec 07 at 5:56am UTC) | | | Ive got it figured out, but I am still using the resize code for the Affiliates, as it moves it off centered and it goes Far Left for some reason. | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | | Re: Affiliate Table (12th Dec 07 at 8:22pm UTC) | | Ive got it figured out, but I am still using the resize code for the Affiliates, as it moves it off centered and it goes Far Left for some reason.
Could you post the code; I may be able to figure out why it's misaligning itself. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | | Re: Affiliate Table (12th Dec 07 at 8:46pm UTC) | | Sure Here ya go:
 Code: - <table align="center" border="1" width="68%" cellspacing="1" cellpadding="1" class="bordercolor">
- <tr>
- <td>
- <table cellpadding="2" cellspacing="2" border="2" width="100%">
- <tr>
- <td class="title2" align="center" colspan="3">
- <font color="FFFFFF" size="2">
- <b><center><font style="filter:glow(color=white, strength=0); height: 2;">Affiliates</font></center></b>
-
- </font>
- </td>
- </tr>
- <tr>
- </td>
- <td width="60%" class="title2" 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=50, FinishOpacity=20, Style=1, StartX=0, StartY=40, FinishX=0, FinishY=0);"><font face="Times New Roman" color="#000000">
-
- <center>
-
- <a href="http://vfad.virtualforums.com"><img
- src="http://i185.photobucket.com/albums/x20/magedesigns/vforumsad/vfad_affiliate.gif"></a>
-
-
- </center></font></marquee>
-
- <!-- End Mini Banners -->
- </td>
- <td width="65%" valign="top" class="title1">
- <img src="http://i185.photobucket.com/albums/x20/magedesigns/vfmdskin/vfmdaffiliate.gif"> <textarea rows="2" name="S1" cols="20"><a href="http://magedesigns.virtualforums.com"><img
- src="http://i185.photobucket.com/albums/x20/magedesigns/vfmdskin/vfmdaffiliate.gif"></a>
- </textarea></form>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
| |
|