NameSilo

Phpbb Forum Help, Quick Fix Please Help.

Spaceship Spaceship
Watch

highhobbiescom

Established Member
Impact
0
I need a table. 30% menu on the left, 70% menu on the right.

Red bar, then yellow, then light orange background. All from td classes. Check the page on the bottom of this post, this is what i get right now:




<table class="forumline" cellpadding="0" cellspacing="0" border="0" width="30%" align="center">
<tr>
<td class="toprow">SuperScions</td></tr><tr>
<td colspan="6" class="catrow">SuperScions</td></tr><tr>
<td colspan="6" class="row1"><span class="smalltext">Menu</span>
</tr>
</table>
<table class="forumline" cellpadding="0" cellspacing="0" border="0" width="30%" align="center">
<tr>
<td class="toprow">SuperScions</td></tr><tr>
<td colspan="6" class="catrow">SuperScions</td></tr><tr>
<td colspan="6" class="row1"><span class="smalltext">Menu</span>
</tr>
</table>

www.superscions.com/home.php




PLEASE HELP ASAP I NEED THIS BY TOMORROW THANKS SO MUCH!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
change what you put above to this


HTML:
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th width="30%" scope="col" class="toprow">SuperScions</th>
    <th width="70%" scope="col" class="toprow">SuperScions</th>
  </tr>
  <tr>
    <td class="catrow">SuperScions</td>
    <td class="catrow">SuperScions</td>
  </tr>
  <tr>
    <td class="row1"><span class="smalltext">Menu</span></td>
    <td class="row1"><span class="smalltext">Menu</span></td>
  </tr>
</table>


and it should work. Let me know if thats not what you wanted.
 
Last edited:
0
•••
0
•••
did you turn it back?

remove scope=col from the top tds.. thats probably whats doing that... stupid dreamweaver. after that, apply a margin to the table and set a border using css.
 
0
•••
Please fix, its up as you said before now. www.superscions.com/home.php

Change and repost PLEASE, thanks so much, im sorry im new.

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th width="30%" scope="col" class="toprow">SuperScions</th> <th width="70%" scope="col" class="toprow">SuperScions</th> </tr> <tr> <td class="catrow">SuperScions</td> <td class="catrow">SuperScions</td> </tr> <tr> <td class="row1"><span class="smalltext">Menu</span></td> <td class="row1"><span class="smalltext">Menu</span></td> </tr> </table>
 
0
•••
<table width="100%" border="0" cellspacing="0" cellpadding="3" style="border:3px solid black">
<tr>
<td width="30%" class="toprow" style="border-right:3px solid black">SuperScions</td>
<td width="70%" class="toprow">SuperScions</td>
</tr>
<tr>
<td class="catrow" style="border-right:3px solid black">SuperScions</td>
<td class="catrow">SuperScions</td>
</tr>
<tr>
<td class="row1" style="border-right:3px solid black"><span class="smalltext">Menu</span></td>
<td class="row1"><span class="smalltext">Menu</span></td>
</tr>
</table>

I've havn't looked at the CSS, but Ive added a border / margin to the table that should give you the effects youre looking for
 
0
•••
perfect thanks dylan
 
0
•••
Rep appreciated :)
 
0
•••
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="2" style="border:3px solid black">
<tr>
<td width="30%" class="toprow" style="border-right:3px solid black">SuperScions</td>
<td width="70%" class="toprow">SuperScions</td>
</tr>
<tr>
<td class="catrow" style="border-right:3px solid black">SuperScions</td>
<td class="catrow">SuperScions</td>
</tr>
<tr>
<td class="row1" style="border-right:3px solid black"><span class="smalltext">Menu</span></td>
<td class="row1"><span class="smalltext">Menu</span></td>
</tr>
</table>

I just need one more thing. A little white around everything, like cellspacing i think its called? Around that 3px black border, so the red and yellow is not RIGHT on the sides. You know?
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back