How do you set a width. Like I want something to be 80 characters wide, how do you set that in HTML? Or can you? It's an online word processor thing and it doesn't have a width function but lets you edit in HTLM
Thanks
HTMLy question (I think)
-
- Posts: 159
- Joined: Mon Sep 05, 2005 1:45 pm
- Contact:
this won't limit to 80 characters, but here's an example to get you started.
<div style="width: 50%">CONTENT GOES HERE</div>
or use an external style sheet.
lots of examples to be found at w3schools.
<div style="width: 50%">CONTENT GOES HERE</div>
or use an external style sheet.
lots of examples to be found at w3schools.
If carpenters made buildings the way programmers make programs, the first woodpecker to come along would destroy all of civilization. Anonymous
Users browsing this forum: No registered users and 2 guests