Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
08/10/2008 17:20:23
|
euroship
Newbie
Joined: 03/10/2008 21:17:14
Messages: 2
Offline
|
Hey all.
I've been trying everything to adjust my guestbook width to my phpnuke site.
i've changed everything inside the templates/body.php file and the table still stays the same width.
take a look and you'll see what i'm talking about:
http://vasilnet.net/modules.php?name=guestbook
any suggestions would be greatly appreciated!
-mat
here's body.php
<form method="post" action="$GB_PG[index]">
<table border="0" cellspacing="0" cellpadding="2" align="center" width="100">
<tr>
<td width="40%"><img src="$GB_PG[base_url]/img/gbook.gif" width="100" height="15"></td>
<td width="30%" align="right" class="font2"><img src="$GB_PG[base_url]/img/signing.gif" width="70" height="30" border="0"> <br>
<img src="$GB_PG[base_url]/img/sign.gif" width="9" height="12"> <a href="$GB_PG[addentry]"><b>$LANG[BookMess3]</b></a>
<b>| <img src="$GB_PG[base_url]/img/lock.gif" width="9" height="11"> <a href="$GB_PG[admin]">$LANG[BookMess5]</a></b>
</td>
</tr>
<tr>
<td width="30%" class="font2">$TPL[GB_TIME]<br>$LANG[BookMess6]</td>
<td width="20%" valign="bottom" align="right">
<!--Start JumpMenu ....$VARS[width] -->
$TPL[GB_JUMPMENU]
<!--End JumpMenu -->
</td>
</tr>
</table>
<!--Start Top Navigation -->
<table width="70" border="0" cellspacing="0" cellpadding="2" align="center">
<tr valign="bottom">
<td class="font2"><img src="$GB_PG[base_url]/img/point3.gif" width="9" height="9">$LANG[NavTotal]
<b><font color="#DD0000">$TPL[GB_TOTAL]</font></b> $LANG[NavRecords] <b><font color="#DD0000">$VARS[entries_per_page]</font></b></td>
<td align="right" class="font2"> $TPL[GB_NAVIGATION]
</td>
</tr>
</table>
<!--End Top Navigation -->
<table border="0" cellspacing="1" cellpadding="5" align="center" width="70" bgcolor="$VARS[tb_bg_color]">
<tr bgcolor="$VARS[tb_hdr_color]">
<td width="20%"><font size="2" face="$VARS[font_face]" color="$VARS[tb_text]"><b>$LANG[FormName]</b></font></td>
<td width="40%"><font size="2" face="$VARS[font_face]" color="$VARS[tb_text]"><b>$LANG[BookMess7]</b></font></td>
</tr>
<!--Start Guestbook Entries -->
$TPL[GB_ENTRIES]
<!--End Guestbook Entries -->
</table>
<!--Start Bottom Navigation -->
<table width="100" border="0" cellspacing="0" cellpadding="2" align="center">
<tr valign="top">
<td class="font2"><img src="$GB_PG[base_url]/img/point2.gif" width="9" height="9">$TPL[GB_HTML_CODE] </td>
<td align="right" class="font2"> $TPL[GB_NAVIGATION]</td>
</tr>
</table>
</form>
<!--End Bottom Navigation -->
|
|
08/10/2008 17:30:05
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Did you try logging in to the admin, going to style and changing the width setting that is in here?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|
|
|
|
Based on the open source JForum
|