Search for
in snippet title/description
in snippet text
Browse Code
Add-Ins
Blog
Language Feeds
Service Stats
FAQs
Feedback
About
Manage Your Code
Login
Register
Snippet: Align (CSS)
Title:
Align
Language:
CSS
Description:
Align's the first of 2 items (on one line). usefull with forms to have all labels ligned up and all textboxes. Without the need for div's, table or a break between the label and the box.
Views:
132
Author:
Bert Lerno
Date Added:
3/27/2009
Copy
Code
width: 150px; display: block; float:left;
width: 150px; display: block; float:left;
Usage
Use this css snippet for the label.