Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.