Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Old 03-08-2005, 10:55 PM   #1 (permalink)
Junior Member
 
Join Date: 03-02-05
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

mdman10 is liked by many
Frontpage problems

I have a website and on the index page there is some text. I made the site using frontpage. I changed the font size of the text to a smaller size, didn't like it, then changed it to a larger size which I liked. When I view it in my explorer 6 and the frontpage viewer it looks the way I want it. But when the tech support people for my hosting company view it with there explorer 6 the text is a smaller font size. It only takes up 6 lines and on my computer it takes up 10 lines ( larger font size). No one at my hosting company's tech support department can figure out why the two different font sizes and appearance. One suggestion was errors and another was descrepancies of different browsers. But I don't believe that they are the real problems because of the difference in the number of lines in the text section (from 6 to 10). That type of difference seems to be caused by the text font size only. Another possibility that was brought up was cache, but I don't think that the tech support peoples computer had visited my site during the times I was changing it around. My site is located atwww.holdemhumor.com Any help would be appreciated. thanks.
mdman10 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-08-2005, 11:11 PM   #2 (permalink)
Contributing Member
 
docquesting's Avatar
 
Join Date: 07-14-04
Location: South-Middle, Georgia
Posts: 1,228
iTrader: 0 / 0%
Latest Blog:
None

docquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the rough
Send a message via Yahoo to docquesting
I think it would be ok to leave it a tad smaller. Other than that not sure.
__________________
Inexpensive Hosting with Quality!
docquesting is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-08-2005, 11:21 PM   #3 (permalink)
Senior Member
 
TeKBuzz's Avatar
 
Join Date: 11-12-03
Location: Ohio
Posts: 377
iTrader: 0 / 0%
Latest Blog:
None

TeKBuzz is liked by somebodyTeKBuzz is liked by somebodyTeKBuzz is liked by somebodyTeKBuzz is liked by somebody
Send a message via ICQ to TeKBuzz Send a message via AIM to TeKBuzz Send a message via MSN to TeKBuzz Send a message via Yahoo to TeKBuzz
Do something up top and amaybe a little oelsewhere, its empty looking.

Also for the text I've read many threads here about it, if you code it a certain way the fond will show up on the user's comp how they prefer it (aka: ie has the ability to increase and decresase a font size base on their prefs) Just something to keep in mind, if you look thru the coding forum ( use the search ) you should be able to find the information that you need / are lookin for.

~Mr.Happy
TeKBuzz is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-09-2005, 04:11 AM   #4 (permalink)
Contributing Member
 
Jason's Avatar
 
Join Date: 05-17-04
Location: London, United Kingdom
Posts: 710
iTrader: 0 / 0%
Latest Blog:
None

Jason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of lightJason is a glorious beacon of light
Send a message via MSN to Jason
Could it be two diff. files like index.htm and index.html?
Jason is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2005, 12:03 AM   #5 (permalink)
Junior Member
 
Join Date: 03-02-05
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

mdman10 is liked by many
Thanks for the input. I dont think there are two different files for the index page, i checked the website in the computer and only see the one. It definetly is acting like that though. Also I erased all the files on the hosting site and republished.
mdman10 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2005, 08:49 AM   #6 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
mdman10 - Can you show us a screenshot of what you see?

I only see 6 lines and in IE it stays the same even if I change the text size in the browser or the browser window size.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2005, 12:55 PM   #7 (permalink)
Senior Member
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 653
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
I see the 10 lines and in the code it is set to be 16pt and there is no index.htm only index.html

Maybe it is because you tell it to use "Castellar" as a font but not all users have that font on there box so vill be precentet with the default font, another thing is that you dont have any doctype defenition so you force the browser to go into querks mode with all the problems that give
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2005, 01:06 PM   #8 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Quote:
Originally Posted by Ricoool
Maybe it is because you tell it to use "Castellar" as a font but not all users have that font on there box so vill be precentet with the default font
Good point. Do you have that font? I don't. I see Times, instead.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2005, 01:08 PM   #9 (permalink)
Senior Member
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 653
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
Yup I have it so that is proberly it
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2005, 01:30 PM   #10 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Looks like you figured it out
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2005, 01:44 PM   #11 (permalink)
Senior Member
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 653
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-19-2005, 07:51 AM   #12 (permalink)
v7n Mentor
 
pinkfluffybunny's Avatar
 
Join Date: 05-18-04
Location: Florida
Posts: 1,568
iTrader: 0 / 0%
Latest Blog:
None

pinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web propinkfluffybunny is a highly respected web pro
Hi,

The font you chose was Comic Sans MS size 7. They touched on it above, computer setup, font availability, etc.

If you want people to see a font exactly the way you want it you have to use a graphic.
pinkfluffybunny is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Frontpage help GoogleIsAPain Web Design Lobby 3 03-22-2005 06:08 PM
Frontpage................................................... Calisonder Web Design Lobby 26 05-11-2004 12:29 PM
Frontpage help cbolts Web Design Lobby 5 05-08-2004 05:17 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 07:10 AM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.