1

Topic: How delete this border?

I want place advertisement to right side of header blue stripe.

I find  file main.tpl, here its top with my additions (see comment "My addition").
Problem that added table has border at top, left and middle.
How delete this border?
border="0" not work!


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" <!-- forum_local -->>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- forum_head -->
</head>
<body>

<div id="brd-wrap" class="brd">
<div <!-- forum_page -->>

<div id="brd-head" class="gen-content">

<!-- My addition -->
<table border="0"><tr><td>
<!-- END -->

    <!-- forum_skip -->
    <!-- forum_title -->
    <!-- forum_desc -->
   
<!-- My addition -->
</td><td>
    Here I want to see advertisement
</td></tr></table>
<!-- END -->
   
</div>



PS. Please do not use difficult to understand words

Re: How delete this border?

http://punbb.informer.com/forums/topic/ … -solution/

try and do it via main.tpl    PLUS   using yourstyle.css   (as explained in the link above)

3

Re: How delete this border?

Thanks! I go try.