PC Review


Reply
Thread Tools Rate Thread

Cells/Table - Font type & Size Issues

 
 
JCO
Guest
Posts: n/a
 
      24th Sep 2005
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


 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      24th Sep 2005
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
============

"JCO" <(E-Mail Removed)> wrote in message
news:hWgZe.6759$SG3.6429@trnddc07...
> 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
>
>



 
Reply With Quote
 
fido
Guest
Posts: n/a
 
      24th Sep 2005
On Sat, 24 Sep 2005 18:29:33 GMT, "JCO" <(E-Mail Removed)> wrote:

>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
 
Reply With Quote
 
JCO
Guest
Posts: n/a
 
      24th Sep 2005
Can you tell me if this CSS is working for the folowing link
(http://www.dfwtejanos.com/Profiles/T...ls88Elite.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

"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
> ============
>
> "JCO" <(E-Mail Removed)> wrote in message
> news:hWgZe.6759$SG3.6429@trnddc07...
> > 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
> >
> >

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      24th Sep 2005
> 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
============

"JCO" <(E-Mail Removed)> wrote in message
news:9shZe.814$il4.554@trnddc04...
> Can you tell me if this CSS is working for the folowing link
> (http://www.dfwtejanos.com/Profiles/T...ls88Elite.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
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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
>> ============
>>
>> "JCO" <(E-Mail Removed)> wrote in message
>> news:hWgZe.6759$SG3.6429@trnddc07...
>> > 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
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      24th Sep 2005
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.



"Murray" <(E-Mail Removed)> wrote in message
news:uWC7z$(E-Mail Removed)...
|> 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
| ============
|
| "JCO" <(E-Mail Removed)> wrote in message
| news:9shZe.814$il4.554@trnddc04...
| > Can you tell me if this CSS is working for the folowing link
| > (http://www.dfwtejanos.com/Profiles/T...ls88Elite.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
| >
| > "Murray" <(E-Mail Removed)> wrote in message
| > news:(E-Mail Removed)...
| >> 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
| >> ============
| >>
| >> "JCO" <(E-Mail Removed)> wrote in message
| >> news:hWgZe.6759$SG3.6429@trnddc07...
| >> > 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
| >> >
| >> >
| >>
| >>
| >
| >
|
|


 
Reply With Quote
 
JCO
Guest
Posts: n/a
 
      24th Sep 2005
Location Issue:
That is because I'm in temp location; until I want the general users to view
it.


"Rob Giordano (Crash)" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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.
>
>
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:uWC7z$(E-Mail Removed)...
> |> 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
> | ============
> |
> | "JCO" <(E-Mail Removed)> wrote in message
> | news:9shZe.814$il4.554@trnddc04...
> | > Can you tell me if this CSS is working for the folowing link
> | > (http://www.dfwtejanos.com/Profiles/T...ls88Elite.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
> | >
> | > "Murray" <(E-Mail Removed)> wrote in message
> | > news:(E-Mail Removed)...
> | >> 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
> | >> ============
> | >>
> | >> "JCO" <(E-Mail Removed)> wrote in message
> | >> news:hWgZe.6759$SG3.6429@trnddc07...
> | >> > 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
> | >> >
> | >> >
> | >>
> | >>
> | >
> | >
> |
> |
>
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      25th Sep 2005
To get a clean word doc into FP
See http://sbrenjoy.bizland.com/frontpage/word.htm

--

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


"JCO" <(E-Mail Removed)> wrote in message news:hWgZe.6759$SG3.6429@trnddc07...
| 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
|
|


 
Reply With Quote
 
JCO
Guest
Posts: n/a
 
      26th Sep 2005
Thanks

"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> To get a clean word doc into FP
> See http://sbrenjoy.bizland.com/frontpage/word.htm
>
> --
>
> _____________________________________________
> 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
> _____________________________________________
>
>
> "JCO" <(E-Mail Removed)> wrote in message

news:hWgZe.6759$SG3.6429@trnddc07...
> | 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
> |
> |
>
>



 
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
How can I change font size, font type, page size etc. permanently? ferroburak Microsoft Word Document Management 2 2nd Jan 2009 03:03 PM
Changing Font color based on font type or size John Microsoft Excel Misc 2 7th Feb 2008 12:50 AM
font type, font size settings via GPOs =?Utf-8?B?RGlldG1hciBNYWNzZWs=?= Microsoft Outlook Discussion 0 29th Jul 2005 10:26 AM
Dropdown list for font size, font type and number formats ExcelMonkey Microsoft Excel Programming 1 9th Mar 2005 03:50 PM
Adding font size, font type, column size in query =?Utf-8?B?QmV0dGVyZ2FpbnM=?= Microsoft Access Queries 0 18th Nov 2004 11:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:04 AM.