PC Review


Reply
Thread Tools Rate Thread

applying a CSS within a table column

 
 
Gregory Hallam
Guest
Posts: n/a
 
      13th Feb 2004
This is for FrontPage 2002 ....

I am editing an existing web site and trying to use an external CSS file to
format one column of a two column table on each of over 200 pages. I am
selecting Paragraph and left indent 30 but when I apply the CC file to, say,
one page it makes absolutely no difference to the formatting whatsover. The
HTML shows the linked CSS file. What could I be doing wrong please?


 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      13th Feb 2004
Unless you have all content in all cells inside of <p> tags (or a <p> tags w/ a class assigned), the style won't cascade into a
table cell
- you could try applying the style to the <td> tag or a <td> tag w/ a class assigned

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Gregory Hallam" <(E-Mail Removed)> wrote in message news:uu18O%(E-Mail Removed)...
| This is for FrontPage 2002 ....
|
| I am editing an existing web site and trying to use an external CSS file to
| format one column of a two column table on each of over 200 pages. I am
| selecting Paragraph and left indent 30 but when I apply the CC file to, say,
| one page it makes absolutely no difference to the formatting whatsover. The
| HTML shows the linked CSS file. What could I be doing wrong please?
|
|


 
Reply With Quote
 
Jon
Guest
Posts: n/a
 
      13th Feb 2004
Hi Greg,
you'd want to assign a class to the table and then to the td, eg

..mytable{
font: 14px Verdana,arial,helvetica,sans-serif;
width:100%;
}
..myTable td{
padding: 0 0 0 30px;
}
and/or
..myTable td p{
padding: 0 0 0 30px;
}
and then apply to the table
<table class="myTable">

Jon
Microsoft MVP - FP

"Gregory Hallam" <(E-Mail Removed)> wrote in message
news:uu18O%(E-Mail Removed)...
> This is for FrontPage 2002 ....
>
> I am editing an existing web site and trying to use an external CSS file

to
> format one column of a two column table on each of over 200 pages. I am
> selecting Paragraph and left indent 30 but when I apply the CC file to,

say,
> one page it makes absolutely no difference to the formatting whatsover.

The
> HTML shows the linked CSS file. What could I be doing wrong please?
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP PLEASE! - APPLYING A % COLUMN TO A PIVOT TABLE RESULT =?Utf-8?B?UGV0ZQ==?= Microsoft Excel Misc 1 5th Feb 2007 10:42 PM
applying operation to column chrismiclei Microsoft Excel Misc 2 9th Jul 2005 01:17 AM
Access 2000 ADP - error when applying form filter - error message "The column prefix XXX does not match with a table name or alias name used in the query" Scott Crowley Microsoft Access ADP SQL Server 2 26th Nov 2004 02:07 PM
Access 2000 ADP - error when applying form filter - error message "The column prefix XXX does not match with a table name or alias name used in the query" Scott Crowley Microsoft Access 2 26th Nov 2004 02:07 PM
applying formula to a column Ryan H. Microsoft Excel Discussion 6 7th Aug 2004 04:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:53 PM.