View Single Post
12-28-2006, 09:17 PM
#10
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

First off, you are using rather bad techniques for semantics.

Code:
<div class="sidehead">Member Login</div>
<div class="sidecontent">
<p>Username</p>
<p>Password</p>
</div>

<div class="sidehead">Member Login</div>
<div class="sidecontent">
<p>Username</p>
<p>Password</p>
</div>
You can use that, and then add "margin: 0 0 20px 0;" to the class "sidecontent" in your CSS.