My website focuses on online magazines. I'm looking for a way to selectively display specific parts of articles that are in regular HTML format with a global CSS stylesheet applied. There are no images, only text. How can I extract certain segments of text and showcase them on another page without manual intervention? The articles and the target page are hosted on the same server. I attempted using iframes, but the height is limited and overflow is hidden, resulting in some text being cut off. Any alternative suggestions?