1 to 4 of 4
Hi -
I have a strange problem with an off center border around an image for a banner (see top wide banner below), but not around a smaller banner image (lower left). The top is generated by:
Template Output Code, Zone 2: if(function_exists('oiopub_banner_output')) oiopub_banner_output('', 2);

The lower left is done the same way (Zone 1) in a text widget in the sidebar. Why does the top instance generate a strange dotted border (both Firefox and Safari on a Mac), and how do I get rid of it?
See the problem live at: SWFloridaBusinessToday.com
Thanks for your help -
- Scott
It looks like the problem could be caused by this styling in your main css file:
#header a {
font-family: Times New Roman, Helvetica, Sans-Serif;
color: #333333;
padding: 0px 10px 0px 10px;
margin: 0px;
}
Specifically, the padding line. You can either remove that line, or edit the plugin css file in images/output1.css - you'll see where the border is set in there.
Hi -
Thanks for the prompt reply and support. FYI - tried both solutions... the padding didn't remove the problem, while taking out the border did.
We have a couple of clients using the program and they like it. Keep up the good work.
- Scott
Glad it worked out. There is probably another styling issue with the main css file, which caused the mis-alignment, but removing the border is the next best option.
1 to 4 of 4