Announcement

Collapse
No announcement yet.

Insert banner link in sidebar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Insert banner link in sidebar

    Would appreciate some input on the following issues:

    1. How'd I insert a banner (gif or swf) in the right and left sidebars? These banners should be clickable and form a popup window that links to other URLs

    2. What should I do to edit the page overall layout such that the site is in fixed, rather than dynamic resolution and that the "active area" is centralised in the screen. for example: http://www.skysports.com/ where the "active area" is centralised with flanking borders.

    #2
    This is very basic HTML that can be googled.

    Step 1. Read an online HTML manual. There are plenty. Google it.

    Step 2. Look for the <!-- body content left column --> tag in design view and insert the img html there.

    Step 3. Look for the <!-- body content right column --> tag in design view and insert the img html there.

    Step 4. Search this forum for "center website", this has been tackled before.
    "Opportunities multiply as they are seized." - Sun Tzu

    Comment


      #3
      Had a terrible week and took it out on you. Sorry mate.

      In order to center your website you're going to need to edit the actinic style sheet.

      Open your home page in design view. Right click anywhere in the code window and click on "lookup in actinic stylesheet".

      Scroll to the top of your stylesheet (if you are not already there). The first entry is "html, body {". There should be a margin tag within the entry. Something like, "margin: 0px;"

      If there is no margin entry, you will need to enter one. Either way your margin entry should resemble the following: "margin: 0px auto"
      "Opportunities multiply as they are seized." - Sun Tzu

      Comment


        #4
        Thanks. Manage to do it using dreamweaver.

        Comment

        Working...
        X