For removing white space inside Ifram in html just write down style in Ifram Tag.
Like style="margin:0px; padding:0px;"
<iframe class="imagebox" src="test.html" frameborder="0" width="334" scrolling="no" height="150" color="#ff0000" style="margin:0px; padding:0px;"></iframe>
Wednesday, April 9, 2008
Saturday, April 5, 2008
Remove gray broder around Hyper link Text
It's easy to remove gray border around hyper link text. just add css in your stylesheet.
a. {
outline:none;
}
a. {
outline:none;
}
Subscribe to:
Posts (Atom)