Thank you
--------------- Added [DATE]1427790682[/DATE] at [TIME]1427790682[/TIME] ---------------
I added it into the additional.css but it doesn't show. Am I missing something? Do I need to point to additional.css in some way?
Thank you VERY much for helping me on this
--------------- Added [DATE]1427822444[/DATE] at [TIME]1427822444[/TIME] ---------------
This is what I have so far. Is anything missing or incorrect
Code:
the call in global_header:
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
then in ad location templates it's blank:
ad_locations_header1
ad_locations_header2
additional.css:
#ad_global_header1 {
float:right;
top: 100px;
}
#ad_global_header2 {
float:right;
top: 170px;
}
Then in the source after the page is called it shows only this:
<div class="ad_global_header">
</div>