[thelist] TIP: TD Padding

Norman Bunn norman.bunn at craftedsolutions.com
Tue Aug 3 16:45:31 CDT 2004


Casey Crookston wrote:

>Just a little som'in I find terribly helpful:
>
><td
>style="padding-left:10px;padding-top:15;padding-right:10px;padding-bottom:15
>px ">
>
>Using these style tags inside a td is wonderfully helpful in getting the
>exact layout, without using clear images and without heavy css.  It's fast
>and handy.
>
>Casey
>
>  
>

Couldn't you just as easily define a class and refer to it?  Something like:

standard_pad {

	padding-left:10px;
	padding-top:15;
	padding-right:10px;
	padding-bottom:15px;
}

<td class="standard_pad">

Norman

-- 

---

Norman W. Bunn
norman.bunn at craftedsolutions.com
803.405.1008
----------------------------------------------
www.CraftedSolutions.com
Crafted Solutions, Inc.
Web Design & Development
Web Site Hosting & Custom Solutions
"Get the results the Internet promises;
 get the 'Net Result' from Crafted Solutions!"
----------------------------------------------




More information about the thelist mailing list