Pomoc w tworzeniu strony internetowej

1
Witam wszystkich informatyków. Na informatykę mam zrobić stronę internetową. Mam pewien problem, a mianowicie nie mogę jakoś wyśrodkować tego czegoś (zaznaczone kolorem czerwonym). Chciałbym, żeby to było na środku, lecz nie wiem jak to zrobić.
[spoiler]
Obrazek
?1[/spoiler]

Tutaj kod:
Core
[spoiler]body,html {
margin: 0;
padding: 0;
width:100%;
height:100%;
text-align:center;
background: #170a02; }
body,html,table {
font-size:15px;
font-family:Georgia,serif;
line-height:130%;
color:#000; }

h1,h2,h3,h4,h5,h6 {
padding: 0;
margin: 20px 0 5px 0;
color:#1c3784; }

h1,h2 {
clear:both;
font-size:30px; }
h3 {
font-size:24px; }
h4 {
font-size:20px; }
h5 {
font-size:18px; }
h6 {
font-size:16px; }

p {
margin: 0;
padding:0 0 10px 0;
vertical-align: top; }

a {
color:#1c3784;
text-decoration: underline; }
a span {
cursor:pointer; }
a:hover {
text-decoration: none; }

table {
border:0;
margin:0;
padding:0;
border-collapse:collapse; }
th {
font-weight:bold;
text-align:center; }
td {
padding:0; }

ul,ol {
display:inline-block;
margin:0;
padding: 10px 10px 10px 30px; }
ul {
list-style: disc; }

dt {
padding-top:5px; }
dd {
margin-bottom:5px; }

div {
display:block;
margin: 0;
padding: 0;
text-align:left; }

form {
float:none;
margin:0;
padding: 0; }
select,input,textarea {
background:#fff;
font-size:11px;
font-family:Tahoma,sans-serif;
color:#333; }

.img {
float:left;
margin:10px 10px 10px 0; }
.img:hover {}

img {
margin:0;
padding:0;
border:0; }

.float_left {
float:left; }
.float_right {
float:right; }

.clear {
clear:both; }
.clear_left {
clear:left; }
.clear_right {
clear:right; }

.left {
text-align:left; }
.right {
text-align:right; }
.center {
text-align:center; }
.transparent {
background:transparent !important; }
.hide {
display:none; }[/spoiler]
I kod szablonu Wooden Wonders:
[spoiler].external {
margin:0 auto;
width:1680px;
background:0 0 no-repeat url('../images/external_bkg.png');
min-height: 1111px;
}

.header,
.main {
position:relative;
float:left;
clear:both;
width:960px; }

.header {
height:133px;

}
.header .logo,
.header .logo a {
display:block;
margin:0;
padding:0;
outline:0;
border:0;
color: white;
text-decoration: none;
}
.header .logo {
font-family:Georgia,serif;
font-size: 60px;
position:absolute;
top:50px;
left: 25px;
text-shadow:black 2px 2px;
font-weight:normal;
font-stretch: wider;
}
.header .logo a {

width:960px;
height:100px; }
.header .logo span {
display:none; }
div.home_spacer
{
width: 50px;
height: 18px;
bottom:20px;
right:0px;
position:absolute;

}
div.home
{
background-image: url('../images/home.png');
width: 18px;
height: 18px;
float: left;

}
div.letter
{
background-image: url('../images/koperta.png');
width: 25px;
height: 16px;
float: right;

}
.subtitle
{
color: #cc4e0c;
font-size: 25px;
margin-left: 276px;
font-weight:lighter;
text-shadow:black 0px 0px;
}
.decoration1
{
height: 7px;
width: 960px;
background-color: #ff5800 ;
position:relative;
float:left;
clear:both;
}

#kontakt
{
position: absolute;
bottom: 70px;
color: #fff;
font-size: 25px;
font-style: italic;
left: 40px;
width: 200px;

}
.field
{
width: 200px;
height: 40px;
background-color: #a59d95;
color: white;
border: 0px;
float: right;
font-size: 16px;
}
.field2
{
font-size: 16px;
color: white;
width: 198px;
height: 150px;
background-color: #a59d95;
border: 0px;
float: right;
}
.email
{
margin-top: 10px;
float: right;
}

.temat
{
margin-top: 10px;
float: right;
}
.tresc
{
margin-top: 10px;
float: right;
}
textarea.field2
{
resize: none;
float: right;
}
div.wyslij
{
width: 100px;
height: 40px;
background-color: #008ead;
border: 0px;
margin-top: 10px;
float: right;

}
#wyslij
{
width: 100px;
height: 40px;
background-color: #ff5800;
display: block;
text-align: center;
color: white;
font-size: 20px;
border: 0px;
}
.menu_poziome
{
background-color: #4e240e;
width: 720px;
height: 50px;
color: white;
font-size: 20px;
font-family: Georgia,serif;

}

.obrazek
{
background-image: url('../images/logo_bkg.png');
width: 720px;
height: 281px;
}

.decoration2
{
height: 7px;
width: 720px;
background-color: #ff5800 ;
position:relative;
float:left;
clear:both;

}
.content
{
min-height: 402px;
width: 720px;
float: left;
background-color: white;
color: black;
font-size: 20px;
vertical-align: middle;
}
.tekst
{
margin: 20px;
color: black;

}
.content h1
{
color: black;
font-style: italic;
padding-bottom: 20px;
}
.footer
{
width: 720px;
height: 70px;
background-color: #5e544c;
float: left;
color: #fff;

}
.footer p
{
margin-top: 6px;
margin-left: 16px;
vertical-align: middle;
height: 65px;
}

.menu_poziome .menu {
position:absolute;
top:0;
margin-left: 40px;
margin:0;
padding-top:0;
height:40px;
list-style:none; }
.menu_poziome .menu li {

display:block;
float:left;
clear:none;
margin-left:25px;
padding:0 0 0 0;
height:40px;
line-height:40px;}
.menu_poziome .menu li a {
color:#fff;
text-transform:lowercase;
text-decoration:none;
}
.menu_poziome .menu li a:hover {
text-decoration:none;
color: #cc4e0c;
}

.main .content_spacer{
float:left;
clear:none;
width:714px;
}

.main .sidebar {
float:left;
clear:none;
width:240px;
min-height:580px;
background: 0 0 no-repeat url('../images/menu_bkg.png');
}

.sidebar_spacer{
float:left;
width:240px;
}


.sidebar .menu {
margin-top:10px;
}
.sidebar .menu li{
float:left;
clear:both;
width:180px;
margin:0;
padding:0;
list-style:none;
border-bottom: dotted 2px white;
}
.sidebar .menu .submenu li{
width:185px;
}
.sidebar .menu li a {
display:block;
padding:4px 0;
font-size:18px;
font-family:Georgia,serif;
text-decoration:none;
color:#fff;
background-position:bottom;
padding-bottom:10px;
}
.sidebar .menu li a:hover {
color: #cc4e0c;
}[/spoiler]

Bardzo proszę o pomoc.
Ostatnio zmieniony 07 paź 2014, 18:43 przez Wildemind, łącznie zmieniany 2 razy.

Link:
BBcode:
HTML:
Hide post links
Show post links

Re: Pomoc w tworzeniu strony internetowej

4
Wildemind pisze:Na serwie jeszcze nie mam bo za dobry serw troche trzeba zapłacić. Odpalę w innej przeglądarce i jak zadziała to napiszę.

EDIT:

Patrzyłem w Firefoxie i Exploderze i nie działa

-- 7 paź 2014, o 19:50 --

No cóż...piątki może nie będzie, ale mi się podoba:
Obrazek
Spakuj pliki wszystkie i mi podeslij na pw.
YouTube: youtube.com/thehunterpolska

Link:
BBcode:
HTML:
Hide post links
Show post links
ODPOWIEDZ

Wróć do „Ogólny”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 0 gości