Click to See Complete Forum and Search --> : FrontPage Prob -when site is pasted in, it changes all fonts, need fonts to stay same


FlagSales
04-28-2005, 10:35 AM
I'm trying to edit our website, www.usflag.com in Front Page 2003.

Problem:
When I copy the selected webpage to frontpage 2003 to edit, it will change all of the fonts to "Times New Roman" and it will set all of the FONT COLORS to the regular hyperlink style (sky blue). I want the FONTS and FONT COLORS to stay the same (Arial). It would definently save me a lot of time and work!

Looking forward to hearing everyones suggestions...

Thanks,
Justin O'Neill

webgovernor
04-28-2005, 01:28 PM
Well, there is probably a css section in the page,
if frontpage is changing the actual code, and not just how it displays, then
after you save the file look for lines like this:

font-family: XXXX;

you'll find a section like that in either an external .css file
(which maybe frontpage is reading so it'll be ok).

Or between the tags that look like '<style type="text/css">' AND '</style>'
If I were you, I'd ditch frontpage, and read a little about html (or xhtml), and
css. If you write the code yourself, you'll experience a better (in my opinion) web-site,
not only will the code be well formatted, but you'll know what everything does.

Well, good luck!