OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Border around DIV when DIV is inside a cell
This page's ID:
24904
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
How can I get rid of the "border" when I use a DIV inside a cell table, like in the example below? [code]<HTML> <HEAD> <TITLE>DIV in a Cell "Border" Problem</TITLE> </HEAD> <BODY> <table style="background-color:#f0f; border-collapse:collapse; margin:0; padding:0;"> <tr> <td> <div style="width:200px; height:100px; background-color:#ff0; margin:0; padding:0;"> How can I get rid of this 1 pixel magenta border around the DIV and see only the yellow color, I mean, how to make the DIV take all the cell space? </div> </td> </tr> </table> </BODY> </HTML>[/code] TIA.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »