halfpint Posted September 30, 2009 Share Posted September 30, 2009 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> Quote Link to comment https://forums.phpfreaks.com/topic/176106-banners-not-displaying-the-full-hight/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.