Forums

Is there a plugin that allows diffrent page positions? (2 posts)

  1. zoekeen2
    Member
    Posted 9 months ago #

    I can't find a plugin that allows me to place things in different areas of a page. Need a banner image at top and a email form on left with an address or right as an example.

    Is there any way to do this? Or the best way?

    Any thoughts are truly appreciated!

  2. Emphacy
    Member
    Posted 9 months ago #

    The best way is to manually edit your code and use div containers with your code inside. Placing say, your banner image inside a div tag in the main body of your page will work.

    It requires some constant fiddling though to get the position and style right etc.
    Here's an example of placing say a google ad banner anywhere on your page.

    <div style="bannerad">CODE HERE</div>

    <style>

    .bannerad {

    STYLESHEET CODE HERE

    }
    </style>

Reply

You must log in to post.

About this Topic