Ok, so I have google ads inside a 160x600 container. New ads are shown randomly on refresh. When an ad pops up with a long URL that doesn't contain any dashes or any characters for it to break at, it overflows out of the container div. Right now I have overflow:hidden so anything after 160 pixels in hidden. The problem is that if there's a long URL some of it gets hidden (which is fine) but the text above the ad also gets hidden instead of breaking because it flows out horizontally as far as the url goes.
How do I make the text conform and wrap at 160 pixels even though I can't make the URL below it wrap?
Thanks!