puertoblack2003
06-27-2007, 12:07 AM
ok need some help i can't figure it out.on forumhome I'm trying to round the edges at the bottom its not showing correctly but the top part is ok . and also in forumdisplay its showing ok too..
i used this script that someone posted here...
++++++++++++++++++++++++++++++++++
+ Rounded Corners +
+ +
+ Coded by: Dan +
+ http://www.InfuseSoft.com +
++++++++++++++++++++++++++++++++++
Open your header template:
---------------------------------------------------
Find: <!-- /logo -->
Add After:
<table width="100%" cellpadding="0" cellspacing="0" valign="bottom" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/bg/page_top_left.gif"></td>
<td background="images/bg/page_top.gif" width="100%"></td>
<td style="$stylevar[right]"><img src="images/bg/page_top_right.gif"></td>
</tr>
</table>
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Open your footer template:
---------------------------------------------------
Find:
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
Add After:
<table width="100%" cellpadding="0" cellspacing="0" valign="top" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/bg/page_bottom_left.gif"></td>
<td width="100%" background="images/bg/page_bottom.gif"></td>
<td style="$stylevar[right]"><img src="images/bg/page_bottom_right.gif"></td>
</tr>
</table>
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Now create the rounded corner images and upload them to images/bg/
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Enjoy!
-dan
can some help me resolved this please...thanks.....oh attach is the picture so you can see my issue ..
i used this script that someone posted here...
++++++++++++++++++++++++++++++++++
+ Rounded Corners +
+ +
+ Coded by: Dan +
+ http://www.InfuseSoft.com +
++++++++++++++++++++++++++++++++++
Open your header template:
---------------------------------------------------
Find: <!-- /logo -->
Add After:
<table width="100%" cellpadding="0" cellspacing="0" valign="bottom" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/bg/page_top_left.gif"></td>
<td background="images/bg/page_top.gif" width="100%"></td>
<td style="$stylevar[right]"><img src="images/bg/page_top_right.gif"></td>
</tr>
</table>
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Open your footer template:
---------------------------------------------------
Find:
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
Add After:
<table width="100%" cellpadding="0" cellspacing="0" valign="top" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/bg/page_bottom_left.gif"></td>
<td width="100%" background="images/bg/page_bottom.gif"></td>
<td style="$stylevar[right]"><img src="images/bg/page_bottom_right.gif"></td>
</tr>
</table>
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Now create the rounded corner images and upload them to images/bg/
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Enjoy!
-dan
can some help me resolved this please...thanks.....oh attach is the picture so you can see my issue ..