ChatArea.com Home

Your User Name:
Your Password:    Forget your password? | Register
Subject:
Message:


Emoticon Listing
HTML Help

Options: Check here to include your profile signature.
Check here to stay logged in.
Convert smiles.
Preview your post. (This feature will still post your message,
but you can edit it from there if you need to make changes)


 

Author Message / Information
Kwama King

Avatar



CSS tables for your forum..
replied on: 12/1/2003 6:12:12 PM

the float attribute?



yeah, to get the two div tags to be together, you would do a little something like this:



<html>
<head>
<title>untitled document</title>
<style type="text/css">
<!--
.table
{
background-color: #000000;
width: 50px;
}
.table2
{
background-color: #000000;
width: 50px;
}
.leftcolumn
{
float: left;
padding: 15px;
}
.rightcolumn
{
float: right;
padding: 15px;
}
-->
</style>
</head>
<body>
<div align="center">
<div class="leftcolumn">
<div class="table">
yeah...
</div>
</div>
<div class="rightcolumn">
<div class="table2">
mmmhmmm
</div>
</div>
</div>
</body>
</html>



im pretty sure that would work..

ChatArea.com Help & News Forums | Terms of Use | Contact ChatArea.com | Advertising

Powered By ChatArea.com - Get your free Society today! © Copyright 2003 Wewp!