Is there a way to make huge URL-addresses, such as http://www.google.de/search?q=65daysofstatic&hl=de&safe=off&prmd=ivnsl&source=lnms&tbm=isch&ei=P9NkToCRMorHsgaunaClCg&sa=X&oi=mode_link&ct=mode&cd=2&ved=0CBkQ_AUoAQ&biw=1697&bih=882
break when rendering on a website? I would rather shorten it, but where I work, they asked me to show the entire URL, but I only have 320 pixels to show it, and it overflows.
Overflow: hidden, is also not an option, and adding style to the td that contains the URL is simply ignored.
source share