Announcement

Collapse
No announcement yet.

layout problem

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

    layout problem

    Help! I have uploaded our new site to a test url. The page links to the intended new site url so the links will not work at the moment.

    However you can see the error from this page - the right hand menu has been shoved down below the main content area. This looks okay in dreamweaver but in actinic preview I can also see this problem.

    Am I missing something obvious here? I have 3 problems!
    1. Layout problem
    http://www.denservus.co.uk/acatalog/Aloclair_Gel.html

    2.Flash player
    Also the flash does not appear to work in IE but does in Firefox.
    'Content on this page requires a newer version of Adobe Flash Player.'

    3. Coding errorsI am also getting two coding errors which appear in all the pages in the code:

    Syntax error in object's condition
    block if/block

    Variable 'JavaScriptFunctions' is not defined
    variable name="JavaScriptFunctions" />

    Thanks for any help!

    #2
    Your tables are not correct. You haven't got a containing table - you have tables underneath each each in the code with widths that are in some cases too wide as well.

    Create a table to contain all the other tables first with the required widths then move the existing tables into that checking the widths as you go.

    Comment


      #3
      Originally posted by Suze View Post
      2.Flash player
      Also the flash does not appear to work in IE but does in Firefox.
      'Content on this page requires a newer version of Adobe Flash Player.'
      Try removing the version parameter lines from the code.

      Comment


        #4
        Version parameters from the code?

        The outer container is 910 pixels which appears in the code in dreamweaver and actinic just not when you view source online for some reason. ?

        Comment

        Working...
        X