i want my div not to horizontal expand how i do this ?
i got :
Code:#write {
width:540px
}
Printable View
i want my div not to horizontal expand how i do this ?
i got :
Code:#write {
width:540px
}
It shouldn't expand with that code ;)
Lets see where the code is, and the other CSS your using
Try
#write {
max-width: 540px;
}
Can I see what you've done. There may be small mistakes