View Single Post
Old 10-28-2008, 11:30 AM  
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
the css answer is the only real solution . the others are not the way to go...

Surround your text into a division

<div class="textbox" >text goes here</div >

that goes where ever your text box goes...

then in your <head > put this...

<style type="text/css" >
.textbox {width:000px;height:000px;overflow:auto; }
</style >


fill in the proper height and width and take out the spaces at the end of the tags.

That should do the trick
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote