MyBB Community Forums

Full Version: Need css for tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have 2 tables currently using this css
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}{$recentthread_headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$topposters}
	<div class="forums">
		{$forums}
	</div>
	<div class="sidebar">
		<div class="sidebar-wrap">
			<div class="news">
					<div class="news-wrap">
						<a href="#">You can now go into your User CP and switch between out 2 themes!</a>
					</div>
				</div>
			<div id="recentthreads">
				{$recentthreadtable}
			</div>
		</div>
	</div>
{$boardstats}

<br class="clear" />
{$footer}
</body>
</html>
But then it looks terrible because i dont have any CSS for it. Can anyone give me css for that? Thanks www.fadeforums.com i dont currently have the tables on as they mess up the forum