3
Hi, wyattwang,
Quote:
a) Can someone help me with the concept of banners? What is meant by "Current Active Banner", "Finished Banner" and "advertising client"?
b) What does the "Date Started" and "Date Ended" means in "Finished Banner"?
These refer to paying advertising clients who buy a certain amount of banner presentations.
Quote:
c) My current banner is 800pixel in length. However, most screens are now 1024pixels. Are there any ways where I can stretch (in porportion) so that my banner can cover the entire screen? or to remove the blue patch that is at the either side of the banner?
you could cange the current theme's style.css (to be found in the current theme's folder, e.g. themes/default/) like this:
search for the line
td#headerbanner {width: 100%; background-color: #2F5376; vertical-align: middle; text-align:center;}
and change the current bg color #2F5376 to #FFFFFF:
td#headerbanner {width: 100%; background-color: #FFFFFF; vertical-align: middle; text-align:center;}
nice banner, btw
HTH & kind regards
markesh