Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 09-05-2007, 12:06 AM   #1 (permalink)
Junior Member
 
Join Date: 01-12-07
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

zoran is liked by many
the white border problem

i have a problem with a border around a table thats not really there on script or o think its not there but its seen when previewing the site from DWeaver
heres the code:
-----------------------------------------------------------------------------

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style5 { font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; } .style6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } --> </style> </head> <body topmargin="0"> <table width="800" height="914" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th width="15" rowspan="4" align="left" background="Images/side4.gif" scope="col"></div></th> <th width="770" height="197" valign="middle" bgcolor="#FFFFFF" scope="col"><table width="770" height="196" border="0" cellpadding="0" cellspacing="0"> <tr> <th width="278" height="135" bgcolor="#993300" scope="col">&nbsp;</th> <th width="492" height="194" rowspan="2" bgcolor="#99CC33" scope="col">&nbsp;</th> </tr> <tr> <th width="278" height="60" bgcolor="#00CCFF" scope="col">&nbsp;</th> </tr> </table></th> <th width="15" rowspan="4" align="left" background="Images/side4a.gif" scope="col"></div></th> </tr> <tr> <th width="770" height="31" bgcolor="#666666" scope="col">&nbsp;</th> </tr> <tr> <td width="770" height="289"><table width="720" height="53" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th height="23" colspan="3" scope="col"><div align="left" class="style5"> <br/> Xsfdgrth </div></th> </tr> <tr> <th width="350" height="18" scope="col"><div align="left"> <p class="style6"> <br/> Armed with a BBC tape recorder, I set out to speak to as many of my heroes as possible. I was mainly interested in such pioneers of Earth art, Minimalism, and Conceptualism as LeWitt, Donald Judd, Robert Smithson, Dennis Oppenheim, Robert Barry, and Joseph Kosuth. LeWitt was the first person I interviewed, and his kindness encouraged me to contact the others, all of whom agreed to meet me. Three weeks later I came home with spools of invaluable material, only to find the series canceled. It was through pitching the interview with Barry to Studio International-then the only contemporary-art magazine in Britain-that my career as a critic began. Answering my questions with great care and patience, LeWitt was modest and unassuming; he seemed unaware of the high regard in which he was held in London and elsewhere. <br/> <br/> I knew his work from a group exhibition at Lisson Gallery, one of the few progressive spaces in London at the time, and from the mural dominating the kitchen of the flat above, where the gallery owner Nicholas Logsdail lived. LeWitt&iacute;s words, unpublished until now, offer a snapshot of his ideas and ambitions at a time when he was part of a generation that was full of optimism.<br/> </div></th> <th scope="col">&nbsp;</th> <th width="350" scope="col">&nbsp;</th> </tr> </table></td> </tr> <tr> <td>&nbsp;</td> </tr> </table> </body> </html>
-----------------------------------------------------------------------------

and here is the pic with the arrows showing the white border

http://xs319.xs.to/xs319/07362/Picture-3.gif

Last edited by chicgeek : 09-05-2007 at 07:43 AM.
zoran is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2007, 03:14 AM   #2 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,009
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
add this into your stylesheet:

Quote:
TABLE, TH, TR, TD {
border-style: none;
}
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2007, 09:37 AM   #3 (permalink)
Junior Member
 
Join Date: 01-12-07
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

zoran is liked by many
i have no idea why but problem is fixed without entering any extra code.... damn
how did this happen?
zoran is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2007, 09:59 AM   #4 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,009
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
I don't know...browsers act weird sometimes...
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to add white bottom border to each block in this css menu. basslion Coding Forum 6 12-27-2007 06:55 PM
Photoshop - white halo around my GIF - drop shadow problem Bansaw Graphic Design Forum 16 04-04-2007 03:24 PM
How do you make a border? TeKBuzz Graphic Design Forum 9 03-15-2005 08:46 PM
Border Around This Text With Css mortgage-pro-seo Coding Forum 3 10-20-2004 11:59 AM
CSS border question? ATLien Coding Forum 12 11-22-2003 07:34 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 07:52 AM.
© Copyright 2008 V7 Inc