Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: HTML Background
Parašė PyccKuu· 2008 Vas. 28 22:02:16
#1
Sveiki kaip padariti kad per sonus butu butu Backgroundas o per viduri toksai langas .... na suprasite pagal sita saita :)
http://www.grsites.com/archive/t...e/id=5458/
Patrasikite koda plz ;)
Parašė Mantux94· 2008 Vas. 28 22:02:12
#2
ADOBE DREAMWEAVER + ADOBE PHOTO SHOP
Parašė Dandžu· 2008 Vas. 28 22:02:15
#3
Labai lengvai galima pasidaryti susikūrus papildomą .css failą. Pagrindą galėtai pasiimti iš kokios nors temos styles.css manau labiausiai tiktų Qrmio CS-Theme.
Parašė PyccKuu· 2008 Vas. 28 22:02:23
#4
o kaip man pritaikiti ta .css ant
html ? :s kaskaip cia nesigaudau :|
Parašė Dandžu· 2008 Vas. 28 22:02:07
#5
Dėk tokį kodą į
HTML:
<link rel='stylesheet' href='kelias iki tavo .css failiuko' type='text/css'>
Parašė PyccKuu· 2008 Vas. 28 22:02:05
#6
nk nesigavo ti BG pasikeite ?|:s
Parašė Antilamer· 2008 Vas. 28 22:02:40
#7
nu yra pora varijantu jai nori visikai su
html kurk 2x table vidurinis su nustatytu dydziu(gali tik sonus) ir visas likes kitas table su nustatytu bg piesiniu, arba su
css viska :) bet tai manau bus sudetingiau.. realiai tai galima atlikt su frontpage, dreamviewer ir kitom norm programom ir be ziniu :)
Parašė PyccKuu· 2008 Vas. 28 22:02:00
#8
tokiu programu neturiu o sius ilgai gal kas galetumete padariti greitai as paziuresiu per source kaip tai atrodis ;)
Parašė Dandžu· 2008 Vas. 28 22:02:01
#9
Čia toks mano greitas variantas su table.
http://ssound.xz.lt/pavyzdys/pav...
pavyzdys.html
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head>
<title>Pavyzdys</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='Pavyzdys'>
<link rel='stylesheet' href='styles.css' type='text/css'>
<tr>
<td valign='middle' align='center'>
<br><br><table background='images/mainbg.gif' align='center' cellpadding='0' cellspacing='0' width='500' height='400' border='0'>
<tr>
<td height='100%' style='PADDING: 120px 0px 0px 200px'>
<table cellspacing='0' cellpadding='0' width='100%' border='0'>
<tr><td valign='top' align='center' colspan='3'>Tekstas</tr></table>
</td>
</tr>
</table></td></tr>
</head>
<body bgcolor='$body_bg' text='$body_text'>
styles.css
body {
background-image: url(images/bg.gif);
background-attachment: fixed;
font-family:Verdana,Tahoma,Helvetica,Arial,Sans-Serif;
font-size:10px;
}
Parašė PyccKuu· 2008 Vas. 28 22:02:43
#10
Aciu :] lb lb
Parašė PyccKuu· 2008 Vas. 28 23:02:22
#11
sorry uz dviguba posta :)
O kodel kaskaip is desinio sono rasosi kurioj cia ieoje redaguoti ? c|
Parašė Mantux94· 2008 Vas. 28 23:02:20
#12
bandyk taip
<!DOCTYPE
HTML PUBLIC \"-//W3C//DTD
HTML 4.01 Transitional//EN\">
<html>
<head>
<title>Pavyzdys</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='Pavyzdys'>
<link rel='stylesheet' href='styles.css' type='text/css'>
<tr>
<td valign='middle' align='center'>
<br><br><table background='images/mainbg.gif' align='center' cellpadding='0' cellspacing='0' width='500' height='400' border='0'>
<table cellspacing='0' cellpadding='0' width='100%' border='0'><tr><pre>Tekstas</pre></tr></table>
</td>
</tr>
</table></td></tr>
</head>
<body bgcolor='$body_bg' text='$body_text'>
Parašė PyccKuu· 2008 Vas. 28 23:02:12
#13
nea nerodo isvis tos baltos vietos o idejus ja tas pats gaunasi c|
Parašė Dandžu· 2008 Vas. 29 15:02:24
#14
Kadangi čia yra su table tad reikia keisti čia. Paryškinau.
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head>
<title>Pavyzdys</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='Pavyzdys'>
<link rel='stylesheet' href='styles.css' type='text/css'>
<tr>
<td valign='middle' align='center'>
<br><br><table background='images/mainbg.gif' align='center' cellpadding='0' cellspacing='0' width='500' height='400' border='0'>
<tr>
<td height='100%' style='PADDING: 120px 0px 0px 200px'>
<table cellspacing='0' cellpadding='0' width='100%' border='0'>
<tr><td valign='top' align='center' colspan='3'>Tekstas</tr></table>
</td>
</tr>
</table></td></tr>
</head>
<body bgcolor='$body_bg' text='$body_text'>
Parašė Dandžu· 2008 Vas. 29 19:02:19
#15
Kaip supratau tau reikia taip.
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head>
<title>Pavyzdys</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='Pavyzdys'>
<link rel='stylesheet' href='styles.css' type='text/css'>
<tr>
<td valign='middle' align='center'>
<br><br><table background='images/mainbg.gif' align='center' cellpadding='0' cellspacing='0' width='500' height='400' border='0'>
<tr>
<td height='100%' style='PADDING: 0px 390px 310px 0px'>
<table cellspacing='0' cellpadding='0' width='100%' border='0'>
<tr><td valign='top' align='center' colspan='3'>Tekstas</tr></table>
</td>
</tr>
</table></td></tr>
</head>
<body bgcolor='$body_bg' text='$body_text'>