HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (Full Version)

All Forums >> [Web Development] >> General Web Development



Message


Guest -> HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/21/2001 15:03:00)

Well, I got my site up, and now I realise there is something VERY wrong.

Well, heres the problem. When I go to the following page on my PC, this is what it looks like:

http://www.taxster.f2s.com/Image1.jpg

This is what my page looks like when I press the "Preview" button on Frontpage also.

However, when I told my friend to go on the same page, (and this'll work for anyone else apart from me), this is what the page actually looks like:

http://www.taxster.f2s.com/The%20Programs.htm

You'll notice that the text is completely different to what it should be and the words are all unjustified.

You see, when I was creating the page on Frontpage, I changed the font from Times New Roman to another, but it didn't change on the editing page. However, when I pressed "Preview", the text had changed, so I carried on anyway.

And when I published the page, it looked like the way I had actually edited it to make it work for the other font, if ya know what I mean.

So why does everyone see the page this way?

And how can I sort this problem out?? Please tell us, I'm pretty desperate for help.





Goober -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/21/2001 15:25:00)

If you think that's bad, you should see it in NN 4.7. You have used a lot of elements that are not cross browser compatible, a couple being absolute positioning and the marquee.

The reason the font is not showing is because in order for people to see it, it must be installed on their computer. The alternative is to create graphics for those words.

You really, really need to use tables for positioning.


Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites





Guest -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/21/2001 17:36:00)

Would using a program such as Dreamweaver make any difference??




Goober -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/21/2001 18:02:00)

No, it wouldn't. It's not a program issue, it's a design issue.

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites





Guest -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/22/2001 20:07:00)

Hi, could you now go to that same link, (which is: http://www.taxster.f2s.com/The%20Programs.htm ) and tell me now what you see, (if your in using Internet explorer that is) - coz I've changed the text and I wanted to see if that made a difference.

Thanks





Goober -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/22/2001 20:41:00)

I see Times New Roman and whatever the system font is that's used in Notepad.

I know you didn't ask about this, but the spaces in your file names could cause problems. You should either scrunch the words together or put an underscore_ between them.

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites

[This message has been edited by Goober (edited 07-22-2001).]

[This message has been edited by Goober (edited 07-22-2001).]





Guest -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/22/2001 23:46:00)

Cool, thanks for that tip.

Is the text all justified ok? You know where it says [ LINK ], [ REVIEW ] etc., is all that justified for you? And what font are those in? Its not supposed to be Times New Roman, but something else.





abbeyvet -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/22/2001 13:10:00)

I am afraid it is still a mess. Here are just some of the problems

1. You are using absolute positioning - doesn't, as applied by FP, work in NN and is tricky to work with even in IE.

2. You are using the space bar to position stuff - that's a big no no, lay your page out using tables instead.

3. You have specified a font called Bank Gothic. I have no idea what this is like. I see the text in my browsers default, I can only see a font if it is installed on my computer so only those with Bank Gothic on their machines will see it as you want. Best to stick with common fonts such as Arial, Verdana, Times New Roman etc.

4. You are pasting in content from Word or some other application. This is throwing in a load of code which is bloating your page. Best to paste from word into Notepad and from there to FP and then format it again.

5. You are using an FP generated style sheet. Not good.

6. You are using scrolling Marquees - they do not work at all in Netscape.

7. Loads of your files - images etc, have spaces in their names. You need to get rid of these.

As Sandy sid earlier you need to look at this in Netscape - it is essentially blank. The reasons for this are a mixture of all the above which are making your code a bit of a mess - IE is a lot more forgiving of bad code than NN is.

I know it may be a heart sinker but I do not think this page can be repaired - you really should scrap it and start again. Before you do plan it out carefully using tables to lay out the content and try to avoid as many of the things listed above as you can.

------------------
Katherine

InKK Design
LinKKs - Kilkenny's Online Magazine


-*-*-*-*-*-*-*-*-*-*
"Dogs have owners, cats have staff!"





Goober -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/22/2001 14:00:00)

Katherine is right.

The font I'm seeing for [REVIEW], etc., is whatever my system's font is. I don't know the name of it. It's the one I see when my computer first boots and what I see in Notepad.

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites





Ed Mazur -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/22/2001 19:49:00)

I am seeing Times New Roman as well as the text instead of how it should be.

------------------
Ed Mazur
racquetballx.com





Guest -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/23/2001 20:37:00)

quote:
Originally posted by abbeyvet:
I am afraid it is still a mess. Here are just some of the problems

