Quote:
Originally Posted by criscokid
Nice clean layout mate  Care to go into a bit more detail on your use fieldset tags?
|
Not a lot that I can go into really without stripping the whole thing apart. I have far more hacks than I care to go into detail about.
However, most of my blocks have something like this around them:
<if condition="whatever if condition you need">
<fieldset>
<legend>
Your Block Title</legend>
<div class="fieldset">
<table width="100%" border="0" cellpadding="0" class="alt2">
<tr>
<td>
The block's content goes here
</td>
</tr>
</table>
</div>
</fieldset>
<br/>
</if>
Although I was originally inspired by this thread, I actually hate the look of myspace. So I just got a few basic ideas and went off and started from scratch