Horje

How to create a pre-formatted text with a fixed width (with CSS)

Follow the Example.

index.html
Example: HTML
 <div style="width:200px;overflow:auto">
<pre>This is a pre with a fixed width. It will use as much space as specified.</pre>
</div> 

Output should be:

How to create a pre-formatted text with a fixed width (with CSS)




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin