Hello,
How can I add text into the advertising banner?
Font?
Text Size?
Text color?
Background color?
Adjust the size of the banner?
see my page ucitshedgefunds.eu
Would be nice to have an example.
Thank you!
Hello,
How can I add text into the advertising banner?
Font?
Text Size?
Text color?
Background color?
Adjust the size of the banner?
see my page ucitshedgefunds.eu
Would be nice to have an example.
Thank you!
Hey,
you can use any html code in the banner area (html tags, inline css, etc.). If you'd like to use stylesheets instead you can use the ".paim_framed" class + your html element. The standard
To change the size of the banner area add following code to css/custom.css and adjust the width/height value(s):
.paim_framed {
height: 58px;
width: 466px;
}
You can also change the standard css with following code:
.paim_framed {
background: #FFFFFF;
border: 1px solid #E1E1E1;
font-size: 10px;
line-height: 58px;
color: #888888;
}Thank you for your reply. But I have really no coding experience :-(
I have copied the standard code in the template, see below:
So if you could show me how to make this with html would be very helpfull.
Text
Font
Size
Color
Banner Size
Sorry, for that.
Thank you.
Hey,
you can only use css (it's the same code if you use stylesheets or inline css code within the html code).
You must log in to post.