PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Font problems/
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Font problems/
![]() |
Font problems/ |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I used EUROSTYLE as the font for my wife's web. It's not available on all
browsers and I don't want to go to the trouble of embedding. Is it possible to reformat the entire web with a more common font, or do I have to do each page individually. Thanks very much. Steven Brooke |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You can use find and replace in HTML in the whole site. e.g. find eurostyle
and replace with Times (or whatever). "StevenBrooke" <StevenBrooke@discussions.microsoft.com> wrote in message news:0ECA389B-4B25-40A6-ACF2-1D51128BFD15@microsoft.com... >I used EUROSTYLE as the font for my wife's web. It's not available on all > browsers and I don't want to go to the trouble of embedding. Is it > possible > to reformat the entire web with a more common font, or do I have to do > each > page individually. > Thanks very much. > Steven Brooke |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Better to use CSS ... not font tags.
ETC "Wes" <puuhina@earthlink.net> wrote in message news:O7Rcn1q8EHA.3124@TK2MSFTNGP11.phx.gbl... > You can use find and replace in HTML in the whole site. e.g. find > eurostyle and replace with Times (or whatever). > > "StevenBrooke" <StevenBrooke@discussions.microsoft.com> wrote in message > news:0ECA389B-4B25-40A6-ACF2-1D51128BFD15@microsoft.com... >>I used EUROSTYLE as the font for my wife's web. It's not available on all >> browsers and I don't want to go to the trouble of embedding. Is it >> possible >> to reformat the entire web with a more common font, or do I have to do >> each >> page individually. >> Thanks very much. >> Steven Brooke > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Why is it better to use CSS instead of font tags, the browser app or site visitor doesn't care one
way or the other? Not to start a long thread on this, but as long as browser continue to support font tags, I will continue to use them 99% of the time, as I have yet to see a real compelling reason/benefit for a site visitor to switch to them 100% -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "E. T. Culling" <etcetc@notatcrcwnet.com> wrote in message news:OrTeVgr8EHA.2900@TK2MSFTNGP09.phx.gbl... > Better to use CSS ... not font tags. > ETC > "Wes" <puuhina@earthlink.net> wrote in message news:O7Rcn1q8EHA.3124@TK2MSFTNGP11.phx.gbl... >> You can use find and replace in HTML in the whole site. e.g. find eurostyle and replace with >> Times (or whatever). >> >> "StevenBrooke" <StevenBrooke@discussions.microsoft.com> wrote in message >> news:0ECA389B-4B25-40A6-ACF2-1D51128BFD15@microsoft.com... >>>I used EUROSTYLE as the font for my wife's web. It's not available on all >>> browsers and I don't want to go to the trouble of embedding. Is it possible >>> to reformat the entire web with a more common font, or do I have to do each >>> page individually. >>> Thanks very much. >>> Steven Brooke >> >> > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
I agree, Tom.
-- === Tom "Pepper" Willett Microsoft MVP - FrontPage --- About FrontPage 2003: http://office.microsoft.com/home/of...etid=FX01085802 FrontPage 2003 Product Information: http://www.microsoft.com/office/fro...fo/default.mspx Understanding FrontPage: http://msdn.microsoft.com/office/un...ding/frontpage/ === "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:u%23K0ywr8EHA.3476@TK2MSFTNGP15.phx.gbl... | Why is it better to use CSS instead of font tags, the browser app or site visitor doesn't care one | way or the other? | | Not to start a long thread on this, but as long as browser continue to support font tags, I will | continue to use them 99% of the time, as I have yet to see a real compelling reason/benefit for a | site visitor to switch to them 100% | | -- | ============================================== | Thomas A. Rowe (Microsoft MVP - FrontPage) | WEBMASTER Resources(tm) | http://www.ycoln-resources.com | FrontPage Resources, WebCircle, MS KB Quick Links, etc. | ============================================== | To assist you in getting the best answers for FrontPage support see: | http://www.net-sites.com/sitebuilder/newsgroups.asp | | "E. T. Culling" <etcetc@notatcrcwnet.com> wrote in message | news:OrTeVgr8EHA.2900@TK2MSFTNGP09.phx.gbl... | > Better to use CSS ... not font tags. | > ETC | > "Wes" <puuhina@earthlink.net> wrote in message news:O7Rcn1q8EHA.3124@TK2MSFTNGP11.phx.gbl... | >> You can use find and replace in HTML in the whole site. e.g. find eurostyle and replace with | >> Times (or whatever). | >> | >> "StevenBrooke" <StevenBrooke@discussions.microsoft.com> wrote in message | >> news:0ECA389B-4B25-40A6-ACF2-1D51128BFD15@microsoft.com... | >>>I used EUROSTYLE as the font for my wife's web. It's not available on all | >>> browsers and I don't want to go to the trouble of embedding. Is it possible | >>> to reformat the entire web with a more common font, or do I have to do each | >>> page individually. | >>> Thanks very much. | >>> Steven Brooke | >> | >> | > | > | | |
|
|
|
#6 |
|
Guest
Posts: n/a
|
You'd use CSS because it allows you to globally control your site from one
page without having to change font tags on multiple pages. It's like using include pages. -- David Berry - MCP Microsoft MVP - FrontPage FrontPage Support: http://www.net-sites.com/sitebuilder/ ----------------------------------- To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp ----------------------------------- "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:u%23K0ywr8EHA.3476@TK2MSFTNGP15.phx.gbl... > Why is it better to use CSS instead of font tags, the browser app or site > visitor doesn't care one way or the other? > > Not to start a long thread on this, but as long as browser continue to > support font tags, I will continue to use them 99% of the time, as I have > yet to see a real compelling reason/benefit for a site visitor to switch > to them 100% > > -- > ============================================== > Thomas A. Rowe (Microsoft MVP - FrontPage) > WEBMASTER Resources(tm) > http://www.ycoln-resources.com > FrontPage Resources, WebCircle, MS KB Quick Links, etc. > ============================================== > To assist you in getting the best answers for FrontPage support see: > http://www.net-sites.com/sitebuilder/newsgroups.asp > > "E. T. Culling" <etcetc@notatcrcwnet.com> wrote in message > news:OrTeVgr8EHA.2900@TK2MSFTNGP09.phx.gbl... >> Better to use CSS ... not font tags. >> ETC >> "Wes" <puuhina@earthlink.net> wrote in message >> news:O7Rcn1q8EHA.3124@TK2MSFTNGP11.phx.gbl... >>> You can use find and replace in HTML in the whole site. e.g. find >>> eurostyle and replace with Times (or whatever). >>> >>> "StevenBrooke" <StevenBrooke@discussions.microsoft.com> wrote in message >>> news:0ECA389B-4B25-40A6-ACF2-1D51128BFD15@microsoft.com... >>>>I used EUROSTYLE as the font for my wife's web. It's not available on >>>>all >>>> browsers and I don't want to go to the trouble of embedding. Is it >>>> possible >>>> to reformat the entire web with a more common font, or do I have to do >>>> each >>>> page individually. >>>> Thanks very much. >>>> Steven Brooke >>> >>> >> >> > > |
|
|
|
#7 |
|
Guest
Posts: n/a
|
But I or anyone can do that via ASP or any server-side scripting without using CSS, so what the
benefit? -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "David Berry" <dberry@mvps.org> wrote in message news:O2KHoAs8EHA.3700@tk2msftngp13.phx.gbl... > You'd use CSS because it allows you to globally control your site from one page without having to > change font tags on multiple pages. It's like using include pages. > > -- > David Berry - MCP > Microsoft MVP - FrontPage > FrontPage Support: http://www.net-sites.com/sitebuilder/ > ----------------------------------- > To assist you in getting the best answers for FrontPage support see: > http://www.net-sites.com/sitebuilder/newsgroups.asp > ----------------------------------- > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message > news:u%23K0ywr8EHA.3476@TK2MSFTNGP15.phx.gbl... >> Why is it better to use CSS instead of font tags, the browser app or site visitor doesn't care >> one way or the other? >> >> Not to start a long thread on this, but as long as browser continue to support font tags, I will >> continue to use them 99% of the time, as I have yet to see a real compelling reason/benefit for a >> site visitor to switch to them 100% >> >> -- >> ============================================== >> Thomas A. Rowe (Microsoft MVP - FrontPage) >> WEBMASTER Resources(tm) >> http://www.ycoln-resources.com >> FrontPage Resources, WebCircle, MS KB Quick Links, etc. >> ============================================== >> To assist you in getting the best answers for FrontPage support see: >> http://www.net-sites.com/sitebuilder/newsgroups.asp >> >> "E. T. Culling" <etcetc@notatcrcwnet.com> wrote in message >> news:OrTeVgr8EHA.2900@TK2MSFTNGP09.phx.gbl... >>> Better to use CSS ... not font tags. >>> ETC >>> "Wes" <puuhina@earthlink.net> wrote in message news:O7Rcn1q8EHA.3124@TK2MSFTNGP11.phx.gbl... >>>> You can use find and replace in HTML in the whole site. e.g. find eurostyle and replace with >>>> Times (or whatever). >>>> >>>> "StevenBrooke" <StevenBrooke@discussions.microsoft.com> wrote in message >>>> news:0ECA389B-4B25-40A6-ACF2-1D51128BFD15@microsoft.com... >>>>>I used EUROSTYLE as the font for my wife's web. It's not available on all >>>>> browsers and I don't want to go to the trouble of embedding. Is it possible >>>>> to reformat the entire web with a more common font, or do I have to do each >>>>> page individually. >>>>> Thanks very much. >>>>> Steven Brooke >>>> >>>> >>> >>> >> >> > > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
The benefit is that it's client-side so you don't need the overhead of
server-side script and it's portable to any web server, such as ones that don't support ASP. -- David Berry - MCP Microsoft MVP - FrontPage FrontPage Support: http://www.net-sites.com/sitebuilder/ ----------------------------------- To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp ----------------------------------- "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:%231jQ2Es8EHA.2196@TK2MSFTNGP14.phx.gbl... > But I or anyone can do that via ASP or any server-side scripting without > using CSS, so what the benefit? > > -- > ============================================== > Thomas A. Rowe (Microsoft MVP - FrontPage) > WEBMASTER Resources(tm) > http://www.ycoln-resources.com > FrontPage Resources, WebCircle, MS KB Quick Links, etc. > ============================================== > To assist you in getting the best answers for FrontPage support see: > http://www.net-sites.com/sitebuilder/newsgroups.asp > > "David Berry" <dberry@mvps.org> wrote in message > news:O2KHoAs8EHA.3700@tk2msftngp13.phx.gbl... >> You'd use CSS because it allows you to globally control your site from >> one page without having to change font tags on multiple pages. It's like >> using include pages. >> >> -- >> David Berry - MCP >> Microsoft MVP - FrontPage >> FrontPage Support: http://www.net-sites.com/sitebuilder/ >> ----------------------------------- >> To assist you in getting the best answers for FrontPage support see: >> http://www.net-sites.com/sitebuilder/newsgroups.asp >> ----------------------------------- >> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message >> news:u%23K0ywr8EHA.3476@TK2MSFTNGP15.phx.gbl... >>> Why is it better to use CSS instead of font tags, the browser app or >>> site visitor doesn't care one way or the other? >>> >>> Not to start a long thread on this, but as long as browser continue to >>> support font tags, I will continue to use them 99% of the time, as I >>> have yet to see a real compelling reason/benefit for a site visitor to >>> switch to them 100% >>> >>> -- >>> ============================================== >>> Thomas A. Rowe (Microsoft MVP - FrontPage) >>> WEBMASTER Resources(tm) >>> http://www.ycoln-resources.com >>> FrontPage Resources, WebCircle, MS KB Quick Links, etc. >>> ============================================== >>> To assist you in getting the best answers for FrontPage support see: >>> http://www.net-sites.com/sitebuilder/newsgroups.asp >>> >>> "E. T. Culling" <etcetc@notatcrcwnet.com> wrote in message >>> news:OrTeVgr8EHA.2900@TK2MSFTNGP09.phx.gbl... >>>> Better to use CSS ... not font tags. >>>> ETC >>>> "Wes" <puuhina@earthlink.net> wrote in message >>>> news:O7Rcn1q8EHA.3124@TK2MSFTNGP11.phx.gbl... >>>>> You can use find and replace in HTML in the whole site. e.g. find >>>>> eurostyle and replace with Times (or whatever). >>>>> >>>>> "StevenBrooke" <StevenBrooke@discussions.microsoft.com> wrote in >>>>> message news:0ECA389B-4B25-40A6-ACF2-1D51128BFD15@microsoft.com... >>>>>>I used EUROSTYLE as the font for my wife's web. It's not available on >>>>>>all >>>>>> browsers and I don't want to go to the trouble of embedding. Is it >>>>>> possible >>>>>> to reformat the entire web with a more common font, or do I have to >>>>>> do each >>>>>> page individually. >>>>>> Thanks very much. >>>>>> Steven Brooke >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

