Quote:
Originally Posted by Jdoughs
Quick fix for us with the iframe up now and want to dump the border, add to css this
Code:
iframe {
border: 0px solid #ffffff;
}
then just add this into the include
iframe src= to iframe class="border" src=
I'm posting this more for my own memory then anyone elses..haha
One thing else, if we chose a dark background the text doesn't show, most likely need to be able to select text color, so we can use dark backgrounds as well.
|
Yea, you're right, adding frameborder="0" in the code will remove the border. We're adding a line about it in the iFrame tool layout
