[advanced search]
Results from the most recent live auction are here.
23 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 06-04-2006, 10:34 PM   · #1
highhobbiescom
New Member
 
Trader Rating: (0)
Join Date: Jun 2006
Posts: 14
NP$: 0.00 (Donate)
highhobbiescom is an unknown quantity at this point
Phpbb Forum Help, Quick Fix Please Help.

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!


Please register or log-in into NamePros to hide ads
highhobbiescom is offline   Reply With Quote
Old 06-04-2006, 10:39 PM   · #2
DylanButler
NamePros Regular
 
DylanButler's Avatar
 
Name: Dylan Butler
Location: San Diego, CA
Trader Rating: (38)
Join Date: Jan 2006
Posts: 697
NP$: 0.00 (Donate)
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
change what you put above to this


HTML 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>



and it should work. Let me know if thats not what you wanted.
__________________
-Dylan Butler

Coming soon: examp

Last edited by DylanButler : 06-04-2006 at 10:45 PM.
DylanButler is offline   Reply With Quote
Old 06-04-2006, 10:45 PM   · #3
highhobbiescom
New Member
 
Trader Rating: (0)
Join Date: Jun 2006
Posts: 14
NP$: 0.00 (Donate)
highhobbiescom is an unknown quantity at this point
Waiting, thanks for helping bro.

Not quite, i want it to be red, then yellow, then orange, the red doesnt come in

http://superscions.com/home.php

The red is toprow


Wait, i will show a pic of what i want

www.superscions.com/help.jpg
highhobbiescom is offline   Reply With Quote
Old 06-04-2006, 10:54 PM   · #4
DylanButler
NamePros Regular
 
DylanButler's Avatar
 
Name: Dylan Butler
Location: San Diego, CA
Trader Rating: (38)
Join Date: Jan 2006
Posts: 697
NP$: 0.00 (Donate)
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
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.
__________________
-Dylan Butler

Coming soon: examp
DylanButler is offline   Reply With Quote
Old 06-04-2006, 11:00 PM   · #5
highhobbiescom
New Member
 
Trader Rating: (0)
Join Date: Jun 2006
Posts: 14
NP$: 0.00 (Donate)
highhobbiescom is an unknown quantity at this point
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>
highhobbiescom is offline   Reply With Quote
Old 06-04-2006, 11:06 PM   · #6
DylanButler
NamePros Regular
 
DylanButler's Avatar
 
Name: Dylan Butler
Location: San Diego, CA
Trader Rating: (38)
Join Date: Jan 2006
Posts: 697
NP$: 0.00 (Donate)
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
<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
__________________
-Dylan Butler

Coming soon: examp
DylanButler is offline   Reply With Quote
Old 06-04-2006, 11:08 PM   · #7
highhobbiescom
New Member
 
Trader Rating: (0)
Join Date: Jun 2006
Posts: 14
NP$: 0.00 (Donate)
highhobbiescom is an unknown quantity at this point
perfect thanks dylan
highhobbiescom is offline   Reply With Quote
Old 06-04-2006, 11:09 PM   · #8
DylanButler
NamePros Regular
 
DylanButler's Avatar
 
Name: Dylan Butler
Location: San Diego, CA
Trader Rating: (38)
Join Date: Jan 2006
Posts: 697
NP$: 0.00 (Donate)
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
Rep appreciated
__________________
-Dylan Butler

Coming soon: examp
DylanButler is offline   Reply With Quote
Old 06-04-2006, 11:15 PM   · #9
highhobbiescom
New Member
 
Trader Rating: (0)
Join Date: Jun 2006
Posts: 14
NP$: 0.00 (Donate)
highhobbiescom is an unknown quantity at this point
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?
highhobbiescom is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
RealTechNetwork Pimps/RPG Game Script EscrowDNS
Advertise your business at NamePros
All times are GMT -7. The time now is 09:37 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0