PilotCart Support Forum
PilotCart Support Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snippets
 HTML
 Better than tables layout
 New Topic  Reply to Topic
 Printer Friendly
Author  Topic Next Topic  

zwemkec
Moderator

USA
713 Posts

Posted - 02/18/2008 :  10:30:21 AM  Show Profile  Visit zwemkec's Homepage  Reply with Quote
<div id="Container">
	<div id="Top">
		<a href="pilot.asp?pg=<%=rsPG%>"><%=rsTITLE%></a>
	</div>
	<div id="Body">
		<%=rsIMAGE%>
		<%=rsTEXT%>
	</div>
</div>


#Container
{
	width: 100%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}

#Top
{
	
	padding: 4px;
	background-color: #ddd;
	border-bottom: 1px solid gray;
}

#Body:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	padding: 4px;
	margin: 4px;
	float: left;
}


<%
Chris Zwemke
chris @ scarabmedia . com
www.pilotcart.com
%>
   Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
PilotCart Support Forum © 2008 Spliethof Inc dba PilotCart.com Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.06