• 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!

Viewing 1 replies (of 1 total)
  • 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>

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a plugin that allows diffrent page positions?’ is closed to new replies.