Cells/Table - Font type & Size Issues

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

Can a cell (or table) be set with the default Fonts & Size so that it
overrides the items that I'm past into (from a word document)? When I
paste, all fonts, format changes. Then it takes me a longer time to clear
the format and redo it my way.
Thanks
 
Copy from Word and paste into Notepad. Then copy from Notepad and paste
into FP. Use CSS on your table to format the cell contents. It goes fast
that way.
 
Can a cell (or table) be set with the default Fonts & Size so that it
overrides the items that I'm past into (from a word document)? When I
paste, all fonts, format changes. Then it takes me a longer time to clear
the format and redo it my way.

Better if you don't paste from Word as it brings with it a phenomenal
amount of garbage code. As this is in inline style tags, it takes
precedence over your existing cascading stylesheet.

Copy the text from Word, paste it into a plain text editor such as
TextPad, NoteTab or even Notepad. Then copy and paste it into FP. In
the process, all the Word styles will be removed and whatever
formatting you had in your page will then be preserved.

fido
 
Can you tell me if this CSS is working for the folowing link
(http://www.dfwtejanos.com/Profiles/T_Girls88Elite/Girls88Elite.html)
Scroll to the second IFrame which is what the css should be link to. I know
it is linked, it's just that I seem to have to still format to get it to
work correctly.

BODY
{
BACKGROUND: #ffffff; COLOR: #0033cc; FONT-FAMILY: "comic sans ms"
}
A
{
TEXT-DECORATION: none; background-color: transparent;
}
A:link
{
COLOR: #0033cc; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline
}
A:visited
{
FONT-WEIGHT: bold; COLOR: #ccffff; BACKGROUND-COLOR: transparent;
TEXT-DECORATION: underline
}
A:hover
{
COLOR: #ff0000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline
}
UNKNOWN
{
COLOR: yellow; BACKGROUND-COLOR: transparent
}
td {font-family: "comic sans ms"; size:12pt }
hr { color:#0033cc }

Thanks
 
Can you tell me if this CSS is working for the folowing link

It seems to be - what's not working for you?

(Don't you think those page transitions are annoying?)
 
I find all the different sized, different bordered, differently aligned
tables just as distracting.

Also where the heck is the place?

And if you click on the main button of each menu you'll get a page not
found.



|> Can you tell me if this CSS is working for the folowing link
|
| It seems to be - what's not working for you?
|
| (Don't you think those page transitions are annoying?)
|
| --
| Murray
| ============
|
| | > Can you tell me if this CSS is working for the folowing link
| > (http://www.dfwtejanos.com/Profiles/T_Girls88Elite/Girls88Elite.html)
| > Scroll to the second IFrame which is what the css should be link to. I
| > know
| > it is linked, it's just that I seem to have to still format to get it to
| > work correctly.
| >
| > BODY
| > {
| > BACKGROUND: #ffffff; COLOR: #0033cc; FONT-FAMILY: "comic sans ms"
| > }
| > A
| > {
| > TEXT-DECORATION: none; background-color: transparent;
| > }
| > A:link
| > {
| > COLOR: #0033cc; BACKGROUND-COLOR: transparent; TEXT-DECORATION:
underline
| > }
| > A:visited
| > {
| > FONT-WEIGHT: bold; COLOR: #ccffff; BACKGROUND-COLOR: transparent;
| > TEXT-DECORATION: underline
| > }
| > A:hover
| > {
| > COLOR: #ff0000; BACKGROUND-COLOR: transparent; TEXT-DECORATION:
underline
| > }
| > UNKNOWN
| > {
| > COLOR: yellow; BACKGROUND-COLOR: transparent
| > }
| > td {font-family: "comic sans ms"; size:12pt }
| > hr { color:#0033cc }
| >
| > Thanks
| >
| > | >> Copy from Word and paste into Notepad. Then copy from Notepad and
paste
| >> into FP. Use CSS on your table to format the cell contents. It goes
| >> fast
| >> that way.
| >>
| >> --
| >> Murray
| >> ============
| >>
| >> | >> > Can a cell (or table) be set with the default Fonts & Size so that it
| >> > overrides the items that I'm past into (from a word document)? When
I
| >> > paste, all fonts, format changes. Then it takes me a longer time to
| > clear
| >> > the format and redo it my way.
| >> > Thanks
| >> >
| >> >
| >>
| >>
| >
| >
|
|
 
Location Issue:
That is because I'm in temp location; until I want the general users to view
it.
 
To get a clean word doc into FP
See http://sbrenjoy.bizland.com/frontpage/word.htm

--




| Can a cell (or table) be set with the default Fonts & Size so that it
| overrides the items that I'm past into (from a word document)? When I
| paste, all fonts, format changes. Then it takes me a longer time to clear
| the format and redo it my way.
| Thanks
|
|
 
Back
Top