HTML help
HTML help
- Started
- Last post
- 4 Responses
- mattyd04
I'm trying make a fixed width for some text I am putting on my new site. Is there a way I can do with without using tables?
CSS perhaps? Tried looking up some answers but nothing worked for me.
Any help would be appreciated.
- sherman0
.class {
width: 100px;
}
- nocomply0
yeah just put that class in a p tag and you're set.
text here
- jevad0
LMFAO @ Old Man Bites Tenderly!!!!
- mattyd040
very well played fine fellows. thank you kindly.