I am trying to make a simple two column webpage. On the left side is a series of url links. On the right side is where I want the content to be displayed. I don't know if it necessarily matters, but the links on the left open to different pages of a PDF document on the right.
<a href="myfile.pdf#page=4">
----------------------------------------
| PDF URL 1 | |
| PDF URL 2 | |
| PDF URL 3 | |
| PDF URL 4 | |
| | PDF DOC VIEW |
| | |
| | |
| | |
| | |
----------------------------------------
Back in my original days of HTML this was no problem using framesets. But that was a few years ago. Are framesets still a viable solution to this? Or is there a better, more currently accepted way using DIVs?