Jump to content

Banners not displaying the full hight


halfpint

Recommended Posts

Hi This is from a game script where users can display there own banners

 

The banners are dispalying the correct width but the height does not display correcty. Its like the banner is only 20 pix high when it should be displayed as 120 pix high

 

This is the code from the page that lets users add thier own banners

 

Could anybody tell me if there is something wrong with the code which is causing the banners to not display corectly

 

Thanks

 

 <tr><td class="mainTxt">	<form name="form1" method="POST" onsubmit="submitDis('submit')"><table>
<tr><td valign="top" width=100><br>
<input type="button"  value=" Bold "onClick="document.form1.info.value += ' [b]  TEKST  [/b]'">	<input type="button"  value=" Underline "onClick="document.form1.info.value += ' [u]  TEKST  [/u]'">	<input type="button"  value=" Itallic "onClick="document.form1.info.value += ' [i]  TEKST  [/i]'">
</td>  <td><textarea name="info" cols=70 rows=16>{$clan->info}</textarea></td></tr>
        <tr><td width=100>Gang Image: 	</td>	<td><input type="text"  size="70" name="avatarc" value="{$clan->avatarc}"> <br>Width: 600 pixels
- Hight: 120 pixels
<td></tr>
<tr><td></td>  <td align="left"><input type="submit" value="Update"></td></tr>
  </table></td></tr>

Link to comment
https://forums.phpfreaks.com/topic/176106-banners-not-displaying-the-full-hight/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.