I have a page that I want to show 5 or 6 glimpses at other pages within the site.
For each of the subject pages, I have a field that has html in it...
I am curious about suggestions as the preview will be about 1/3 of the actual page size.... I don't want to have just the upper left of the page showing in the preview.
I thought about grabbing the first x characters and displaying that.... But, I end up with messed up html that throws the rest of the page off.
Can anybody tell me how they'd handle it? Can I render the html preview similar to an iframe? How can I do that in MVC.
Or, can I just strip the text from the HTML in a presentable way? I'd be ok with JUST the visible text of the html....