- Posts: 14
- Thank you received: 0
Background
-
aimdizzle
Inactive member - New Member
Less
More
13 years 8 months ago #6470
by aimdizzle
Replied by aimdizzle on topic Re:Background
Pirossi- yup, it does... which is why I want to know what the exact text is that I'm deleting / replacing - that way I can "find" it.
Please Log in to join the conversation.
-
aaroninbna
Inactive member - Member
Less
More
- Posts: 149
- Thank you received: 2
13 years 8 months ago #6476
by aaroninbna
Replied by aaroninbna on topic Re:Background
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
13 years 8 months ago #6483
by milos
Replied by milos on topic Re:Background
You should delete this part of code
and change <body> tag as explained in above message
Code:
<!--[if !IE 6]><!-->
<?php if($bgImage!="solid") { ?><img src="<?php echo $this->baseurl ?>/templates/hot_skies/images/bg_<?php echo $bgImage; if($bgImageType!="sun") { echo "_".$colorScheme; } ?>.jpg" class="bg" alt="bg" /><?php } ?>
<!--<![endif]-->
Code:
<body style="background:#ffffff url(<?php echo $this->baseurl ?>/templates/images/your_pic.jpg) no-repeat">
Please Log in to join the conversation.
-
aimdizzle
Inactive member - New Member
Less
More
- Posts: 14
- Thank you received: 0
13 years 8 months ago #6497
by aimdizzle
Replied by aimdizzle on topic Re:Background
Thank you!
Please Log in to join the conversation.
-
aimdizzle
Inactive member - New Member
Less
More
- Posts: 14
- Thank you received: 0
13 years 8 months ago #6502
by aimdizzle
Replied by aimdizzle on topic Re:Background
Is it possible to change the background of the center frame with a picture or color? It automatically fades based on the background color and I'd like to go with a pure white or a picture.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
13 years 8 months ago #6557
by milos
Replied by milos on topic Re:Background
Yes,
Code:
<body style="background:#ffffff url(<?php echo $this->baseurl ?>/templates/images/your_pic.jpg) no-repeat top center">
Please Log in to join the conversation.
Time to create page: 0.185 seconds