![]() |
|
#1
|
|||
|
|||
|
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? |
|
#2
|
|||
|
|||
|
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 Code:
<blockquote class="postcontent blockrow restore"> <div class="bbcode_container" style="margin: 0;"> Last edited by Dragonsys; 04-18-2012 at 10:32 AM. |
|
#3
|
||||
|
||||
|
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. |
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to put HTML code in my BB code editor | bouncer222 | Troubleshooting & Problems | 2 | 11-15-2009 01:01 PM |
| HTML Table Integration | Flootroops | Troubleshooting & Problems | 6 | 02-23-2008 06:57 PM |
| My Mods wont collapse after inserting Table Border | xTerMn8R | "How Do I..." Questions | 2 | 12-11-2007 10:31 AM |
| Change the color of the table border | Jester | Troubleshooting / "How do I..." Questions | 1 | 12-19-2004 11:39 AM |
| Problem with vbcode, img code and html for news on front page | Bambi | Troubleshooting / "How do I..." Questions | 4 | 11-07-2004 11:58 AM |