Hi all, I would like to create multiple borders on my site with chunks of text on each page. I used this command: <div style="width:200px;height:100px;border:2px dotted blue;"> my border data </div> The problem with this is that it takes me time to figure out the length and width of the text through trial and error. im obviously not too experienced in html. Is there a command which will automatically adjust the border according to the datas length and width? Thanks