- Posts: 26
- Thank you received: 0
Background image instead of color
-
tulio
Inactive member -
Topic Author
- Member
-
Less
More
13 years 5 months ago #13277
by tulio
Background image instead of color was created by tulio
Hi there,
How can I change the background color for an image, and which would be the size of the image?
Thanks,
Tulio
How can I change the background color for an image, and which would be the size of the image?
Thanks,
Tulio
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #13289
by ivan.milic
Replied by ivan.milic on topic Re: Background image instead of color
Please Log in to join the conversation.
-
tulio
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 26
- Thank you received: 0
13 years 5 months ago #13296
by tulio
Replied by tulio on topic Re: Background image instead of color
Hi Ivan, thanks for your reply.
Change just the main area background color for an image.
Need the code to replace and where and the size of the image for the actual size of template.
Regards,
Tulio
Change just the main area background color for an image.
Need the code to replace and where and the size of the image for the actual size of template.
Regards,
Tulio
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #13308
by ivan.milic
Replied by ivan.milic on topic Re: Background image instead of color
for width you have template parameter, that is reflected in template_css.php:
.wrap {
width:<?php echo $overallWidth; ?>px;
}
height is free.
.wrap {
width:<?php echo $overallWidth; ?>px;
}
height is free.
Please Log in to join the conversation.
Time to create page: 0.154 seconds