I am using a HTML Code page, and I have set a table to have border="0" (I also tried style="border:0px;") and yet it still has a 1px border.
How can i get rid of this border?
I am using a HTML Code page, and I have set a table to have border="0" (I also tried style="border:0px;") and yet it still has a 1px border.
How can i get rid of this border?
no ideas? Apparently the local style is being overridden, but I am not sure from where
You can see an example of the border here - http://www.lonestarcamaro.com/portal...id=classichevy
EDIT:
Looks like it might be coming from this blockquote & div
Which vBa is wrapping around the HTML codeCode:<blockquote class="postcontent blockrow restore"> <div class="bbcode_container" style="margin: 0;">
Last edited by Dragonsys; 04-18-2012 at 10:32 AM.
It's more likely from the "bbcode_container" class... Try wrapping a div tag like this one around your code and see if that helps.
Code:<div class="restore"> </div>
Frequently Asked Questions
CMPS Users Manual
For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
No difference
http://www.lonestarcamaro.com/portal...id=classichevy
I found it. My staylevar for restore was set to have a 1px border. Changed it to 0
Thanks Brian
Last edited by Dragonsys; 05-14-2012 at 11:18 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)