css problem.

liunx

Guest
sc.gameover.com (<!-- m --><a class="postlink" href="http://sc.gameover.com">http://sc.gameover.com</a><!-- m -->) <br />
I'm just trying to learn css better and I ran into a problem. I want the border to look how it is now, but notice there is a small gap between the border and the banner. How could I get rid of that? Since the width of the table is the same as the width of the picture, I can't figure it out.<!--content--><style type="text/css"><br />
table.border {border-style: solid;border-width: 1px 1px 1px 1px}<br />
</style><br />
<br />
Change those values to 0px<br />
<br />
<br />
Gandalf<br />
:D<!--content-->that wont work...*brain is fried*<!--content-->Found it! *yay*<br />
<br />
Add the bolded section to your table tag and it will fix your spacing issue.<br />
<br />
<table class=border width=500 cellpadding="0" cellspacing="0"><br />
<br />
Please quote all of your values. <br />
<br />
Gandalf<br />
:D<!--content-->Those attributed completely slipped my mind! Thank you for reminding me.<!--content-->
 
Back
Top