Interesting:
Looks fine, in fact its exact minus the stuff I put at the top.
This one however:
Looks all messed up, this is not surprising as there is a LOT of extra code making that stuff look the way it does. Word maybe doesn't like a lot of it. I haven't tried to fix it yet but its possible I could do a search and replace on the stuff it doesn't need and put table information in instead.
In theory that should be easy, but in practice I need to look at my html editor, I haven't needed to do anything like this in a long time.
---Edit:
Ok it looks like its a form of unordered list
that I don't know much about.
So, what I need to to do is strip out all of their stuff, and replace it with something simple like normal html table stuff, its easier to read, easier to edit and compatible with every operating system and web browser currently available, the trick is figuring out what is the stuff to replace and what is the stuff to keep and getting all of the special characters they use to show up correctly. This is where some gallant young geek in shining armor steps in and offers me a gin and tonic and says "get right on that lady, and be snappy about it." or something like that.
---Edit two:
This is the code before each of the things that needs to be removed:
Code:
<ul style="margin: 0px; padding: 0px; border: 0px; outline:
0px; font-size: 13px; list-style: none; color: rgb(0, 0,
51); font-family: Arial, Helvetica, sans-serif;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: normal;
orphans: auto; text-align: left; text-indent: 0px;
text-transform: none; white-space: normal; widows: auto;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(255, 255, 255);">
<li style="margin: 0px 0px 2px 30px; padding: 0px; border:
0px; outline: 0px; font-size: 16px; list-style: none;
height: 22px; background: rgb(240, 248, 255);"><span
style="margin: 0px 5px 0px 0px; padding: 0px 0px 0px
5px; border: 0px; outline: 0px; font-size: 16px;
float: left; width: 160px; height: 22px; background:
rgb(220, 220, 220);"><span style="margin: 0px;
padding: 0px; border: 0px; outline: 0px; font-size:
16px; text-decoration: underline; color: rgb(153,
102, 51);">
Isolating that took a few moments, now I gotta figure out what replaces it and then have a look at the stuff after and figure out what that needs. ALL of that code is not needed and is screwing up Word, its also repeated for EVERY SINGLE ITEM in that list!
This is a perfect example of bloatware being used to create bigger bloatware.
The good news is that I can do this (I think).
The better news is that it will reduce the size of the file DRAMATICALLY if I succeed and it will make it 100% compatible, even Word should like it.
The even better than that news is I might even be able to make a comma delimited list that can be poured into a spreadsheet or database if someone gets ambitious and wants such a thing.
This is going to take me a bit of time however, I need to look at what I am replacing, what I am replacing it with and actually make it happen.
Cosmic Spore, thank you for the help with this, but if you get bored with it or anything let me know ok?
Cheers and thanks again!
Mealea
ps: You know people actually USE all those?!?! I know about five or six of them and make use of none!