- Posts: 1
- Thank you received: 0
Background
-
semigud
Inactive member - Topic Author
- New Member
Less
More
15 years 1 week ago #425
by semigud
Background was created by semigud
Hi, and thanks for a great template. Can recomend it.
Question: I want to use one of my own pictures as background. I tried to give this picture the same name as one of those in the template, and then replacing the image using ftp, but I don't want the picture dragged out like the ones in the template.
What do i do in order to get my picture as a background in normal side-by-side mode?
Best regards
Semigud from Norway.
Question: I want to use one of my own pictures as background. I tried to give this picture the same name as one of those in the template, and then replacing the image using ftp, but I don't want the picture dragged out like the ones in the template.
What do i do in order to get my picture as a background in normal side-by-side mode?
Best regards
Semigud from Norway.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
15 years 1 week ago - 15 years 1 week ago #428
by milos
Replied by milos on topic Re:Background
Hi Semigud,
1. Open template's index.php file and delete lines 119-121.
2. Change line 118 to:
3. You can change ffffff with your color, and your_pic.jpg with picture of your preference. Also, you can use repeat-x, repeat-y or repeat, instead of no-repeat.
Let me know if you need anything else.
1. Open template's index.php file and delete lines 119-121.
2. Change line 118 to:
Code:
<body style="background:#ffffff url(<?php echo $this->baseurl ?>/templates/images/your_pic.jpg) no-repeat">
Let me know if you need anything else.
Last edit: 15 years 1 week ago by milos.
Please Log in to join the conversation.
-
aaroninbna
Inactive member - Member
Less
More
- Posts: 149
- Thank you received: 2
13 years 11 months ago #5244
by aaroninbna
Replied by aaroninbna on topic Re:Background
Does this also remove the drop down menu background images as well ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #5256
by ivan.milic
Replied by ivan.milic on topic Re:Background
no
Please Log in to join the conversation.
-
aaroninbna
Inactive member - Member
Less
More
- Posts: 149
- Thank you received: 2
13 years 11 months ago #5272
by aaroninbna
Replied by aaroninbna on topic Re:Background
Do you mind telling us what script is altered to change the sub-menu (drop down menu) background ?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
13 years 11 months ago #5283
by milos
Replied by milos on topic Re:Background
Find these lines in template_css.css and change them if you need to:
Code:
background-image: url(/../images/submenu_bg.png);
Please Log in to join the conversation.
Time to create page: 0.158 seconds