- Joined
- Dec 4, 2007
- Messages
- 1,935
- Reaction score
- 96
Code:
<div class="table_headers" style="width:auto;margin-top:6px;" align="left">
<b>Board Statistics</b>
</div>
<div class="table_row_a" style="border-top:0px;padding:0px;;width:auto;" align="left">
<div class="table_subheaders" style="height:14px">
<span style="float:left">$general_online</span>
<span style="float:right">$online_users</span>
</div>
<table width="100%" cellspacing="0" cellpadding="3" border="0" style="">
<tr>
<td align="center" valign="middle" width="5%"><img src="themes/default/images/usersonline.png"></td>
<td width="95%">
<div style="float:left">Currently Active Users:<br />$online_members</div>
</td>
</tr>
<tr style="background-color:#e6e6e6">
<td align="center" valign="middle" width="5%"><img src="themes/default/images/calendar.png"></td>
<td width="95%">
<div style="float:left">$birthdays</div>
</td>
</tr>
<tr>
<td align="center" valign="middle" width="5%"><img src="themes/default/images/statistics.png"></td>
<td width="95%">
<div style="float:left">Topics: $total_topics, Posts: $total_posts, Members: $total_members<br />
Welcome to our Newest Member: <strong>Tom Miller</strong></div>
</td>
</tr>
</table>
</div>
I know how to make borders in a seperate CSS file, but how can I include them right in the HTML code itself? I want a 1px border, and I want the color to be "CHANGEME" (so I can find it and change it to the right color).