My html page is divided in to three columns using CSS and float. In the left hand column I want to put a selection of links ... how can I direct these links to open in the middle (main) float?
code is from https://www.w3schools.com/css/tryit.asp?filename=trycss_template2_float with the difference that I've separated the style sheet from the html using
<link rel="stylesheet" type="text/css" href="test.css">
to tie the two files together.
As to what I've tried ... nothing. The w3s link doesn't appear to have anything appropriate I could put in to the YYYY part of the link.