I have a forum and a homepage.
On the homepage, I'd like to display one specific post / thread of the forum, to act as an easily editable / updatable / format-able bulletin board.
Essentially, that post is contained by a specific div with a specific ID.
My questions are:
Does it depend on the forum service?
Can this be done without jquery or iframe?
If php is required, what code do I need to use?
And most imporantly: How do I go about this in the best way?
One requirement is that the text aligns according to the final container it's displayed in (no horizontal scrolling).
I have hardly come across any material on the subject, there doesn't seem to be all that much.
Thanks for your help!