btw im trying to think of a way stop this from happening to a profile im making but im out of ideas. haha. idk the only thing i can think of is to put a size restrictions on it but it keeps moving it to the left. any ideas?
Does anyone regularly check the myspace? Just set all comments to be approved before they post. Then you can delete all the ones with HTML embedded. Im sure there would be a ton of comments to sort through, but at least its better than destroying the page for however long the comment stays there.
Also, you can set width restrictions for images, if you allow html comments.
(for example: td.text table img {width:300px; max-width:300px; width:auto;) Or something to that matter.
conor said: Does anyone regularly check the myspace? Just set all comments to be approved before they post. Then you can delete all the ones with HTML embedded. Im sure there would be a ton of comments to sort through, but at least its better than destroying the page for however long the comment stays there.
Also, you can set width restrictions for images, if you allow html comments.
(for example: td.text table img {width:300px; max-width:300px; width:auto;) Or something to that matter.
yeah bands usually dont allow html on their myspace for this very reason.
conor said: Does anyone regularly check the myspace? Just set all comments to be approved before they post. Then you can delete all the ones with HTML embedded. Im sure there would be a ton of comments to sort through, but at least its better than destroying the page for however long the comment stays there.
Also, you can set width restrictions for images, if you allow html comments.
(for example: td.text table img {width:300px; max-width:300px; width:auto;) Or something to that matter.
yeah bands usually dont allow html on their myspace for this very reason.
Which is why the line cant break, because it just becomes a long long of ridiculous code, thus widening the container. I think its easier to just allow html and force the image to resize so the container wont widen.
You can also put the entire comments table in an iframe, which also eliminates the problem.
5 Comments
ChadDoesDesign said 6 months ago
btw im trying to think of a way stop this from happening to a profile im making but im out of ideas. haha. idk the only thing i can think of is to put a size restrictions on it but it keeps moving it to the left. any ideas?
itcamefromthesky! said 6 months ago
ugh. no good.
conor said 6 months ago
Does anyone regularly check the myspace? Just set all comments to be approved before they post. Then you can delete all the ones with HTML embedded. Im sure there would be a ton of comments to sort through, but at least its better than destroying the page for however long the comment stays there.
Also, you can set width restrictions for images, if you allow html comments.
(for example: td.text table img {width:300px; max-width:300px; width:auto;) Or something to that matter.
Jon Kruse said 6 months ago
yeah bands usually dont allow html on their myspace for this very reason.
conor said 6 months ago
Which is why the line cant break, because it just becomes a long long of ridiculous code, thus widening the container. I think its easier to just allow html and force the image to resize so the container wont widen.
You can also put the entire comments table in an iframe, which also eliminates the problem.