2 replies
  • WEB DESIGN
  • |
Hello,

I am currently trying to create an 800 x 600 landing page but can't figure out how to define this in Dream-weaver.

Any help would be most appreciated.

Cheers
Chris
#defining #page #size
  • Profile picture of the author RyanRobinson
    You can do this using CSS but for a quick and dirty fix you can do it like this:

    HTML Code:
    <html>
    <head>
    <title></title>
    </head>
    <body>
    <table width="800" height="600">
    
    
    
    Your landing page content here.
    
    
    
    </table>
    </body>
    </html>
    Just put your content in between the TABLE tags.
    {{ DiscussionBoard.errors[2563287].message }}
  • Profile picture of the author Chris Worner
    Thankyou very much!
    Signature

    {{ DiscussionBoard.errors[2563313].message }}

Trending Topics