I am trying to make a simple page to display my bookmarks on the left side of the page and have them open on the right.
I have the links in a <div> in an unordered list already. These are links to other websites not files on my machine.
I was wondering if it would be possible to have the links in the first <div> lets call it A, to open in a second div on the same page, lets call that one B.
would Iahve to use an iframe in the second <div> to make this work or is there some other option?