HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
table in table :(
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
creator-cod



Joined: 13 Aug 2007
Posts: 30

PostPosted: Fri Nov 02, 2007 3:40 pm     table in table :( Reply with quote

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<head>

</head>
<body bgcolor= "#000000" text= "white">


<title>Roster - Welcome to CurseD website!</title>
<center>
<table border="0" cellspacing="0" RULES=NONE FRAME=BOX>

  <tr>
    <td width="820" height="150"><center><IMG src="CurseD/shadowpriest.jpg" width="820" height="160"></IMG></center></td>
  </tr>

<table border="0" cellspacing="0" RULES=NONE FRAME=BOX>

  <tr>
    <td width="125" height="400" background="CurseD/links.jpg">
<center>
<a href="index.html"><img border="0" src="CurseD/index.jpg" WIDTH="86" HEIGHT="30"></a><br><a href="info.html"><img border="0" src="CurseD/info.jpg" WIDTH="86" HEIGHT="30"></a><br><a href="roster.html"><img border="0" src="CurseD/roster.jpg" WIDTH="86" HEIGHT="30"></a><br><a href="rules.html"><img border="0" src="CurseD/rules.jpg" WIDTH="86" HEIGHT="30"></a><br><a href="/forums/index.php"><img border="0" src="CurseD/forums.jpg" WIDTH="86" HEIGHT="30"></a><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></td>
    <td width="675" height="800" background="CurseD/text.jpg"><center><h2>Roster</h2><br>ShadowMaster || Warlord || Priest || Leader/Dps ||<br>Vayné || Officer || Warrior || Main Tank ||<br>Manticore || Officer || Priest || Main Healer ||<br>Ice || Officer || Warlock || Dps/assistant ||<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></td>
  </tr>
</table></center>

</font>
</body>
</HTML>

im trynig to make a guild/clan roster atm i used || bars but that just looks crap Razz
ive been trying to make a grid inside it
like..4 width and 8 height
could some 1 help me out here?
sorry if im anoying or something just trying to sort out my site Sad [yes i know there are some small errors
but i'll fix them later, first i want my site to look good Razz sorry again. hope anyone can help
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8267
Location: Castle Rock CO USA

PostPosted: Sun Nov 04, 2007 6:10 am     Reply with quote



Any reason why you need a table in there?
Code:
<table style="width: 820px" cellspacing="0" cellpadding="0">
   <tr>
      <td>&nbsp;</td>
   </tr>
</table>
<table style="width: 820px">
   <tr>
      <td style="width: 125px; vertical-align:top">&nbsp;</td>
      <td style="width: 695px">&nbsp;</td>
   </tr>
</table>
If you are using your images you really don't need a table in there.

If you want to have a table in there though,
Code:
<table style="width: 820px" cellspacing="0" cellpadding="0">
   <tr>
      <td>&nbsp;</td>
   </tr>
</table>
<table style="width: 820px; border-collapse:collapse" cellspacing="0" cellpadding="0">
   <tr>
      <td style="width: 125px; vertical-align:top">
      <table style="width: 100%; border-collapse:collapse">
         <tr>
            <td style="vertical-align:top">&nbsp;</td>
         </tr>
      </table>
      </td>
      <td style="width: 695px">&nbsp;</td>
   </tr>
</table>

_________________
Corey
Toll Free Fax Numbers | Merchant Accounts | MerchantAccount PodCast
creator-cod



Joined: 13 Aug 2007
Posts: 30

PostPosted: Mon Nov 05, 2007 7:07 am     Reply with quote

to make like a roster there.. like:
name==spaces==text
name2=spaces==text
so it will be at the same line of height.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial