frameborder="0"
attribute from ‘recaptchalib.php’ at line 125, so that it validates correctly with W3C? Frameborders should now be specified by CSS. I know Google supply this code with the frameborder code left in but they should have removed it by now. Hopefully this plugin can beat them to it and save others from having to update the code every time the plugin is updated. Thanks.
https://www.ads-software.com/plugins/wp-recaptcha/
]]>I am having trouble creating a border for the Advanced iframe. I’ve tried it from the admin panel, giving it a 5px border, but it does not show up. I’ve tried it using Frameborder=” “. Does not work.
I tried creating a style with style=”border: 5px solid red;” putting this inside the square brackets of the advanced iframe. Did not work.
I tried creating a class with class=”aborder” then using CSS as follows:
.aborder {
border: 5px solid red;
}
But this didn’t work either.
Maybe I don’t understand how to use it, but the only way I can get a border to show around my advanced iframe is to use a div:
<div style=”border: 5px solid red;”>iframe</div>
Tell me, first, am I supposed to be able to add a border to the iFrame. Maybe I misunderstood this, and this is not a feature of advanced iframe. If I truly can add a border, can you help me to do it? Thanks!
Barry
https://www.ads-software.com/plugins/advanced-iframe/
]]>The scrolling attribute on the iframe element is obsolete. Use CSS instead.
The frameborder attribute on the iframe element is obsolete. Use CSS instead.
The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.
Is this something I could fix by adding some custom css lines or is this something should be fixed within the plugin itself?
https://www.ads-software.com/plugins/really-simple-facebook-twitter-share-buttons/
]]>Johanna
]]>I need to know where I can change this line of code:
<iframe src="https://www.google.com/recaptcha/api/noscript?k=***my key resides here in the code normally***" height="300" width="500" frameborder="0"></iframe><br/>
The frameborder attribute on the iframe element is obsolete. I would like to change the frameborder=”0″ with in the iframe to something like border:none;.
Any ideas of which file to go to to change it?
]]>