OutFront Forums
     Home    Register     Search      Help      Login    

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

 

RE: frontpage shared borders

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> RE: frontpage shared borders
Page: <<   < prev  1 [2]
 
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/8/2004 16:51:01   
Thanks, I'll try that out

(in reply to d a v e)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/8/2004 17:01:56   
sorry but that doesn't work. I pasted it into a styles sheet page into frontpage, I'm sure I did everything right. When I previewed the page it just took me to the text of the style sheet (it wouldn't actually activate it.)

I pasted it into a style sheet page, saved it, then went to Format, style sheet links, and added it to all pages. I don't know why it wasn't working.

Thanks for doing the code anyways.

(in reply to d a v e)
d a v e

 

Posts: 4420
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: frontpage shared borders - 9/8/2004 17:11:47   
or try
body,p,td,ol,ul,div {
font-family: "Century Gothic", "Times New Roman", Times, serif;
}

you are using a browser to preview the changes?

_____________________________

David Prescott
Gekko web design

(in reply to Nemesis)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/8/2004 20:08:38   
yeah, i'm using netscape and internet explorer

(in reply to d a v e)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/9/2004 16:50:19   
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!!

I guess your style sheets worked, but they didn't solve the problem. Thanks anyways though.

Same problem, really, REALLY annoying. My default font is century gothic, but it displays times. I'm going to cry now.

(in reply to Nemesis)
d a v e

 

Posts: 4420
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: frontpage shared borders - 9/9/2004 16:53:49   
a url sure would be a lot easier to comment on than guessing how your page might be coded - post a link to a page and then we can help further

_____________________________

David Prescott
Gekko web design

(in reply to Nemesis)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/9/2004 17:02:18   
www.chumscomic.com

(in reply to d a v e)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/11/2004 21:40:55   
I think I know what the problem is with my default text not working- bloated HTML. This is just a hunch.

I think what is happening is that Frontpage set the default font as Century Gothic, and on Frontpage it displays it as century gothic. However when the bloated HTML of frontpage actually communicates with the browser, it sets it to times for some reason. Of course I don't know why no one else seems to have any of these problems!

I think I want to try a cascading style sheet- Daves first one didn't work out. Anyone else? Any help will be greatly appreciated.

(in reply to Nemesis)
d a v e

 

Posts: 4420
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: frontpage shared borders - 9/12/2004 4:33:17   
well if for example you set the text temporarily to black you see how it changes the text on the page

body, p, td, ol, ul, div {
font-family: "Century Gothic", "Times New Roman", Times, serif; color:black
}


so i think you have not named century gothic correctly otherwise it would work. oh just installed the century gothic family (the filename in your windows font folder is gothic.ttf) and the italic, bold and bold italic version and i can see them on your web page... have you checked to see that you have the fonts installed correctly?

oh and use this instead, i didn't remember that century gothic was sans serif

body, p, td, ol, ul, div {
font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
}


it does work, at least in my browser. try changing the colour first and you'll see which text is affected. you may need to rip out those font tags as well.

i can see century gothic in IE and firefox, but not in opera

you sure have got a lot of nasty frontpage stuff in there ;)

_____________________________

David Prescott
Gekko web design

(in reply to Nemesis)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/12/2004 14:04:10   
I seemed to have fixed the problem before your last post. I took the second set of code you gave me from a few posts ago, and took out the times new roman, so it reads

body, p, td, ol, ul, div {
font-family: "Century Gothic";
}

That seems to be working for now.

Thanks for all of your help.

Oh, and something else. I was researching for various Frontpage help websites and I found this large ring of sites that includes "Frontpage talk", another large Frontpage forum. Anyways, the guy who hosts that forum offers this product- I forget what it's called- but it will clean up all the HTML in frontpage. It costs 47 bucks and he says that complete satisfatction is guaranteed. Of course I'm not thinking about using it, I just wanted to show it to you guys.

heres the link http://www.frontpagepoweredit.com/

(in reply to d a v e)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/15/2004 22:26:50   
Nope, style sheet is not working! I'll try out the other suggestions.

New problems! This one's really driving me insane. I push the "tab" button to indent, and frontpage takes me to the bottom of the page instead of indenting five pages. What??

Also I've been having numerous errors in uploading my site into my host's server. I know that its probably a problem at my end. I always get an error reading "could not connect to chumscomic.com at port 80, reset your proxy settings." This one has been REALLY buggint the crap out of me. What should I do??

Well I tried your one style sheet that set the text to black. It set all of the text to black that was currently displaying in century gothic. But when I go to a new page and type, it is not effected. Why is this?

< Message edited by Nemesis -- 9/15/2004 23:25:36 >

(in reply to Nemesis)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/18/2004 18:30:55   
Whenever I try to hit tab to indent while typing in a table, frontpage tabs to the bottom of the table. can I get around this? And I'm sick of my century gothic not working.

(in reply to Nemesis)
dpf

 

Posts: 6931
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: frontpage shared borders - 9/18/2004 18:36:26   
quote:

Whenever I try to hit tab to indent while typing in a table

what makes you think tab indents in Front Page? did you try help and search for indent?

_____________________________

Dan

(in reply to Nemesis)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/18/2004 21:24:20   
quote:

what makes you think tab indents in Front Page? did you try help and search for indent?


Because tab DOES indent in frontpage, just not in a TABLE.

(in reply to dpf)
d a v e

 

Posts: 4420
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: frontpage shared borders - 9/19/2004 4:45:58   
you should use css to set padding on elements that you want to indent.

have you removed all the junk in the code and font tags? your century gothic should work then

_____________________________

David Prescott
Gekko web design

(in reply to Nemesis)
Nemesis

 

Posts: 23
Joined: 9/1/2004
Status: offline

 
RE: frontpage shared borders - 9/19/2004 14:51:44   
how do I remove the junk font tags?

(in reply to d a v e)
d a v e

 

Posts: 4420
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: frontpage shared borders - 9/19/2004 15:07:53   
i don't use FP much but you can of course do it code view - maybe someone has better/quicker idea?

_____________________________

David Prescott
Gekko web design

(in reply to Nemesis)
Page:   <<   < prev  1 [2]

All Forums >> Web Development >> Microsoft FrontPage Help >> RE: frontpage shared borders
Page: <<   < prev  1 [2]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts