joecooper Posted February 26, 2006 Share Posted February 26, 2006 [a href=\"http://www.essexracers.com/jh1/cars.php\" target=\"_blank\"]http://www.essexracers.com/jh1/cars.php[/a]heres the link i have problems with.as you see, when i dont put spaces in with the textbox, it makes the box go wider, how can i make that stay still and force it to a new line? Quote Link to comment https://forums.phpfreaks.com/topic/3637-mysql-with-textbox/ Share on other sites More sharing options...
earl_dc10 Posted February 26, 2006 Share Posted February 26, 2006 [!--quoteo(post=349633:date=Feb 26 2006, 03:01 PM:name=joecooper)--][div class=\'quotetop\']QUOTE(joecooper @ Feb 26 2006, 03:01 PM) [snapback]349633[/snapback][/div][div class=\'quotemain\'][!--quotec--][a href=\"http://www.essexracers.com/jh1/cars.php\" target=\"_blank\"]http://www.essexracers.com/jh1/cars.php[/a]heres the link i have problems with.as you see, when i dont put spaces in with the textbox, it makes the box go wider, how can i make that stay still and force it to a new line?[/quote]try the CSS max-widthex.[code]<style type="text/css">td.width { max-width: 40%; }</style>[/code]not sure how well it works in IE, but looks good in the other browsers Quote Link to comment https://forums.phpfreaks.com/topic/3637-mysql-with-textbox/#findComment-12622 Share on other sites More sharing options...
joecooper Posted February 26, 2006 Author Share Posted February 26, 2006 Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/3637-mysql-with-textbox/#findComment-12646 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.