Thanks! I go try.
1 2009-08-26 17:11
Re: How delete this border? (2 replies, posted in PunBB 1.3 additions)
2 2009-08-26 16:44
Topic: How delete this border? (2 replies, posted in PunBB 1.3 additions)
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