I changed the css code of the <div> that holds the reCaptcha to the following:
Code:
#contentcolumn{
position: relative;
top: 0px;
left: 180px;
width: 470px;
height: 100%;
background-color: #ead9b0;
background-position: top right;
background-repeat: no-repeat;
background-image: url(pale_sunburst2.gif);
}
This seems to work! And W3schools' css validator approves of the code. Easier done than said.
Thanks,
m w
|