![]() |
for editing Sample On-Line Show Flyers PLEASE Print and Read instructions on this page BEFORE
starting. |
Download one of the Sample files available below. Sample1.rft Sample2.rft Sample3.rft To Download, right click (your mouse button) on one
of the files above. . . . Click Save
|
Download a File.
Editing the File: Open the Sample you just downloaded, in your
TEXT Editor.
Save and Send: Table Codes: |
| How Many? | Category | Unit Price | Amount |
| _______ | First entry - catalog included (Cat, Kitten, Alter, HHP) | $48 | ______ |
| _______ | Second entry (Cat, Kitten, Alter, HHP) | $41 | ______ |
| _______ | 3rd and Additional entries | $36 | ______ |
| _______ | Donation to Rosette Fund THANK YOU | ______ | |
| _______ | TOTAL ENCLOSED | ________ | |
In your text editor, the mixture of text and HTML tags for the table above will look like this . .
What you see in your Text Editor <TABLE Border="1" bordercolor="#e4e4e4" WIDTH="630"> <TR > <TD Width="50" >How Many?</TD > <TD Width="430" >Category</TD > <TD Width= "75" >Unit Price</TD > <TD Width="75" >Amount</TD > </TR > <TR > <TD height="35" >_______</TD > <TD >First entry - catalog included (Cat, Kitten, Alter, HHP)</TD > <TD >$48</TD > <TD >______</TD > </TR > <TR > <TD height="35" >_______</TD > <TD >Second entry (Cat, Kitten, Alter, HHP)</TD > <TD >$41</TD > <TD >______</TD > </TR > <TR > <TD height="35" >_______</TD > <TD >3rd and Additional entries</TD ><TD > $36 </TD > <TD >______</TD > </TR > <TR > <TD height="35" >_______</TD > <TD COLSPAN="2" > Donation to Rosette Fund THANK YOU</TD > <TD >______</TD > </TR > <TR > <TD height="35" >_______</TD > <TD COLSPAN="2">TOTAL ENCLOSED</TD > <TD >________</TD > </TR > </TABLE > |
Explanation of what you seeThe <TABLE . . begins with the first line . . .
Border="1" tells browsers to make the border line 1 pixel
wide . . .
<TR > starts a Row.Bordercolor="#e4e4e4" designates the border color . . Width="630" makes the table 630 pixels wide . . . . note:, the common PC monitor is set to display 800 pixels wide
<TD > starts a Cell. If there are 4 columns in the
table, there will be 4 cells in each row.
</TR > ends a Row.
In this example, the width of each cell needs to be fixed. So, in the first Row, next to each of the TD's is the cell width="??" in pixels. The sum of the Cell width pixels should equal the total of the table width, 630. </TD > ends a Cell. All subsequent rows MUST have the same number of cells and width.
(there are some exceptions ) In the second Row, you can see we added a cell height to the first cell , , <TD height="35" >. This was done just to space the rows and avoid making text look crowded. This height specification only needs to be done in one cell of each row. All others in that row MUST be of the same height. Spaces . . everything is spaced out,
and one might think it won't look right in the Browser. BUT, browsers
only recognizes one space between characters. All others are
ignored.
Combining Cells:
These extra spaces and blank lines are used to keep this source code neat and organized.
In the last 2 rows of this example, the middle 2 cells have been
combined and made into one larger cell. This is done by adding the
notation
</TABLE > Ends the table.<TD colspan="2" > When doing this, please note that you must delete the adjoining cell. When combining cells, always count the number of code bracket pairs <TD > < /TD > to be sure they total 4 , , remembering the one now having the <TD colspan="2"> < /TD > counts as 2 cells.
|
DELETING A LINE IN THE TABLE:
To delete a line, in your text editor, highlight the text:
<TR >
<TD height="35" >_______</TD >
<TD COLSPAN="2" > Donation to Rosette Fund
THANK YOU</TD > <TD >______</TD > </TR >
Then hit the "Delete"
key.
| <TR > <TD height="35" >_______</TD > <TD >3rd and Additional entries</TD ><TD > $36 </TD > <TD >______</TD > </TR > </TR > |
Find the Rows between which you
want to insert another line.
.
<TR > Now, you can edit the new line to your liking.
Then Move your cursor down between </TR > <TR >
</TR >
You may have to use the Enter key
to place extra line spaces between
the </TR > <TR > and the cursor.
From the Menu, click on Paste, (shortcut being Ctrl key - V)
What is a Text Editor ??
A Text Editor is similiar to a Word Processor, , but does NOT automatically add "invisible" formatting codes to the file, as does Microsoft Word, Word Perfect, etc and others.
For editing HTML code, it is FAR BETTER to use a TEXT Editor, like WordPad . The WordPad program is provided with every Windows operating system.
To Find WordPad , click on "Start", then "Accessories". You should find WordPad here.Microsoft Word - Word Perfect, etc: The best advise is just DON'T use these word processing programs. They may seem to produce the results needed, BUT what you don't see is the voluminous invisible formating code attached to each file created by these word processors. This size and placement of this extra code makes editing your Show Flyer VERY difficult.
HTML conversions:
Many of you are aware that Microsoft Word (Word Perfect, etc. ) has the ability to take a common document file, such as your Show Flyer, and convert it directly to a HTML document, , ,in one simple "save as . ." operation. PLEASE DON'T USE THIS METHOD to create your on-line show flyer.
Our ACFA on-line Show Flyers must have a standard format, and use a minimum of bytes.
This minimizes the amount of time needed to check them and place them on-line.
Using a Word conversion to HTML increases the file size about 20 times, and make it near impossible to make corrections.The best choice of text editor is Word Pad, located under "Accessories".
Remember when saving this file, the "File Type" window must be kept as *.rtf.
Check Your Club Flyer in a Browser:
Once you start deleting and adding a bunch of words in this file, you're probably wondering "What does this look like now in my Web Browser, , , , have I screwed it up?"Well, as you probably guessed, you cannot view this YourClubName.rtf file on your Internet Browser.
But, you can create a viewable file that you can see. This takes a little extra work.
Using Windows Explorer, find the YourClub04.rft file. Do a copy (Ctrl - C).
Move to a different folder, , such at TEMP. Do a paste (Ctrl - V ).
Highlight that copied file and do a F2 , rename the file extension to YourClub04.html
Now you have made this copy of your file an html document, , , and you can view it on your browser. . .
Here's how . . . .
Highlight the file, and do a right-click with the mouse button.NOTE: Do not send this html file. It is just a temporary file to check you work.
Choose . . "Open with . . . Internet Explorer"
Shazaaaaam - There it is.
Oh, there may be a graphic missing and a box where it should go. But, at least you can check the wording and positioning.
If there is something very wrong, and you need to go back and modify the YourClub04.rft file, delete this HTML file first, and repeat the cycle.It is suggested you delete the HTML file after being satisfied with it's content.
Save and Send:
When you finish your Clubs on-line flyer, just save your final version of the file placing your abbreviated name in the filename, like YourClub04.rtf,
Attach this file to an email message and send to Lisa Rowe, at lisarowe@rowetech.com alternate email address is lisarowe@heavenlymuffins.com
The Friendly Association
[ Home ] [ Welcome ] [ About ] [ Join ] [ ACFA Rules ] [ Show Schedule ] [ Breed Standard ] [ Breed Synopsis ] [ Breeders Directory ] [ Cruise 2007 ] [ Travel Club ] [ Articles ] [ Forms ] [ Show Fun ] [ Sponsors ] [ Commericial Ads ] [ Cat Awards ] [ Regional Information ] [ Feline Links Rescue ] [ IA Winners 2007 ] [ Regional Winners 2007 ] [ Precious Pets Jewelry ] [ Oxyfresh ] [ Rainbow Bridge ]
American Cat Fanciers Association © Copyright 1997-2005
P.O. Box 1949, Nixa, MO 65714-1949
Phone: (417) 725-1530 - Fax: (417) 725-1533 - Email