ViewsWatchers |
1. Go here http://www.itl.nist.gov/fipspubs/co-codes/states.htm 2. Pick a state, for example, Alabama 3. Go there. 4. Do a copy all (Command Apple) on a macIntosh 5. Open Word, and paste using "Paste Special" with the "unformatted option" (otherwise you'll get embedded HTML stuff which at this point gets in the way). 6. At this point you'll have a page in word that looks something like this
Messy, huh? Have no fear, this can be quickly transformed into something useful. (Those numbers, by the way, are actually useful, but we don't really have to worry about that at this point.) 7. Still in Word, do the following:
8. Copy All and open up Excell. 9. Paste your material into an Excell Spreadsheet (magic time). All of the numbers should now be lined up in their own columns, and all the county names in their own columns. Be careful---look at the county "St. Clair". The full name is separated into two parts by a white space. This placs "St" in one column, and Clair in another. You'll have to merge those two elements into a single column. (hint: its easier to just retype the name, especially if there are only a few of these. There's a way to do this relatively easily without retyping per se, but I'll leave that to you to figure out. Its an Excell skill that most folks won't use.) 10. Delete the numbers columns. (Hint, Highlight the column, and click delete.) 11. You should now have a three column list of Alabama counties, without numbers. 12. You can either paste this into a WeRelate page, and insert the needed HTML to create a table, or you can add the HTML before hand in the Excell sheet. Here's how to do it before hand: :A. Insert <table border=1> as the only elemet in the top row. (Insert a blank row to make room for it if need be) :B. There will probably be some noticeable blank rows (part of the source's original formating design). Delete them :C. Insert a blank column infront of each column of names :D. Insert <tr><td> in the first cell of the first blank column, and paste it to the bottom of the list :E. Insert <td> in the first cell of the remaining blank columns, and paste it to the bottom of the list :F. Insert </table> at the bottom. You should now have an HTML table completely formated for display on relate. It should look like this:
|