|
| |
|
|
Nemesis
Posts: 24 Joined: 9/1/2004 Status: offline
|
RE: frontpage shared borders - 9/8/2004 16:51:01
Thanks, I'll try that out
|
|
|
|
Nemesis
Posts: 24 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.
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: online
|
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
|
|
|
|
Nemesis
Posts: 24 Joined: 9/1/2004 Status: offline
|
RE: frontpage shared borders - 9/8/2004 20:08:38
yeah, i'm using netscape and internet explorer
|
|
|
|
Nemesis
Posts: 24 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.
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: online
|
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
|
|
|
|
Nemesis
Posts: 24 Joined: 9/1/2004 Status: offline
|
RE: frontpage shared borders - 9/9/2004 17:02:18
www.chumscomic.com
|
|
|
|
Nemesis
Posts: 24 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.
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: online
|
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
|
|
|
|
Nemesis
Posts: 24 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/
|
|
|
|
Nemesis
Posts: 24 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 >
|
|
|
|
Nemesis
Posts: 24 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.
|
|
|
|
dpf
Posts: 7126 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
|
|
|
|
Nemesis
Posts: 24 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.
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: online
|
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
|
|
|
|
Nemesis
Posts: 24 Joined: 9/1/2004 Status: offline
|
RE: frontpage shared borders - 9/19/2004 14:51:44
how do I remove the junk font tags?
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: online
|
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
|
|
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
|
|
|