krofunk
New Member
- Messages
- 216
- Reaction score
- 5
- Points
- 0
I am just going to throw my problem out there and see if anyone knows a solution. I have been asked to make a message board at work (that displays in a browser) ..this is not a problem
What is a problem is that the other staff want to use a word document for editing the message boards content. They also want the content to automatically scroll when it contains more info than will fit on the display.
I have been messing with this for weeks, so far the best I could come up with was a an iframe displaying the word document with java script that detects the height of the iframe and then adds in a marquee tag if it is bigger than the display. (this is hacky and unreliable)
is there a chance that anyone knows of a better solution?
What is a problem is that the other staff want to use a word document for editing the message boards content. They also want the content to automatically scroll when it contains more info than will fit on the display.
I have been messing with this for weeks, so far the best I could come up with was a an iframe displaying the word document with java script that detects the height of the iframe and then adds in a marquee tag if it is bigger than the display. (this is hacky and unreliable)
is there a chance that anyone knows of a better solution?