|
|
 |
Re: FN-FORUM: CSS tables
date posted 1st May 2003 18:57
If you are using dreamweaver then this is relatively simple task. all you
have to do is define a CSS template then in the options panel select:
1. Redefine html tag
In the list of options you then need to click on table. Remembering that
this will change any table that you assign the CSS to. If you have a couple
of table make sure you are assigning the correct one and not all of them.
Best regards
Simon Jones
Yoda Media
www.yodajones.co.uk
[EMAIL REMOVED]
01228 512335 [Home]
07887964471 [Mobile]
----- Original Message -----
From: "Tony Crockford" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, May 01, 2003 4:07 PM
Subject: RE: FN-FORUM: CSS tables
>
> > Then each cell will expand / shrink to it's hearts content.
> >
> > I don't really want to set the widths of the columns explicityly.
> >
> > Is this a case of "well really the easiest way is to use a table" ;-)
> >
> > cheers
> > Andy
>
> What's in the table?
>
> if it's tabular data then you really should use a table.
>
> if its a table to control layout of images etc then really it should be
> replaced by CSS-P where you should explicitly set the widths of columns
> and style each column rather than each cell.
>
> e.g class="column1"; class="column2" etc
>
>
> Using CSS doesn't mean not using tables, despite popular opinion.
>
> here's a good resource on styling tables:
>
> http://www.timrivera.com/tests/csstables.html
>
>
>
> ==========
> Graduate & Professional Financial Services - Specialists in MORTGAGES for
> FREELANCERS. House purchase, re-mortgage (including debt consolidation and
> capital raising), Buy to Let, flexible offset and current account
mortgages.
> Visit our website at http://www.gradprof.co.uk?fnet
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|