Unwanted border with Masterpage.

  • Thread starter Thread starter IdleBrain
  • Start date Start date
I

IdleBrain

I have created a master file with a table that has the border set to 0
using:

<table id="tblMaster" border="0" cellpadding="0px" cellspacing="0px"
style="height: 15%; width:100%" frame="void" rules="none">

I see that even if i set the border to 0, I still get a border around
the table.

How can I avoid the border from appearing on the masterpage and
subsequently on all the webpages that use this masterpage.

Any suggestions are welcome.

Thanks in Advance.
 
I have created a master file with a table that has the border set to 0
using:

<table id="tblMaster" border="0" cellpadding="0px" cellspacing="0px"
style="height: 15%; width:100%" frame="void" rules="none">

I see that even if i set the border to 0, I still get a border around
the table.

How can I avoid the border from appearing on the masterpage and
subsequently on all the webpages that use this masterpage.

Any suggestions are welcome.

Have you tried border="0px"
 
OK, then - are you using a stylesheet which defines table borders...?

Not really...I am not using an stylesheets to define table borders..

Thanks for your help.
 
IdleBrain said:
Not really...I am not using an stylesheets to define table borders..

Hmm - starting to run out of ideas now...

When your page has been rendered to your browser and you can see the border,
do a View Source and see if that reveals anything...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top