[????? ?????] ????? ????? ???? ??? ????????
مرسل: الخميس يونيو 02, 2011 10:29 am
?????? ????? ????? ???? ???????
=====================
???? ??? ?? ????? ????? ?? ???? ????? ????? ???? ??? ???????? ???????? phpBB3 ??? ????? ???? ??????? ???????? ??? ????? ??????? ??????? ?HTML? .
??????? ???? ????? ???? ?? ?patterny? ??????? ?? ??? ??????:
http://www.phpbbarabia.com/community/vi ... 42&t=39743
???? ????? ??????? :
?????? ?? ?????? ???? ???? ?? ???? ??? ??????? ????? ?? ???? ??? ??? ????? ???? ?patterny? ?? ??????
????? ????? ??? ???? images ? ??? ?????? ???? ?? ????? ??????? ???? ????? ????????-
??????? ?????? ??? ????? ????? ?????? ?? ???????? ????????? ? ???????? ???? ????? ?????? ??? ??????? ?? ???????. ??? ?? ?????? ??????? :

??? ??????? ???? header.png ???????? ???? bg.png ??????? ???? footer.png
??? ??? ????? ???? ????? ?????? ??????? ? ??????? ????? ?????? ??????? :

???? ????? ?????? ??????? ???? tbg.png ?????? ??????? ???? rowbg.png
???? ???? ??????? ?? ????? ??????? ??????? ??? ??????? ??????? ????? ?? ??? ??? ??????
????? ????? ??????? ???????? HTML:
???? ???? ???? ?? ???? ???? ??? notepad ?? ?????? notepad++ ?? ???? ?????? ????? ??? :
index.html ? style.css ???????? ?? ?????? ???? ??????? ?? ????? ????? ?patterny? ??? ??? ??????? ????? utf-8
?? ??? index.html ?? ???? ??? ????? ?????? :
????? ?????? ?????? ?? ?????? ??????? ??? ???? html ??? ???? ???????? ??? ??? ??? style.css ??????? ????? ???? ???????.
?????
???? ???? div ???? ????? ?????? wrap ? ??? ??? div ????? ?????? ?????? ??????? ?????? ??????? ?????? ??? ?? ??????? ?????? ????
????? ??? div ?????? ???? wrap ?????? ????? div ?????? ?? ???????:
???? ???? ??? ??? style.css ????? ????? ??? div ???? ???? ???????? :
???? ??????? ?? wrap: ????? ??? 980 ???? ???? ??? ??????? ??????? ???? ?? ??????? ???? ??????? bg.png ?? ??????? :
??????? ?? wrapheader ?????? ??? 980 ???? ??????? 294 ???? ???? ?? ??????? header.png :
??????? ?? wrapcenter ?????? ??? 90% ? margin ????? auto ??? ???? ????? ??????? ?? ???????? ???????:
??????? ?? wrapfooter ????? ???? 980 ???? ??????? 81 ???? ??????? ?? footer.png :
????? ????? ?????:
http://www.mediafire.com/?q5p8fyzyccjxnun
=====================
???? ??? ?? ????? ????? ?? ???? ????? ????? ???? ??? ???????? ???????? phpBB3 ??? ????? ???? ??????? ???????? ??? ????? ??????? ??????? ?HTML? .
??????? ???? ????? ???? ?? ?patterny? ??????? ?? ??? ??????:
http://www.phpbbarabia.com/community/vi ... 42&t=39743
???? ????? ??????? :
?????? ?? ?????? ???? ???? ?? ???? ??? ??????? ????? ?? ???? ??? ??? ????? ???? ?patterny? ?? ??????
????? ????? ??? ???? images ? ??? ?????? ???? ?? ????? ??????? ???? ????? ????????-
??????? ?????? ??? ????? ????? ?????? ?? ???????? ????????? ? ???????? ???? ????? ?????? ??? ??????? ?? ???????. ??? ?? ?????? ??????? :

??? ??????? ???? header.png ???????? ???? bg.png ??????? ???? footer.png
??? ??? ????? ???? ????? ?????? ??????? ? ??????? ????? ?????? ??????? :

???? ????? ?????? ??????? ???? tbg.png ?????? ??????? ???? rowbg.png
???? ???? ??????? ?? ????? ??????? ??????? ??? ??????? ??????? ????? ?? ??? ??? ??????
????? ????? ??????? ???????? HTML:
???? ???? ???? ?? ???? ???? ??? notepad ?? ?????? notepad++ ?? ???? ?????? ????? ??? :
index.html ? style.css ???????? ?? ?????? ???? ??????? ?? ????? ????? ?patterny? ??? ??? ??????? ????? utf-8
?? ??? index.html ?? ???? ??? ????? ?????? :
كود: تحديد الكل
<html dir="rtl">
<head>
<title>????? ????????</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
</body>
</html>
?????
???? ???? div ???? ????? ?????? wrap ? ??? ??? div ????? ?????? ?????? ??????? ?????? ??????? ?????? ??? ?? ??????? ?????? ????
كود: تحديد الكل
<html dir="rtl">
<head>
<title>????? ????????</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="wrap">
</div>
</body>
</html>
- wrapheader ??? ????? ??? ??????
- wrapcenter ??????? ????? ?????
- wrapfooter ??????? ????? ????? ????????
كود: تحديد الكل
<html dir="rtl">
<head>
<title>????? ????????</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="wrap">
<div id="wrapheader"></div>
<div id="wrapcenter"></div>
<div id="wrapfooter"></div>
</div>
</body>
</html>
???? ??????? ?? wrap: ????? ??? 980 ???? ???? ??? ??????? ??????? ???? ?? ??????? ???? ??????? bg.png ?? ??????? :
كود: تحديد الكل
#wrap {
margin:0 auto;
width:980px;
background:url(images/bg.png);
}
كود: تحديد الكل
#wrap {
margin:0 auto;
width:980px;
background:url(images/bg.png);
}
#wrapheader {
height:294px;
width:980px;
background:url(images/header.png);
}
كود: تحديد الكل
#wrap {
margin:0 auto;
width:980px;
background:url(images/bg.png);
}
#wrapheader {
height:294px;
width:980px;
background:url(images/header.png);
}
#wrapcenter {
width:90%;
margin:0 auto;
}
كود: تحديد الكل
#wrap {
margin:0 auto;
width:980px;
background:url(images/bg.png);
}
#wrapheader {
height:294px;
width:980px;
background:url(images/header.png);
}
#wrapcenter {
width:90%;
margin:0 auto;
}
#wrapfooter {
height:81px;
width:980px;
background:url(images/footer.png);
}
http://www.mediafire.com/?q5p8fyzyccjxnun