|
| |
|
|
Spooky
Posts: 26603 Joined: 11/11/1998 From: Middle Earth Status: offline
|
Cool tips - 3/24/2000 17:26:00
Who's got some tips to share with us on FP? You know, the ones that you do and think "Wow, excellent, why didnt I do that before?"btw. Using dynamic animation, doesnt count as a cool tip  Mines an oldy, but a goody. Changing the default New_Page template: http://www.microsoft.com/insider/frontpage2000/articles/setfront.htm ------------------ Spooky --------------------- "I will always cherish the initial misconceptions I had about you." ---------------------
|
|
|
|
Marr
Posts: 303 From: Lincoln, Nebraska, USA - GO HUSKERS!!! Status: offline
|
RE: Cool tips - 3/24/2000 17:42:00
Good for you buddy...I will think on that and get back to you!  ------------------ Marrianne Williams Stu Reilly Design StuReillyDesign.com
|
|
|
|
Nancy
Posts: 3626 Joined: 11/9/1999 From: Nebraska Status: offline
|
RE: Cool tips - 3/24/2000 19:15:00
Spooky, you couldn't have picked a better tip at a better time for me. I am working on a project that I wanted to have in every new page - and now it is set to go. Thanks.I was just reading several articles this morning at MS, now I'll have to back and find one for here. Nancy
|
|
|
|
Spooky
Posts: 26603 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: Cool tips - 3/24/2000 19:33:00
Different cool tip!REGISTER! with UBB, then you can get email notification of any responses, you can edit your messages and even have to try and locate a new sig file everyday to add to your name! ------------------ Spooky --------------------- "I see you've set aside this special time to humiliate yourself in public." ---------------------
|
|
|
|
Marr
Posts: 303 From: Lincoln, Nebraska, USA - GO HUSKERS!!! Status: offline
|
RE: Cool tips - 3/24/2000 20:02:00
This isn't necessarily cool...just want to make sure it makes the list if the list gets formalized into an article...Image Composer found on Disc 2 of Frontpage!When my brain returns...(it is friday after all) I will think of something better...until then: Tip #2...Yellow Snow! Think before you eat!  ------------------ Marrianne Williams Stu Reilly Design StuReillyDesign.com
|
|
|
|
Rian
Posts: 1960 From: Lincoln, Nebraska USA Status: offline
|
RE: Cool tips - 3/24/2000 20:29:00
Here is my 2 cents worth......I like this way to create a "Save All" in FP 20000 using VBA. http://www.builder.com/Authoring/FrontPage2000/ss02.html Rian ------------------ "It's better to burn out than to fade away!"
|
|
|
|
John T
Posts: 2 From: Massachusetts, USA Status: offline
|
RE: Cool tips - 3/25/2000 19:12:00
Spooky,I have a cool tip for newbies and a shortcut for experts. When working in a table, or within some text, and you come upon a link where you keep entering carriage returns after the link to skip to the next line - sometimes you get the link carrying down the page as you enter the carriage returns. Hmmm...what to do? Well, just click on the HTML view and go to the </a> link closing tag and add after that a <br> tag manually. That solves the problem very quickly and painlessly! What sometimes happens is that the carriage returns that you are entering get placed prior to the </a> tag and push that tag down the page - thus "carrying" the existing link with it. So, the cool tip avoids that problem! Way cool.... ------------------ John T.
|
|
|
|
Shirley
Posts: 3127 Joined: 1/8/1999 From: Omaha, Ne USA Status: offline
|
RE: Cool tips - 3/27/2000 17:08:00
Hi all here's the Easy way to create bookmarks, or named anchors on the same page. Just select the target text you want to make into a bookmark by right-clicking it. Then drag the text to wherever you want the link created. When you release the right mouse button, select Link Here from the pop-up menu. FrontPage will automatically turn your target text into a bookmark and create a link to that bookmark at the location you specified. Second tip.... Don't laugh at this one, but I just found out today that I can use shift/enter instead of insert break. Duh!!
------------------ Shirley I have not lost my mind - it's backed up on a disk somewhere.
|
|
|
|
Spooky
Posts: 26603 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: Cool tips - 4/1/2000 19:17:00
To allow for faster navigation, if you tend to specify directory names rather than pages, make sure you place a "/" after the folder name. This helps the server recognise that it is actually not a page, but a directory and doesnt require further processing.ie http://www.outfront.net/spooky Should be http://www.outfront.net/spooky/
|
|
|
|
LB
Posts: 5551 From: Montana USA Status: offline
|
RE: Cool tips - 4/1/2000 19:49:00
That one is my bad habit! I know better, but I never seem to add in the last / . Does this really make much difference in the load time? Will not including it cause a problem when submitting URLs to search engines? I almost always remember to include it then, just not when making links. - Linda
|
|
|
|
db
Posts: 1 From: Canada Status: offline
|
RE: Cool tips - 4/1/2000 22:13:00
Netscape Problems....I recently solved my problems with Netscape. Netscape defaults to zero values for tables even though you specified the width and height. You just need to ensure that you put something in the cell....a space or nancy's tip a transparent GIF....sure helped me out.....
|
|
|
|
LB
Posts: 5551 From: Montana USA Status: offline
|
RE: Cool tips - 4/1/2000 23:30:00
The space doesn't always work. It's better to put in an image, such as the transparent gif. Thomas - how do you make that dot spacer? Linda
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Cool tips - 4/2/2000 20:38:00
quote: Originally posted by LB: That one is my bad habit! I know better, but I never seem to add in the last / . Does this really make much difference in the load time? - Linda
Yeah, it actually doubles the load time. If the sever gets a URL like: www.anyname.com is sends a request back to the browser saying "Do you mean, http://www.anyname.com/", the browser says "Yeah, sorry" (Well, maybe not the sorry part ), then the server serves the proper document. As for search engines, the spriders will still find the proper doc., but it just takes longer - load time is a factor in ranking for 'some' search engines, so you could lose a place or two??? ------------------ Gil Harvey "I keep hitting the 'escape' key - but I'm still here!!!" Old Hippy Productions, Inc. On-Line Credit Card Accounts
|
|
|
|
GrassyKnoll
Posts: 1 From: London, UK Status: offline
|
RE: Cool tips - 4/5/2000 20:35:00
Here's a neat one - When pasting from e.g. Word, FP often keeps the formatting (font, etc). Simply highlight all the text and press Ctrl + Spacebar to remove all the font formatting.Regards Rob
|
|
|
|
Peter
Posts: 169 From: Edinburgh Status: offline
|
RE: Cool tips - 5/2/2000 20:15:00
[QUOTE]Originally posted by LB: [B]The space doesn't always work. It's better to put in an image, such as the transparent gif. I've found that if you put 2 or 3 spaces in rather than just one it tends to work.
|
|
|
|
Arctos
Posts: 1 From: None Status: offline
|
RE: Cool tips - 5/31/2000 16:40:00
Great, now I can't get anything but runtime errors when I try to use it, and the toolbar is now greyed out. I think this one is going in the toilet.........
|
|
|
|
space3
Posts: 1 From: Vacaville,CA, USA Status: offline
|
RE: Cool tips - 6/11/2000 22:33:00
Here a tip probably everyone knows however there a invisable button at the upper right of your FP 2000 editor that closes the page your working on. It become visable only when you mouse over it.Thought you may want to know space3
|
|
|
|
makphisto
Posts: 21 From: Central Illinois Status: offline
|
RE: Cool tips - 6/20/2000 23:25:00
quote: Don't laugh at this one, but I just found out today that I can use shift/enter instead of insert break. Duh!!
I remember when I first figured this out. I couldn't believe I hadn't thought of it before. It's a great time saver.
|
|
|
|
Kevin Ferron
Posts: 2 From: Midland, MI, USA Status: offline
|
RE: Cool tips - 6/22/2000 20:03:00
I'm not sure if this counts as a tip or not, but I just found this recently, and I like it quite a bit http://officeupdate.microsoft.com/2000/downloadDetails/fphtml.htm?s=/downloadCatalog/dldFrontPage.asp It's an HTML toolbar.. wait <LazyCopyDescription> Microsoft FrontPage® HTML Tools allow you to quickly access and modify Hypertext Markup Language (HTML) tags directly while you're editing a page in WYSIWYG view (the Normal tab in Page view). Using HTML Tools is like having X-ray vision for your Web pages. </LazyCopyDescription> Kevin http://www.vcconcepts.com
|
|
|
|
Kevin Ferron
Posts: 2 From: Midland, MI, USA Status: offline
|
RE: Cool tips - 6/22/2000 20:09:00
>I'm not sure if this counts as a tip or >not, but I just found this recently, and I >like it quite a bit >http://officeupdate.microsoft.com/2000/downl>oadDetails/fphtml.htm?>s=/downloadCatalog/dldFrontPage.aspgee.. maybe i should actually read the posts before I post Sorry about that Gil.
|
|
|
|
Spooky
Posts: 26603 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: Cool tips - 6/22/2000 20:34:00
Hehe, nice try Kevin  Im afraid you wont get your chocolate fish for that one ! Its a cool tool, but WHY does it have to run SOOO slow??! C'mon MS, Im not going to upgrade my PC just for that. Am I?
|
|
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
|
|
|