| home html |
| Author | Text |
gencaver Junior Member

Posts: 69 Contributes: 1
Gender:  Online: No |
Date: 11/05/2008 12:46 home html | #post7060 | Versiyon .3.70
www.kalkimbeldesi.com
I cant edit home html.. When ı first installed the portal ı edited home html in simple red template.then ı uploaded it into my server. the images and background that ı added worked very well.
now ı changed my host and dowloaded 3.70 from mehmt com again and installed. but this time my home html didnt work.. ı used the same way. for example it doesnt show my banner now...
what is wrong paula thanks in advance |
|
 |
| |
paulo89 Moderator Developer

Posts: 983 Contributes: 178
Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese and Portuguese ^^ and little English |
Date: 11/05/2008 12:57 Re: home html | #post7061 | Hi
Give chmod 777 (folder compiled)
templates/your_template/compiled |
|
 |
| |
gencaver Junior Member

Posts: 69 Contributes: 1
Gender:  Online: No |
Date: 11/05/2008 12:59 Re: home html | #post7062 | I have already done it paulo..there must be something else wrong... |
|
 |
| |
paulo89 Moderator Developer

Posts: 983 Contributes: 178
Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese and Portuguese ^^ and little English |
Date: 11/05/2008 13:04 Re: home html | #post7063 | u talk about header? |
|
 |
| |
gencaver Junior Member

Posts: 69 Contributes: 1
Gender:  Online: No |
Date: 11/05/2008 13:05 Re: home html | #post7064 | Paulo ıf you dont mind let me change the question..Think that ı added background to html page by using dreamweaver..But where will ı upload the image that ı used as a background image...or how will ı show the way in codes...
ı think this more detailed...millions of thanks..ı hope you can help me |
|
 |
| |
paulo89 Moderator Developer

Posts: 983 Contributes: 178
Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese and Portuguese ^^ and little English |
Date: 11/05/2008 13:19 Re: home html | #post7065 | Example:
1 - Add u image background in folder templates/your_template/images/
2 - open your style.css
3- find
| code |
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 10px 0 0 0;
color: #000;
}
|
4 - add background-image: url(images/name_your_image.jpg);
| code |
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 10px 0 0 0;
color: #000;
background-image: url(images/name_your_image.jpg);
}
|
And u can add more background-repeat: repeat-y; or background-repeat: repeat-x; |
|
 |
| |
gencaver Junior Member

Posts: 69 Contributes: 1
Gender:  Online: No |
Date: 11/05/2008 13:40 Re: home html | #post7066 | but puaulo..so sorry for saying image, its a flash file..again will ı use the same code???
so sorry |
|
 |
| |
paulo89 Moderator Developer

Posts: 983 Contributes: 178
Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese and Portuguese ^^ and little English |
|
 |
| |
gencaver Junior Member

Posts: 69 Contributes: 1
Gender:  Online: No |
Date: 11/05/2008 13:48 Re: home html | #post7068 | paula this my own website..now ı am making a website for my school..but feel difficulty..ı couldnt do the same things as ı did in the first one..
its adres is.
www.kelkitanadolu.k12.tr |
|
 |
| |
paulo89 Moderator Developer

Posts: 983 Contributes: 178
Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese and Portuguese ^^ and little English |
Date: 11/05/2008 14:19 Re: home html | #post7069 | Show me your code please |
|
 |
| |