A few matters arise from this thread:
 [A] Tables are not bad. They are for tabular data, and they are by far the
best way to handle tabular data. Where they have been criticised is where
they have been used for layout. That's what CSS is for.
 [B] I suggest you dont put any cellspacing, cellpadding, border info in the
table tags, but instead wrap the table in a <div class="whatever" tag and
put the styling, padding, borders etc in the style sheet. Gives you much
better consistency across the site, keeps the html clean and lean and makes
everything look better anyway.
 [C] If you're interested in the subject of CSS, you can't go past having a
look at the web standards group. There's a whole lot of friendly folks
learning how it all works and they're as valuable a resource for CSS as
CF-Talk is for ColdFusion. There are LOTS of newbies learning CSS, so you
can feel relaxed about asking a real newbie question. Also the web standards
group has a terrific site with lots and lots of resources. I reckon the
CSS/web standards guys have the best library of blogs and tutorials and
heaps and heaps of sample code in any discipline I work with. The WSG web
site is at http://webstandardsgroup.org/
 Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET <http://ASP.NET> hosting from AUD$15/month

 On 11/22/05, dave <[EMAIL PROTECTED]> wrote:
>
> Well certainly thats the rule but not always the case, the last 3 sites I
> have done pretty much went right up without a lot of tweaking or any
> tweaking to view correctly across current browsers. I could case less about
> older browsers (ex ns4).
>
> If your complaint is with padding, margins and positioning then zero it
> out first thing in css doc, pretty much takes care of problem right there.
>
> html {
> padding: 0;
> margin: 0;
> }
>
> ~Dave the disruptor~
> good sites - make money getting rid of ie :)
> http://explorerdestroyer.com/
> http://www.killbillsbrowser.com/
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224944
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to