i want my div not to horizontal expand how i do this ?
i got :
Code:#write { width:540px }

i want my div not to horizontal expand how i do this ?
i got :
Code:#write { width:540px }
Last edited by [Oli]; 05-11-2006 at 07:35 PM.
It shouldn't expand with that code![]()
Lets see where the code is, and the other CSS your using
Try
#write {
max-width: 540px;
}
Last edited by JoeComins; 05-11-2006 at 08:15 PM.
Can I see what you've done. There may be small mistakes
Want to hide these adverts? Register an account for free!