This site is a duplication of wordpress templates that i have made,its a two column layout website.it has passed XHTML Strict validations and css too.I have developed this website using less images.This Template can be used for many of your projects and it is free to use.Download
May 31, 2008
Free CSS Website Template -02
Posted by Thillai at 4:51 AM 0 comments
Categories Free css templates, Simple, Twocolumn
May 30, 2008
Free CSS Website Template -01
Simple website template is available for download on my blog.
Template is 100% XHTML 1.0 Strict and CSS Valid.
This is two column free css template with navigation bar in the right column.
Template can be used for numbers of different projects. It is simple and very easy to customize.
Get it from here
Posted by Thillai at 4:04 AM 0 comments
Categories Free css templates, Simple, Twocolumn
May 7, 2008
tableless form using div tags
div.row {
clear: both;
padding-top: 5px;
}
div.row span.label {
float: left;
width: 100px;
text-align: right;
}
div.row span.formw {
float: right;
width: 235px;
text-align: left;
}
<div style="width: 360px; background-color: #ccc;
border: 1px dotted #333; padding: 5px;
margin: 0px auto;">
<form>
<div class="row">
<span class="label">Name:</span><span
class="formw"><input type="text" size="25" /></span>
</div>
<div class="row">
<span class="label">Age:</span><span
class="formw"><input type="text" size="25" /></span>
</div>
<div class="row">
<span class="label">Shoe size:</span><span
class="formw"><input type="text" size="25" /></span>
</div>
<div class="row">
<span class="label">Comments:</span><span
class="formw">
<textarea cols="25" rows="8">
Go ahead - write something...
</textarea>
</span>
</div>
<div class="spacer">
</div>
</form>
</div>
Posted by Thillai at 11:56 PM 0 comments
Categories Tutorials