
Kod CSS:
Kod
body{<BR> background-color: #9ACBEA;<BR> font: normal 100% Verdana, Tahoma, Helvetica, sans-serif;<BR> margin: 0 auto;<BR>}</P> <P>#top{<BR> background: url(../../grafika/podstawa/top.jpg);<BR> margin:0 auto;<BR> height:156px;<BR> width: 801px;<BR>}<BR>#menu{<BR> background: url(../../grafika/podstawa/menu.jpg);<BR> margin: 0 auto;<BR> height:40px;<BR> width: 801px;<BR>}<BR>#left_menu_top{<BR> background: url(../../grafika/podstawa/left_menu_top.jpg);<BR> height: 8px;<BR> width: 174px;</P> <P>}<BR>#left_menu_bg{<BR> background: url(../../grafika/podstawa/left_menu_bg.jpg);<BR> width: 174px;</P> <P>}<BR>#left_menu_bottom{<BR> background: url(../../grafika/podstawa/left_menu_bottom.jpg);<BR> width: 174px;<BR> height: 8px;</P> <P>}<BR>#right_menu_top{<BR> background: url(../../grafika/podstawa/left_menu_top.jpg);<BR> height: 8px;<BR> width: 174px;</P> <P>}<BR>#right_menu_bg{<BR> background: url(../../grafika/podstawa/left_menu_bg.jpg);<BR> width: 174px;<BR>}<BR>#right_menu_bottom{<BR> background: url(../../grafika/podstawa/left_menu_bottom.jpg);<BR> height: 8px;<BR> width: 174px;</P> <P>}<BR>#center_top{<BR> background: url(../../grafika/podstawa/center_top.jpg);<BR> height: 10px;<BR> width: 440px;<BR>}<BR>#center_bg{<BR> background: url(../../grafika/podstawa/center_bg.jpg);<BR> width: 440px;<BR>}<BR>#center_bottom{<BR> background: url(../../grafika/podstawa/center_bottom.jpg);<BR> height: 10px;<BR> width: 440px;<BR>}</P> <P>#line{<BR> background: url(../../grafika/podstawa/line.jpg);<BR> height:8px;<BR> width: 428px;<BR>}<BR>#test{<BR> margin: 0 auto;<BR> background: Fuchsia;<BR>}<BR>#bottom{<BR> background: url(../../grafika/podstawa/bottom.jpg);<BR> height:72px;<BR> width: 801px;<BR> clear:both<BR>}<BR>#text-center{<BR> text-align: left;</P> <P>}<BR>#center{<BR> padding-left:245px;<BR>}
Kod HTML
Kod
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</A>"><BR><html xmlns="<A href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</A>" lang="en" xml:lang="en"><BR><head><BR> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /><BR> <meta http-equiv="Content-Language" content="pl" /><BR> <meta name="Author" content="Leszek240" /><BR> <meta http-equiv="Reply-To" content="<A href="mailto:leszek240@hotmail.com">leszek240@hotmail.com</A>" /><BR> <link rel="stylesheet" href="style/podstawowy/domyslny.css" type="text/css" /><BR> <title>Ze świata simów - Centrum Simy 2.0</title><BR></head><BR><body><BR><div id='top'><BR></div><BR><div id='menu'><BR></div><BR><DIV id="center" style="float:left; "><BR> <DIV id="left_menu_top"><BR> </DIV><BR> <DIV id="left_menu_bg"><BR> </DIV><BR> <DIV id="left_menu_bottom"><BR> </DIV><BR> </DIV><BR><!--Tu zaczyna się środkowy element strony--><BR> <DIV style="float:left; "><BR> <DIV id="center_top"><BR> </DIV><BR> <DIV id="center_bg"><BR> <DIV id="text-align"></DIV><BR> </DIV><BR> <DIV id="center_bottom"><BR> </DIV><BR> </DIV><BR><!--Tu zaczyna się prawy element strony--><BR> <DIV style="float:left; "><BR> <DIV id="right_menu_top"><BR> </DIV><BR> <DIV id="right_menu_bg"><BR> </DIV><BR> <DIV id="right_menu_bottom"><BR> </DIV><BR> </DIV><BR><CENTER><DIV id="bottom"></DIV></CENTER><BR></body><BR></html>