1. You are using absolute positioning - doesn't, as applied by FP, work in NN and is tricky to work with even in IE.

2. You are using the space bar to position stuff - that's a big no no, lay your page out using tables instead.

3. You have specified a font called Bank Gothic. I have no idea what this is like. I see the text in my browsers default, I can only see a font if it is installed on my computer so only those with Bank Gothic on their machines will see it as you want. Best to stick with common fonts such as Arial, Verdana, Times New Roman etc.

4. You are pasting in content from Word or some other application. This is throwing in a load of code which is bloating your page. Best to paste from word into Notepad and from there to FP and then format it again.

5. You are using an FP generated style sheet. Not good.

6. You are using scrolling Marquees - they do not work at all in Netscape.

7. Loads of your files - images etc, have spaces in their names. You need to get rid of these.

As Sandy sid earlier you need to look at this in Netscape - it is essentially blank. The reasons for this are a mixture of all the above which are making your code a bit of a mess - IE is a lot more forgiving of bad code than NN is.

I know it may be a heart sinker but I do not think this page can be repaired - you really should scrap it and start again. Before you do plan it out carefully using tables to lay out the content and try to avoid as many of the things listed above as you can.


Thanks a lot for all the information. Starting again was the one thing I feared. I've put so much hard work into that site and its pretty much all gone to waste

Hmm..........I guess thats the way it is. I'll just say now in a last bitter comment to end this topic - Frontpage really does suck :P





Reflect -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/23/2001 20:50:00)

Hi,

It's rough when you get the "start over" answer.

I remember my first site. i was amazed anyone hung around long enough to order.

Best advise is read, read, read and play with the design.

Hang in there!!!

Brian

------------------
Work hard, play fair, stay sane





abbeyvet -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/23/2001 20:13:00)

Poor Rish

I do sympathise, starting again is such a pain but you have not wasted your time. Next time reound you have your content at the ready which will speed things up and it has been a learning experience.

As for FrontPage - I wouldn't say it sucks. Like all wysiwyg editors it has it's limitations. The trick is learning what it can and cannot do and the best way to use it. Many of the items I mentioned above - eg font issues, absolute positioning, importing from other programmes etc - are not issues related to FP at all, they are either limitations imposed by HTML or by browser compatibility or just by the way computers work.

The other really really important piece of advice is to download Netscape and test test test as you go to make sure everything works.
You can also test your site in different browser versions at www.anybrowser.com

Good luck with it.

------------------
Katherine

InKK Design
LinKKs - Kilkenny's Online Magazine


-*-*-*-*-*-*-*-*-*-*
"Dogs have owners, cats have staff!"





Marr -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/23/2001 20:40:00)

Katherine's right. It's not FrontPage. The problems you are having are problems all newbies face whether they are using FrontPage or Dreamweaver or something else. Switchiing to Dreamweaver will not cure your ills.

Hang in there. Your site was not a waste of time. It's how we all have learned or are learning.

Marr

------------------
Marrianne Williams
OutFront News
Stu Reilly Design
SwishToGo.com





MelissaB -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/23/2001 20:17:00)

For the record, I must say that knowing HTML (at least the basics) before using any kind of WYSIWIG editor is the best course of action (no offense to anyone). I used to code an old geocities site "by hand", including nested tables and other tedious tasks. I had tried FP97 years before and hated it, so I was reluctant to try FP2k. I had bought Office Premium, so I figured I'd give it a try and I was amazed at how much it had advanced since the 97 version. Now I use FP2k to do the tedious work for me, then manually edit whatever HTML needs adjustment.

Anyway, the whole point of my ramble here is that sometimes you don't appreciate an editor until you've done everything by hand (and some people still do - I applaud them). I've found that having a knowledge of HTML and how web pages are created and viewed, so you can do better design layout and manually edit the code that FP generates, is something that would helpful to many authors.

I would highly suggest learning some HTML to anyone who has only used FP as a WYSIWIG editor and has the time to do so. There's so much more that you can do once you have the concept of "how it works" down.

------------------
*~*~*~*~*~*~*~*~*
Melissa
http://lissa.right-web.com





Bill Nicol -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/23/2001 20:41:00)

Hi Rish,

Check this out, it'll really help:

http://www.outfront.net/frontpagetables.htm

Another thing to consider is ... TEMPLATES,
They're inexpensive....I swear by them.

Good luck





rdspollin -> RE: HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (7/24/2001 20:13:00)

one site i couldnt design without is http://www.webmonkey.com/ its got just about every aspect of web design covered - all the technical stuff + design tips/ideas as well




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.078125