Inline Spaces (Implementation by paragraphs)
Inline spaces allow you to set from the space the location within a note/article where the associated ads must be placed.
The location will be marked by paragraphs:
The use of this type of implementation applies to formats like: Inline Video - Inline AdStudio |
To get started, create an 'Inline' type space.
Click on Inventory>Add:
Upon selecting INLINE as 'Type of space' the field Number of paragraph will show. Here a select drop-down list with 10 numbers will display:
Select the corresponding number of the ads location within the article. The number you select represents the paragraph under which the space will be executed.
Example: If you selected #2, the space's ads will be shown between paragraphs #2 and #3:
In case no paragraphs are detected within the page you are implementing the space, it will be executed where it was implemented.
Once the space has been created, you can proceed with its implementation:
This functionality is supported by Ajax V4 codes (Space or Multiple Section) |
How do I implement the tag?
The tag (both the Section and the Space one) must be plugged into a .div with the <p> that delimit the paragraphs.
IMPORTANT! For the <div> an 'id' must be defined. If a 'class' is used, it will not work. |
The space code must be before the <p>.
For example:
<div id='content'> <SPACE CODE> <p>Paragraph 1</p> <p>Paragraph 2</p> <p>Paragraph 3</p> </div> |
*A.html example is attached in this article.