http://freunion.vforums.co.uk
I need to know how to make both sides of this code scrollable
Code:
- <table class="border" width="700" cellpadding="3" cellspacing="1" height="95">
- <tr>
- <td class="window2" width="30%">
- <center>
- <br>
- <br>
- <u><b><font size=2>Founder</b></u>
- <b>
- <b>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/admin/"><img src=http://i139.photobucket.com/albums/q300/DakotaSway/Final%20Fantasy/seph-1.jpg></a>
- <br>
- <br>
- <BR>
- </center>
- </td><br>
- <td class="window2" width="40%" rowspan="2"><center><b>Updates</b></center>
- <center><b>Forum best Viewed in 1024x768</b></center>
- <br>
- <div style="overflow: auto; width:100%; height: 300px; bgcolor: transparent; border: 0;">
- <br>
- <CENTER>
- <hr>
- <br>
- <b>June 27, 2008</b> ~Darkmage~ Some of you may notice a few changes, like staff members, boards etc. This means FR is changing, that means new plot, new boards and many new things, so if you are not a member Join. If you are a member then please come back and look see.
- <hr>
- <br>
- <b>June 14, 2008</b> ~Darkmage~ Version 3 has now been released. I have set everyones skin to the V3 Skin, if you want your old skin back, simply go to the bottom of the forum and use the skin chooser, or you can also do it by going to your Profile, and changing it that way. The V3 skin is not complete, I have 1 more thing to add to it, but the code I am trying to use is confusing.
- <hr>
- <br>
- <b>May 16, 2008</b> ~Darkmage~ The Pm system is now fixed. Sorry for and inconvenience.
- <hr>
- <br>
- <b>May 15, 2008</b> ~Darkmage~ We are experiencing some difficulties with the PM system, I apologize for the inconvenience.
- <hr>
- <br>
- <b>April 15, 2008</b> ~Darkmage~ Well Most of you should be able to log in now. If you can't please say so in the Cbox, and I will see what I can do to get you logged in. Because all members that have problems I will make it my problem too.
- <hr>
- <br>
- <b>April 5, 2008</b> ~Darkmage~ I know many of you are having trouble logging in, and even staying logged in, when exiting out of your browser. I am trying to get it fixed as soon as possible. Thank you for your patience.
- <hr>
- <br>
- <b>March 17, 2008</b> ~Darkmage~ I made a new skin called "Plain Advent". As you can see I changed the layout, hope you like it.
- <HR>
- <BR>
- <b>February 21, 2008</b> ~Darkmage~ We have added a new board called Lucrecia's Cave, and we also have the dis aligned text fixed now. I have also Organized the characters list, so it would be allot easier to understand.
- <hr>
- <br>
- <b>February 18, 2008 Monday</b> ~Darkmage~ We are having some minor problems with the text size, this is a new system, and of course there will be bugs at times, so just bare with us, as we try to get it fixed.
- <hr>
- <BR>
- <b>February 13, 2008 Wednesday</b> ~Darkmage~ This is the VForums Version of our original forum. I am testing this forum to see how this forum does.
- <HR>
- <br>
- </center>
- </div>
- <td class="window2" width="40%" rowspan="2">
- <div style="overflow: auto; width: 100%; height: 350px; bgcolor: transparent; border: 0;">
- <center><b><font size=2>Staff Legend</b></center>
- <center>
- <BR>
- <u><font color=Gray>Administrators</color></u>
- <br>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/tifa/">Tifa/Aeris</a>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/user_name/"> </a>
- <br>
- <br>
- <u><font color=Green>Global Moderators</color></u>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/reydaitso/">reydaitso</a>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/user_name/demonfang">Duorzum</a>
- <BR>
- <br>
- <u><font color=Blue>Moderators</color></u>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/daleeria/">Fay</a>
- <br>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/user_name/"> </a>
- <table border="2" cellpadding="2" cellspacing="1" bgcolor=black >
- <tr>
- <td>
- <b>Staff</b>
- </td>
- <td>
- <b>Color</b>
- </td>
- </tr>
- <tr>
- <td>
- Founder/Admin
- </td>
- <td>
- <font color=white>White</color>
- </td>
- </tr>
- <tr>
- <td>
- Admin
- </td>
- <td>
- <font color=Gray>Gray</color>
- </td>
- </tr>
- <tr>
- <td>
- Global Moderator
- </td>
- <td>
- <font color=Green>Green</color>
- </td>
- </tr>
- <tr>
- <td>
- Moderator
- </td>
- <td>
- <font color=Blue>Blue</color>
- </td>
- </tr>
- </table>
- </center>
- </div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
The Founder area, and Staff legend area, the middle section is and I can't figure out how its done. I would copy the html for that section but it would then copy the middle part and make it look weird.
Thanks,
Darkmage
Replace everywhere you see this line:
<div style="overflow: auto; width: 100%; height: 350px; bgcolor: transparent; border: 0;">
With this:
<div style="overflow-y: auto; width: 100%; height: 350px; background: transparent; border: 0;">
![]()
That did not work![]()
and there is nothing that shows this for the Founder area
<div style="overflow: auto; width: 100%; height: 350px; bgcolor: transparent; border: 0;">
Sorry, I was a bit rushed before and didn't get a proper look.![]()
Try this:
Code:
- <table class="border" width="700" cellpadding="3" cellspacing="1" height="95">
- <tr>
- <td class="window2" width="30%">
- <div style="overflow-y: auto; width:100%; height: 300px; background: transparent; border: 0;">
- <center>
- <br>
- <br>
- <u><b><font size=2>Founder</b></u>
- <b>
- <b>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/admin/"><img src=http://i139.photobucket.com/albums/q300/DakotaSway/Final%20Fantasy/seph-1.jpg></a>
- <br>
- <br>
- <BR>
- </center>
- </div>
- </td><br>
- <td class="window2" width="40%" rowspan="2"><center><b>Updates</b></center>
- <center><b>Forum best Viewed in 1024x768</b></center>
- <br>
- <div style="overflow-y: auto; width:100%; height: 300px; background: transparent; border: 0;">
- <br>
- <CENTER>
- <hr>
- <br>
- <b>June 27, 2008</b> ~Darkmage~ Some of you may notice a few changes, like staff members, boards etc. This means FR is changing, that means new plot, new boards and many new things, so if you are not a member Join. If you are a member then please come back and look see.
- <hr>
- <br>
- <b>June 14, 2008</b> ~Darkmage~ Version 3 has now been released. I have set everyones skin to the V3 Skin, if you want your old skin back, simply go to the bottom of the forum and use the skin chooser, or you can also do it by going to your Profile, and changing it that way. The V3 skin is not complete, I have 1 more thing to add to it, but the code I am trying to use is confusing.
- <hr>
- <br>
- <b>May 16, 2008</b> ~Darkmage~ The Pm system is now fixed. Sorry for and inconvenience.
- <hr>
- <br>
- <b>May 15, 2008</b> ~Darkmage~ We are experiencing some difficulties with the PM system, I apologize for the inconvenience.
- <hr>
- <br>
- <b>April 15, 2008</b> ~Darkmage~ Well Most of you should be able to log in now. If you can't please say so in the Cbox, and I will see what I can do to get you logged in. Because all members that have problems I will make it my problem too.
- <hr>
- <br>
- <b>April 5, 2008</b> ~Darkmage~ I know many of you are having trouble logging in, and even staying logged in, when exiting out of your browser. I am trying to get it fixed as soon as possible. Thank you for your patience.
- <hr>
- <br>
- <b>March 17, 2008</b> ~Darkmage~ I made a new skin called "Plain Advent". As you can see I changed the layout, hope you like it.
- <HR>
- <BR>
- <b>February 21, 2008</b> ~Darkmage~ We have added a new board called Lucrecia's Cave, and we also have the dis aligned text fixed now. I have also Organized the characters list, so it would be allot easier to understand.
- <hr>
- <br>
- <b>February 18, 2008 Monday</b> ~Darkmage~ We are having some minor problems with the text size, this is a new system, and of course there will be bugs at times, so just bare with us, as we try to get it fixed.
- <hr>
- <BR>
- <b>February 13, 2008 Wednesday</b> ~Darkmage~ This is the VForums Version of our original forum. I am testing this forum to see how this forum does.
- <HR>
- <br>
- </center>
- </div>
- </td>
- <td class="window2" width="40%" rowspan="2">
- <div style="overflow-y: auto; width:100%; height: 300px; background: transparent; border: 0;">
- <center><b><font size=2>Staff Legend</b></center>
- <center>
- <BR>
- <u><font color=Gray>Administrators</color></u>
- <br>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/tifa/">Tifa/Aeris</a>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/user_name/"> </a>
- <br>
- <br>
- <u><font color=Green>Global Moderators</color></u>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/reydaitso/">reydaitso</a>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/user_name/demonfang">Duorzum</a>
- <BR>
- <br>
- <u><font color=Blue>Moderators</color></u>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/daleeria/">Fay</a>
- <br>
- <BR>
- <a href="http://freunion.vforums.co.uk/action/view_profile/user/user_name/"> </a>
- <table border="2" cellpadding="2" cellspacing="1" bgcolor=black >
- <tr>
- <td>
- <b>Staff</b>
- </td>
- <td>
- <b>Color</b>
- </td>
- </tr>
- <tr>
- <td>
- Founder/Admin
- </td>
- <td>
- <font color=white>White</color>
- </td>
- </tr>
- <tr>
- <td>
- Admin
- </td>
- <td>
- <font color=Gray>Gray</color>
- </td>
- </tr>
- <tr>
- <td>
- Global Moderator
- </td>
- <td>
- <font color=Green>Green</color>
- </td>
- </tr>
- <tr>
- <td>
- Moderator
- </td>
- <td>
- <font color=Blue>Blue</color>
- </td>
- </tr>
- </table>
- </center>
- </div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
![]()
Thank you it worked, but its still to longI want it the size I had it before, like this:
http://i185.photobucket.com/albums/x20/magedesigns/welcome_t able.png
Simply change the "height" property in the <div> tag.![]()
Ex:
<div style="overflow-y: auto; width:100%; height: 300px; background: transparent; border: 0;">
thank you again, it works.
No worries, DM.![]()
its Dm.....My name is different from the other people that use Dark Mage, I make mine Darkmage, and others use it as Dark Mage, Ive been using "Darkmage" for 7 years now. So im not changing
![]()