css

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to work with external CSS and I'm stumped at the starting line.
I want to define my normal paragraph but it is available only in the file
style list. I tried to use the body tag but does not appear in the drop down
list.
What is normal. What is body.
 
I am not explainiing it right
I have no idea what
Normal is <p>.
or
p {font: Arial, Helvetica, sans-serif small;}
When I click the Style box 16 Styles from Address to Numbered list drop down
When I select Format>Style an empty list of user defined list is displayed.
If I select List: html tags, a list of 31 styles from a:active to ul is
displayed.
Many of these are familiar from the days before I used FP as being html tags
though some (body, button, fieldset, html, input, legend, option, p, pre,
select, textarea) are foreign to me.
What sets the default paragraph? p or body
What is the body tag
What is the html tag
What is text area
Where is Normal?
What is normal
 
See responses inline below

--




|I am not explainiing it right
| I have no idea what Normal is
| <p>.
| or
| p {font: Arial, Helvetica, sans-serif small;}

It is <p> and any style (like font: Arial, Helvetica, sans-serif small;) you have assigned to it

| When I click the Style box 16 Styles from Address to Numbered list drop down
| When I select Format>Style an empty list of user defined list is displayed.
| If I select List: html tags, a list of 31 styles from a:active to ul is displayed.
| Many of these are familiar from the days before I used FP as being html tags
| though some (body, button, fieldset, html, input, legend, option, p, pre,
| select, textarea) are foreign to me.

They are all also Html tags
See http://www.w3.org/TR/html4/index/elements.html

| What sets the default paragraph? p or body

The p tag sets the default paragraph

| What is the body tag

See http://www.eskimo.com/~bloo/indexdot/html/tagpages/b/body.htm

| What is the html tag

See http://www.eskimo.com/~bloo/indexdot/html/tagpages/h/html.htm

| What is text area

See http://www.eskimo.com/~bloo/indexdot/html/tagpages/t/textarea.htm

| Where is Normal?

It is the designation for the p tag

| What is normal

It is the p tag - as modified by any style you create for it

|
| --
| bill
|
|
| "Cheryl D Wise" wrote:
|
| > Normal is <p>.
| >
| > p {font: Arial, Helvetica, sans-serif small;}
| >
| > --
| > Cheryl D. Wise
| > MS FrontPage MVP
| > http://mvp.wiserways.com
| > http://starttoweb.com
| > Online instructor led web design training in FrontPage,
| > Dreamweaver and more!
| >
| >
| > | > >
| > > --
| > > bill
| > >
| > >
| > > "Murray" wrote:
| > >
| > >> What are you trying to do? Which FP?
| > >>
| > >> --
| > >> Murray
| > >> | > >> >I am trying to work with external CSS and I'm stumped at the starting
| > >> >line.
| > >> > I want to define my normal paragraph but it is available only in the
| > >> > file
| > >> > style list. I tried to use the body tag but does not appear in the
| > >> > drop
| > >> > down
| > >> > list.
| > >> > What is normal. What is body.
| > >> >
| > >> > --
| > >> > bill
| > >>
| > >>
| > >> FP 2003
| > > Set up my "normal paragraph"
| >
| >
| >
 
Back
Top