|

|

|
How do I place the HTML
onto my web site?
1.Select all of the HTML in the HTML Code box by
clicking on the "Select All" button.
2.Copy the HTML to the clipboard by typing Ctrl-C or
right-clicking on the highlighted text and choosing
"Copy."
3.Paste the HTML into your page by typing Ctrl-V or choosing
Edit->Paste from within your editing application.
4.Edit the link with your Username and URL of the banner's
location on your server.
What if my web editor is altering my code?
WYSIWYG (What You See Is What You Get) web-editing
programs will sometimes alter generated link code after you
paste it into your page. This can lead to unexpected and
sometimes negative results.
You can use the following procedure to ensure link integrity
no matter which web editor you use:
1.Once you have finished designing/editing the page, close
your web editor.
2.Open the HTML source file of the associated page with a
text-editor (e.g., Notepad).
3.Add the link code.
4.Edit the link with your Username and URL of the banner's
location on your server.
5.Upload/publish the page before opening it again in your
web editor.
Program-specific information
Depending on the web editor you use, there may be a way
to avoid undesirable changes in your code within the program
itself. For each of the common web-authoring tools listed
below, there is at least one method you can use to keep your
links intact:
Adobe
PageMill 3.0
Allaire
HomeSite 4.0
AOL
Hometown
AOL
Press 2.0
Coffee
Cup HTML Editor++
Homestead
Microsoft
FrontPage 2.0/2000
Microsoft
Word 97/2000
Adobe PageMill 3.0
If you are pasting links from HeySportsFans into Adobe
PageMill 3.x, follow these steps to successfully place the
link:
1.Open the page you want to edit with PageMill.
2.Choose Source Mode from the View menu. The HTML code
appears.
3.Paste the link you copied from HeySportsFans into the HTML
code.
4.Edit the link with your Username and URL of the banner's
location on your server.
5.To view the link, choose Preview Mode from the View menu
(or press Ctrl +Enter). The link now appears on your
page.
6.Save and upload the page.
Allaire HomeSite 4.0
If you are pasting links from HeySportsFans into Allaire
HomeSite 4.x, follow these steps to successfully place the
link:
1.Open the page you want to edit with HomeSite.
2.Make sure you are working on the Edit tab in the main
window.
3.Paste the link you copied from HeySportsFans into the HTML
code.
4.Edit the link with your Username and URL of the banner's
location on your server.
5.Click the Browse tab to view the link. HomeSite's Browse
feature is a full-functioning web browser. It allows you to
click on the link and go to the corresponding web site.
6.Save and upload the page.
AOL Hometown
If you are pasting links from HeySportsFans into AOL
Hometown Publisher 1-2-3, follow these steps to successfully
place the link:
1.Log on to AOL.
2.In the keyword search box, type Easy Designer.
3.Open the page you want to edit.
4.From the Insert menu, choose Advanced HTML.
5.Paste the tag code into the box that appears and click
OK.
6.Edit the link with your Username and URL of the banner's
location on your server.
7.Drag the HTML object to the location where you want the
tag to appear.
8.Save and upload the page.
NOTE: You can use the HTML editor of your choice to create
your page locally and then post it to AOL using an FTP
client. You can also use a web editor that has one-click
publishing to AOL, so you do not need to use a separate FTP
client. One such program is HotDog Express.
AOL Press 2.0
If you are pasting links from HeySportsFans into AOL
Press 2.0, follow these steps to successfully place the
link:
1.Open the page you want to edit with AOL Press.
2.Choose Show HTML from the Tools menu. A new window opens
containing the page's HTML source code.
3.Paste the link from HeySportsFans into the HTML.
4.Edit the link with your Username and URL of the banner's
location on your server.
5.Close the window. A dialog box appears asking you if you
want to apply changes.
6.Select Apply. The new link should be visible on the web
page.
7.Save and upload the page.
Coffee Cup HTML Editor++
If you are pasting links from HeySportsFans into Coffee
Cup HTML Editor++, follow these steps to successfully place
the link:
1.Open the page you want to edit with Coffee Cup. You will
see the existing HTML source code for that page.
2.Paste the link from HeySportsFans into the HTML.
3.Edit the link with your Username and URL of the banner's
location on your server.
4.Choose Test with Favorite Browser (or Test with Default
Browser) from the Tools menu. Your web page appears with the
new link.
5.Save and upload the page.
Homestead
If you are pasting links from HeySportsFans into
Homestead, follow these steps to successfully place the
link:
1.Open your page in the SiteBuilder.
2.From the Element dropdown, choose Add
Element|Advanced|Imported Files & HTML|HTML Snippet.
3.Estimate the size of the object you want to create, and
resize the Snippet Element to fit whatever will appear in
your browser. IMPORTANT! If the rectangle is too small, the
object you create using HTML will not show up in your
browser.
4.Double-click the Element to open the Element Editor.
5.Click Edit HTML at the top of the Element Editor. Another
dialog box will appear.
6.Paste the generated link code from HeySportsFans into the
text box.
7.Edit the link with your Username and URL of the banner's
location on your server.
8.Click OK.
9.Save your page.
Microsoft FrontPage 2.0/2000
If you are pasting links from HeySportsFans into
Microsoft FrontPage 2.0/2000, you may experience
difficulties because FrontPage encodes certain characters
(e.g., ampersands) contained in the link code. You can avoid
this problem in one of two ways.
Option #1:
1.Open the page you want to edit with FrontPage.
2.Choose HTML Markup from the Insert menu.
A dialog box appears.
3.Paste the link from HeySportsFans into the dialog box.
4.Edit the link with your Username and URL of the banner's
location on your server.
5.Click OK. An icon will represent where the link will
appear on the web page.
6.Save and upload the page.
NOTE: If you add links this way, they will not appear in the
FrontPage editor and will only appear after you
preview/publish.
Option #2 (this option is not available for FrontPage
Express users):
1.Open the FrontPage editor and the page you want to
edit.
2.Click the HTML tab at the bottom of the page. This lets
you modify the HTML source code directly; however, FrontPage
will check the HTML you enter and may encode it.
3.In order to avoid the encoding problem, add the code using
the format below:
<!-- webbot bot="HTMLMarkup" startspan ---->
Add your link HTML here
<!-- webbot bot="HTMLMarkup" endspan ---->
4.Edit the link with your Username and URL of the banner's
location on your server.
5.Save your web page.
If you are using FrontPage Express, you can modify the HTML
directly:
1.Open the page you want to edit with FrontPage Express.
2.Choose HTML from the View menu. This lets you modify the
HTML directly; however, FrontPage will check the HTML you
enter and may encode it.
3.In order to stop FrontPage Express from encoding the
generated code, add it using the format displayed below:
<!-- webbot bot="HTMLMarkup" startspan ---->
Add your link HTML here
<!-- webbot bot="HTMLMarkup" endspan ---->
4.Edit the link with your Username and URL of the banner's
location on your server.
5.Save and upload the page.
NOTE: If you paste links this way, they will appear in
FrontPage editor.
Microsoft Word 97/2000
If you are pasting links from HeySportsFans into Word
97/2000, follow these steps to successfully place the
link:
NOTE: In Word, Web Page Authoring is not installed when you
select the Typical installation option during Setup.
1.Open the page you want to edit with Word.
2.Choose HTML Source from the View menu. A new window opens
containing the page's HTML source code.
3.Paste the link from HeySportsFans into the HTML.
4.Edit the link with your Username and URL of the banner's
location on your server.
5.Click the Exit HTML Source button. A dialog box appears
asking you if you want to save the changes you made.
6.Select Yes. Word will then preview the link.
7.Save and upload the page.
|