Topic: Please, how can I make my changes appears ?
Hi all,
I don't know if it's the good forum but I try here...
I have change my header.php to show two column but it's always looks like I didn't change nothing
the original part of code line 209 to 216
<div id="announce" class="block">
<h2><span><?php echo $lang_common['Announcement'] ?></span></h2>
<div class="box">
<div class="inbox">
<div><?php echo $pun_config['o_announcement_message'] ?></div>
</div>
</div>
</div>
the modifyed
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td>
<div id="announce" class="block">
<h2><?php echo $lang_common['Announcement'] ?></h2>
</div>
</td>
<td>
<div class="box">
<div class="inbox">
<div><?php echo $pun_config['o_announcement_message'] ?></div>
</div>
</div>
</td>
</tr>
</table>
Can you help me please ? Thank you