For SEO purposes I want to add some H1, H2 tags to the Topic Headings in IPB.
I edited the HTML Template section
Topic View >> topic_page_top
And I added the h3 tags as follows:
<!-- TABLE FIX FOR MOZILLA WRAPPING-->
<table width='100%' style='padding:0px' cellspacing='0' cellpadding='0'>
<tr>
<td width='99%' style='word-wrap:break-word;'><div><b><h3>{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}</h3></div></td>
Seems to work OK. But check that it does not muck up your skin!











