Frame Border?
-
Michael,
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
- The topic ‘Frame Border?’ is closed to new replies.