How to create 800x600 pages in WP

by faraox
10 replies
  • WEB DESIGN
  • |
Hi there,

does anybody here known
how i can create pages in wordpress in the following size 800x600

Thanks in advance.
#create #pages
  • Profile picture of the author gcampton
    Originally Posted by faraox View Post

    Hi there,

    does anybody here known
    how i can create pages in wordpress in the following size 800x600

    Thanks in advance.
    Depends on the theme. Is it responsive? Fluid? Static?
    Signature

    ()_()
    (o.O) <<<----- This bunny is more ethical and mostly made of pixels.
    (")("")

    {{ DiscussionBoard.errors[7227168].message }}
    • Profile picture of the author faraox
      Originally Posted by gcampton View Post

      Depends on the theme. Is it responsive? Fluid? Static?
      i think it's static, i use OptimizePress theme
      {{ DiscussionBoard.errors[7235504].message }}
  • Profile picture of the author gcampton
    Code:
    <html><head>
    </head>
    <body style="width:800px; max-height:600px; ">
    
    </body>
    </html>
    W3Schools Online Web Tutorials for better understanding.
    Signature

    ()_()
    (o.O) <<<----- This bunny is more ethical and mostly made of pixels.
    (")("")

    {{ DiscussionBoard.errors[7227183].message }}
  • Profile picture of the author Baadier Sydow
    Out of interest, why would you want to make 800x600 specifically?
    {{ DiscussionBoard.errors[7227190].message }}
    • Profile picture of the author faraox
      Originally Posted by Baadier Sydow View Post

      Out of interest, why would you want to make 800x600 specifically?
      because i want to create landing pages for PPV
      {{ DiscussionBoard.errors[7235519].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by faraox View Post

        because i want to create landing pages for PPV
        That still doesn't make sense, sorry.

        The success (or failing) of a landing page - be it an optin page or a sales page or anything else in between - doesn't depend on the "size" (or resolution). You are approaching this mistakenly.

        On the other hand, using WP for a simple landing page is an overkill.

        In other words, something doesn't add up in what you are trying to achieve. Actually, you still didn't answer the "WHY" question; i.e. why do you think you need a 800x600 page for landing page?
        Signature

        {{ DiscussionBoard.errors[7239883].message }}
  • Profile picture of the author abhishekcis
    Originally Posted by faraox View Post

    Hi there,

    does anybody here known
    how i can create pages in wordpress in the following size 800x600

    Thanks in advance.
    why you actually need 800x600 pages..its too low for any webpage. it is recommended to use default setting by which your pages will be more compatible to any computer.
    {{ DiscussionBoard.errors[7227192].message }}
  • Profile picture of the author gcampton
    What everyone is trying to get at here is, OptimizPress probably has sufficient width:
    If you're trying to optimize landing pages for tablets then you want around 720px (i think?)
    If you're trying to optimize for PC then you want around 1000
    if optimizing for mobile then 220 or so... depends on the phone.
    210 for small up to 380 for larger.

    800 width is a little random.if it's simply to fit into your theme, but change the sizes then the absolute easiest wat to accomplish this is by using HTML.

    Just create simple HTML pages that achieve the exact size you want, then use the "redirect" plugin to point to those pages on your blog or the snazzy new WP3 Menu's will still allow you to point to it and create a menu item without having to do 301 redirects.
    Signature

    ()_()
    (o.O) <<<----- This bunny is more ethical and mostly made of pixels.
    (")("")

    {{ DiscussionBoard.errors[7248089].message }}
  • Profile picture of the author fermanaziz
    you can create different templates in Wordpress and while posting you can utilize those templates, which will be available on right side in a drop down menu
    {{ DiscussionBoard.errors[7249088].message }}
  • Profile picture of the author tjaysen70
    If you know php then you can use the editor and change stylesheet pages.
    Signature

    Tired of the grind? Wait. PM me to see a better way.

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

Trending Topics