I have some problem with this stupid code <code>..if i use this in xhtml i can wrap ONLY this css code like this CODE
body{
margin:0;
color:#232323;
padding-top: 0px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-attachment: scroll;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #f2f1df;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
margin:0; padding:0;
}
but if i want to wrap php code or div code i cant.Also i look over internet for 4 hours and cant found fix.YES i also use element <pre></pre> but this dont work for <div> or <?php...
Im so freaking pist right now i almost beat up my neighbor and i dont know what to do next expect throw my pc through the window. ...
