Jestem troszkę początkujący w tematyce WWW. Stworzyłem stronę za pomocą szablony na WWW i chciałem ją wypozycjonować, ale osoba za to odpowiedzialna powiedziała mi że strona nie może zawierać ramek. Może ktoś mi pomóc pozbyć się ramek z kodu. Z góry dzięki za pomoc. Poniżej przedstawiam kod strony i css
<body id="template" class="background12-white background"> <div class="site-frame"> <div id="wrapper" class="container-content external-border5-black"> <div class="external-side-left"> <div class="external-side-left-top"> <div class="external-side-left-bottom"> <div class="external-side-right"> <div class="external-side-right-top"> <div class="external-side-right-bottom"> <div id="watermark" class="pageContentText background6-white background border-none"> <div id="watermark-content" class="container-content"> <div id="header" class="header background7-white background border-none"> <div class="container-content"> <div id="header-content"> <div class="container-content-inner" id="header-content-inner"> <div class="widget widget-text" id="widget-3f259331-ef09-da95-6fbb-7e303014c500"> </div> <div class="widget widget-header" id="widget-4fd37d94-22ed-d47d-9ddd-c5c96b74ec97"> <div class="widget-content"> </div> </div> <div class="widget widget-navigation" id="widget-6885bcce-aef7-4c4c-580f-364b33d517c5"> <div class="widget-content"> menu </div> </div> </div> </div> </div> </div> <div id="columns"> <div id="content" class="content border-none"> <div class="container-content"> <div id="content-content"> <div class="container-content-inner" id="content-content-inner"> <div class="widget widget-text" id="widget-c9e0e61d-5d50-6dbd-f221-0c1c06b9ac37"> <div class="widget-content"> Tresc strony </div> </div> </div> </div> </div> </div> <div id="footer" class="footer border2-black"> <div class="container-content"> <div id="footer-content"> <div class="container-content-inner" id="footer-content-inner"> <div class="widget widget-text" id="widget-6b2cb07e-bb33-8888-3801-f5d9a123afe4"> Stopka </p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </body> </html>
/* Defaults */ html, body { height:100%; overflow: hidden;} html.mobile, .mobile body { height: auto; overflow: visible; } a img { border: 0; } input { margin:0;padding:0; }table, caption, tbody, tfoot, thead, tr, th, td { outline: 0; font-size: 100.01%; } table { border-collapse: collapse; border-spacing: 0; } :focus {outline: 0;} .clearfix { display: inline-block; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: block; } * html .clearfix { height: 1%; } /* Template */ .site-frame {width: 100%; height: 100%; overflow: auto; } #wrapper {margin: auto;} #header-top {background-position: top left; background-repeat: no-repeat;} #header-top div {background-position: top right; background-repeat: no-repeat;} #header-top div div {padding: 0; background-repeat: repeat-x;} #header-side {background-repeat: repeat-y;} #header-side2 {background-position: top right; background-repeat: repeat-y;} #header-bottom {background-position: bottom left; background-repeat: no-repeat;} #header-bottom div {background-position: bottom right; background-repeat: no-repeat;} #header-bottom div div {padding: 0; background-position: bottom; background-repeat: repeat-x;} #header-content {background-position: center right; background-repeat: no-repeat; position: relative;} #columns {zoom: 1} #columns:after { content: ' '; clear:both; display: block; width: 0; height: 0; overflow: hidden; font-size: 0;} #column1-top {background-position: top left; background-repeat: no-repeat;} #column1-top div {background-position: top right; background-repeat: no-repeat;} #column1-top div div {padding: 0; background-repeat: repeat-x;} #column1-side {background-repeat: repeat-y;} #column1-side2 {background-position: top right; background-repeat: repeat-y;} #column1-bottom {background-position: bottom left; background-repeat: no-repeat;} #column1-bottom div {background-position: bottom right; background-repeat: no-repeat;} #column1-bottom div div {padding: 0; background-position: bottom; background-repeat: repeat-x;} #column2-top {background-position: top left; background-repeat: no-repeat;} #column2-top div {background-position: top right; background-repeat: no-repeat;} #column2-top div div {padding: 0; background-repeat: repeat-x;} #column2-side {background-repeat: repeat-y;} #column2-side2 {background-position: top right; background-repeat: repeat-y;} #column2-bottom {background-position: bottom left; background-repeat: no-repeat;} #column2-bottom div {background-position: bottom right; background-repeat: no-repeat;} #column2-bottom div div {padding: 0; background-position: bottom; background-repeat: repeat-x;} #content-top {background-position: top left; background-repeat: no-repeat;} #content-top div {background-position: top right; background-repeat: no-repeat;} #content-top div div {padding: 0; background-repeat: repeat-x;} #content-side {background-repeat: repeat-y;} #content-side2 {background-position: top right; background-repeat: repeat-y;} #content-bottom {background-position: bottom left; background-repeat: no-repeat;} #content-bottom div {background-position: bottom right; background-repeat: no-repeat;} #content-bottom div div {padding: 0; background-position: bottom; background-repeat: repeat-x;} #footer-top {background-position: top left; background-repeat: no-repeat;} #footer-top div {background-position: top right; background-repeat: no-repeat;} #footer-top div div {padding: 0; background-repeat: repeat-x;} #footer-side {background-repeat: repeat-y;} #footer-side2 {background-position: top right; background-repeat: repeat-y;} #footer-bottom {background-position: bottom left; background-repeat: no-repeat;} #footer-bottom div {background-position: bottom right; background-repeat: no-repeat;} #footer-bottom div div {padding: 0; background-position: bottom; background-repeat: repeat-x;} #footer-content {position: relative;} #header-content, #footer-content {min-height: 24px; height: auto !important; height: 24px;} #template #header-content { z-index: 21; } #template #footer-content { z-index: 20; } #column1-content, #column2-content { position: relative; z-index: 10; } #content-content { position: relative; z-index: 5; } #columns .container-content-inner { padding: 1px 0; }