Overflowing comments, There's probably a simple fix, so please try and help. =) |
Overflowing comments, There's probably a simple fix, so please try and help. =) |
Apr 21 2007, 06:28 PM
Post
#1
|
|
![]() hxc nerd ![]() ![]() Group: Member Posts: 11 Joined: Apr 2007 Member No: 518,788 |
Okay, so someone posted one of those really long comments with no spaces, so now my whole layout is shifted because the comment goes on to the right forever. Can anyone give me a code to fix the comment box so that comments don't go past the desired width?? Please help, I've been trying to figure this out for a couple hours. XP
[I'm pretty experienced with coding, so I'll probably be able to understand what you're saying. =) ] |
|
|
|
![]() |
Apr 21 2007, 06:33 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You just have to delete it. You can try this but I don't guarantee it will work:
CODE <style type="text/css"> table td td {width:0px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} </style> Just change table table table {width:220px !important; height:0px;} to the width you want. |
|
|
|
upstagedlovex Overflowing comments Apr 21 2007, 06:28 PM
upstagedlovex Thank you. I'm just kind of messing around wit... Apr 21 2007, 06:42 PM
toyo loco http://www.createblog.com/forums/index.php?showtop... Apr 21 2007, 07:28 PM
upstagedlovex Okay, thanks again! You two are very helpful... Apr 21 2007, 08:57 PM![]() ![]() |