Thread: Tables Help
View Single Post
10-13-2005, 02:43 PM
#3
Cole is offline Cole
Status: I love this place
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 721
iTrader: 0 / 0%
 

Cole is on a distinguished road

  Old

Try this:
Code:
<html>
<head>
<title>Forum Display</title>
<style>
.htext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #465C6B;
}
.titlebg {
	background: url('images/skinname/forum/titlebg.gif') repeat-x;
	padding-top: 12px;
	text-align: center;
}
.heading {
	background: url('images/skinname/forum/heading.gif') repeat-x;
}
.dbar {
	background: url('images/skinname/forum/dbar.gif') repeat-x;
	text-align: center;
}
.smalltext {
	font-family: Verdana;
	font-size: 10px;
	color: #465C6B;
}
.alt1, .alt1Active
{
	background-color: #E8EBED;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	width: 64px;
	text-align: center;
}
.alt2, .alt2Active
{
	background-color: #E8EBED;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.tborder {
	background-color: #C3C8CB;
}
</style>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div style="padding: 1px; border: 1px solid #364349;">
<table width="100%" cellpadding="0" cellspacing="0" class="tborder">
  <tr height="28" valign="top">
		<td class="heading" style="width: 64px;"><img src="images/spacer.gif" width="64" height="1" /></td>
    	<td style="width: 24px;"><img src="images/skinname/forum/tleft.gif" alt="" /></td>	
        <td class="titlebg" nowrap><span class="htext">Testing</span></td>

    	<td style="width: 24px;"><img src="images/skinname/forum/tright.gif" alt="" /></td>
		<td class="heading" style="width: 100%;"></td>
    	<td colspan="3" class="heading" style="text-align: right;"><img src="images/skinname/forum/minmax.gif" width="83" alt="" /></td>
	</tr>
	<tr height="16" style="border-collapse: collapse;">
    	<td class="dbar"style="width: 64px; min-width: 64px;"></td>
		<td style="background: url('images/skinname/forum/dbar2.gif') repeat-x;" colspan="3"></td>
        <td class="dbar"></td>
		<td class="dbar" width="64" style="width: 64px; min-width: 64px;" nowrap><span class="smalltext">Threads</span></td>

		<td class="dbar" width="64" style="width: 64px; min-width: 64px;" nowrap><span class="smalltext">Posts</span></td>
		<td class="dbar" width="205" style="width: 205px; min-width: 205px;" nowrap><span class="smalltext">Last Post</span></td>
	</tr>
</table>
<table width="100%" cellpadding=0" cellspacing="1" style="background: #bcbcbc">
	<tr height="64">
		<td class="alt1"><img src="images/skinname/forum/forum_new.gif" alt="" /></td>
		<td class="alt2" colspan="4"><div style="text-align: left; margin-left: 10px;">test</div></td>
		<td class="alt1">4</td>

		<td class="alt1">5</td>
		<td class="alt2" style="width: 205px;"><div style="text-align: right; margin-right: 10px;">test</div></td>
	</tr>
</table>
</div>
</body>
</html>