|
ALWAYS BACK UP
YOUR WORK!
FrontPage Tips and Tricks:
FrontPage is a wonderful and powerful tool if you learn to use it correctly.
Check out these tips and tricks to help you out.
Found a great Website and want to put a link to it
on one of your pages?
Try this shortcut: leave your browser open
to the page you've found, start FrontPage and open the page you want the link added to in the
FrontPage Editor. Position the cursor where you want the link to appear. Click the Create
or Edit Hyperlink button on the toolbar, then click the World Wide Web
tab; don't enter any information, just click OK. The title of the page
will appear on your page, complete with the URL of the hyperlink entered automatically!
When I press return at the end of a paragraph
FrontPage inserts a double space. Is there a setting I can use to have my paragraphs
single spaced?
Standard HTML specifies that paragraphs will appear as
double spaced. You can easily make single spaced paragraphs by inserting line breaks where
you want the paragraphs to end.
To insert a line break hold down the Shift key and press
Enter. You could also choose Line Break... from the Insert menu, then select Normal Line
Break. Shift-Enter is obviously much easier.
How do I remove the Blue Border around my images?
- Right Click on the Image and choose Image Properties.
- Select the Appearances tab.
- Set the Border Thickness to zero OR you
can leave the border by setting it as another color.
I want to link to a section farther down in the same
page. How do I do this?
To do this you will need to go to the part you want to link
"to" and then highlight the first word of the paragraph or sentence. Then
while it is highlighted, go to EDIT BOOKMARK then name that bookmark. Go to what you
want to link "from" and highlight it. When you click the little globe up top to
make a hyperlink, under the url part it says optional- look for the name of that bookmark,
and hit ok.
How do I remove the underlines from my hyperlinks?
- Highlight the text you do not want underlined.
- Choose Format | Font
- Click the Style button
- Select the Text tab and set Decoration to "none"
-or-
- Switch to HTML View.
- In the <head> section of your code, put:
<style>
<!--
a{text-decoration:none}
//-->
</style>
For some FrontPage tutorials, go to
TrainingTools.com
ALWAYS BACK UP YOUR WORK!
Back
1
2
3
4
5
6
7
8
9
10
11
12
|