PC Review


Reply
Thread Tools Rate Thread

Define the appearance of cell in a CSS file

 
 
=?Utf-8?B?SmVmZg==?=
Guest
Posts: n/a
 
      20th Jun 2004
Hi all,
I have a question about define the appearance of table in a CSS file. What prefix should I enter to indicate that the definition that follows applies on a cell? (The tag <TR>)

PS: Prefix ... I mean a character or two that is located before its id. If I want to define a hyperlink, for example, I'll have to type 'a' then the id.

Thanks
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      20th Jun 2004
Table cells are either TD or TH
- TR is a table row

td { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
}

--

_____________________________________________
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
_____________________________________________


"Jeff" <(E-Mail Removed)> wrote in message news:97012086-8D86-4400-8152-(E-Mail Removed)...
| Hi all,
| I have a question about define the appearance of table in a CSS file. What prefix should I enter to indicate that the definition
that follows applies on a cell? (The tag <TR>)
|
| PS: Prefix ... I mean a character or two that is located before its id. If I want to define a hyperlink, for example, I'll have to
type 'a' then the id.
|
| Thanks


 
Reply With Quote
 
=?Utf-8?B?SmVmZg==?=
Guest
Posts: n/a
 
      20th Jun 2004
I see. Thanks very much.

"Stefan B Rusynko" wrote:

> Table cells are either TD or TH
> - TR is a table row
>
> td { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
> font-size: 12px;
> font-weight: normal;
> }
>
> th {
> font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
> font-size: 14px;
> font-weight: normal;
> }
>
> --
>
> _____________________________________________
> 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
> _____________________________________________
>
>
> "Jeff" <(E-Mail Removed)> wrote in message news:97012086-8D86-4400-8152-(E-Mail Removed)...
> | Hi all,
> | I have a question about define the appearance of table in a CSS file. What prefix should I enter to indicate that the definition
> that follows applies on a cell? (The tag <TR>)
> |
> | PS: Prefix ... I mean a character or two that is located before its id. If I want to define a hyperlink, for example, I'll have to
> type 'a' then the id.
> |
> | Thanks
>
>
>

 
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
Cell appearance P. Zicari Microsoft Excel Misc 2 3rd Jun 2008 03:37 PM
Define variable from cell to open a file =?Utf-8?B?QW1pcg==?= Microsoft Excel Programming 2 17th Aug 2007 01:55 AM
Define variable from cell to open a file =?Utf-8?B?QW1pcg==?= Microsoft Excel Programming 2 17th Aug 2007 01:51 AM
RE: Define variable from cell to open a file =?Utf-8?B?SmltIFRob21saW5zb24=?= Microsoft Excel Programming 0 17th Aug 2007 01:45 AM
Change the appearance cell where Find criteria is found in a cell =?Utf-8?B?VG9tc3phcg==?= Microsoft Excel Misc 3 30th Dec 2005 02:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:57 PM.