can some give me the basic Layout of a wewb page

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default can some give me the basic Layout of a wewb page

    IM LAZY


    ......................
    ultimategamerX webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Page layout breaks when Editing page
      I've created a site for a client who wants to use Contribute to edit it. The site wasn't built with Dreamweaver (hand-coded). Pages look fine when...
    2. Edit page layout different from real page
      When I edit the following page in contribute it just shows up differently than in the browser. A bit annoying when trying to change the text. ...
    3. page layout - web page size
      When I maximise my browser window when viewing my published web pages, the page no longer fills the window, leaving an unused area to the right,...
    4. How to give to a require () fct a value from a previous page ?
      This is a very newbe question. I have published on my site a couple of articles. To do so, I created 1 html page for every article. As the layout...
    5. basic layout question
      ok heres another easy one, all i want to have the page do is load certain areas, i dont want it to reload my banner or my navigation area, just like...
  3. #2

    Default Re: can some give me the basic Layout of a wewb page

    Laziness is contagious, and not conducive to good web design.

    Durwood
    "ultimategamerX" <webforumsuser@macromedia.com> wrote in message
    news:bn8h1s$she$1@forums.macromedia.com...
    > IM LAZY
    >
    > .....................

    Durwood Edwards Guest

  4. #3

    Default Re: can some give me the basic Layout of a wewb page

    On Thu, 23 Oct 2003 12:20:12 +0000 (UTC), "ultimategamerX"
    [email]webforumsuser@macromedia.com[/email] wrote:
    >IM LAZY
    >
    >.....................
    Sure:

    navigation

    images

    text

    in any order you choose

    Win
    ----------
    Win Day, Multimedia Developer
    Words Plus
    [url]http://www.wordsplus.net[/url]
    [email]winday@wordsplus.net[/email]
    Win Day Guest

  5. #4

    Default Re: can some give me the basic Layout of a wewb page

    For sure you want to leave room for these essential elements, too -

    <marquee> tags, animated GIF images, non-crossbrowser sound files, Java
    Applets, and a liberal sprinkle of hig-bandwidth Flash movies.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Win Day" <winday@REMOVETHISwordsplus.net> wrote in message
    news:hdlfpvcdsmpfch107btq051g3c4fa0v7q2@4ax.com...
    > On Thu, 23 Oct 2003 12:20:12 +0000 (UTC), "ultimategamerX"
    > [email]webforumsuser@macromedia.com[/email] wrote:
    >
    > >IM LAZY
    > >
    > >.....................
    >
    > Sure:
    >
    > navigation
    >
    > images
    >
    > text
    >
    > in any order you choose
    >
    > Win
    > ----------
    > Win Day, Multimedia Developer
    > Words Plus
    > [url]http://www.wordsplus.net[/url]
    > [email]winday@wordsplus.net[/email]

    Murray *TMM* Guest

  6. #5

    Default Re: can some give me the basic Layout of a wewb page

    <html>
    <body>YOUR CONTENT GOES HERE </body>
    </html>

    Here ya go.

    P.S. You have 2 choices:
    1. Learn HTML, JavaScript and all other things to create the features you
    want.
    2. Hire someone for Christ sake....


    Script Error Guest

  7. #6

    Default Re: can some give me the basic Layout of a wewb page


    "Script Error" <script_error@hotmail.com> wrote in message
    news:bn8nd8$b6e$1@forums.macromedia.com...
    > 2. Hire someone for Christ sake....
    >
    >
    Does he need a web site, too?

    Be sure to provide a lot of blinking, spinning animals and road signs.
    Durwood


    Durwood Edwards Guest

  8. #7

    Default Re: can some give me the basic Layout of a wewb page

    <HTML>

    <HEAD>

    <Tititle></Title>
    <Body></Body>
    Thats all i know




    ......................
    ultimategamerX webforumsuser@macromedia.com Guest

  9. #8

    Default Re: can some give me the basic Layout of a wewb page

    <HTML>

    <HEAD>

    <Tititle></Title>
    <Body></Body>
    Thats all i know
    </HEAD>
    </HTML>


    ......................
    ultimategamerX webforumsuser@macromedia.com Guest

  10. #9

    Default Re: can some give me the basic Layout of a wewb page

    well.
    if you want to do the website yourself then learn or hire a professional.
    there is no other way around...


    Script Error Guest

  11. #10

    Default Re: can some give me the basic Layout of a wewb page

    Your code doesn't validate. Try this -

    <html>
    <head>
    <title>
    </title>
    </head>
    <body>
    </body>
    </html>

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "ultimategamerX" <webforumsuser@macromedia.com> wrote in message
    news:bn93jt$4d9$1@forums.macromedia.com...
    > <HTML>
    >
    > <HEAD>
    >
    > <Tititle></Title>
    > <Body></Body>
    > Thats all i know
    > </HEAD>
    > </HTML>
    >
    >
    > .....................

    Murray *TMM* Guest

  12. #11

    Default Re: can some give me the basic Layout of a wewb page


    > Be sure to provide a lot of blinking, spinning animals and road signs.
    What he really needs is loads of cheesy businessmen in bad suits grinning,
    shaking hands and carrying briefcases although their lives depended on it.
    Fake tans and bad haircuts are also desirable, as is a pointlessly unrelated
    but supposedly stylish and dynamic page header.


    rob :: digitalburn Guest

  13. #12

    Default Re: can some give me the basic Layout of a wewb page

    Still won't validate - you forgot the doctype :)


    --

    Dave
    -----------------------------------------------------------------
    Windows...
    The O/S with more patches than program

    Using the web forums? See what you've been missing at
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    =======================

    "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message news:bn94fa$5t1$1@forums.macromedia.com...
    > Your code doesn't validate. Try this -
    >
    > <html>
    > <head>
    > <title>
    > </title>
    > </head>
    > <body>
    > </body>
    > </html>
    >
    > --
    > Murray --- ICQ 71997575
    > Team Macromedia Volunteer for Dreamweaver MX
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    > ANSWERS
    > ==================
    > [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    > [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    > [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    > [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    > ==================
    >
    > "ultimategamerX" <webforumsuser@macromedia.com> wrote in message
    > news:bn93jt$4d9$1@forums.macromedia.com...
    > > <HTML>
    > >
    > > <HEAD>
    > >
    > > <Tititle></Title>
    > > <Body></Body>
    > > Thats all i know
    > > </HEAD>
    > > </HTML>
    > >
    > >
    > > .....................
    >
    >
    David R. Wheeler Guest

  14. #13

    Default Re: can some give me the basic Layout of a wewb page

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>
    <body>
    <p>You'll never get anywhere without a bit of work.</p>
    </body>
    </html>

    --

    Dave
    -----------------------------------------------------------------
    Windows...
    The O/S with more patches than program

    Using the web forums? See what you've been missing at
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    =======================

    "ultimategamerX" <webforumsuser@macromedia.com> wrote in message news:bn8h1s$she$1@forums.macromedia.com...
    > IM LAZY
    >
    > .....................
    David R. Wheeler Guest

  15. #14

    Default Re: can some give me the basic Layout of a wewb page

    Ewww - strict? With all those ani gifs? How will <marquee> ever get
    through that?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "David R. Wheeler" <dont-want@no.spam> wrote in message
    news:bn9bn5$hhc$1@forums.macromedia.com...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>
    <body>
    <p>You'll never get anywhere without a bit of work.</p>
    </body>
    </html>

    --

    Dave
    -----------------------------------------------------------------
    Windows...
    The O/S with more patches than program

    Using the web forums? See what you've been missing at
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    =======================

    "ultimategamerX" <webforumsuser@macromedia.com> wrote in message
    news:bn8h1s$she$1@forums.macromedia.com...
    > IM LAZY
    >
    > .....................

    Murray *TMM* Guest

  16. #15

    Default Re: can some give me the basic Layout of a wewb page

    Oops - my bad. and I forgot the <blink> as well. It's been a while but I think this one should work... ;)

    <!doctype html public "-//w3c//dtd html 3.2 final//en">
    <html>
    <head>
    <meta name="Author" content="Netscape Composer">
    <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
    </head>
    <body>

    </body>
    </html>
    --

    Dave
    -----------------------------------------------------------------
    Windows...
    The O/S with more patches than program

    Using the web forums? See what you've been missing at
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    =======================

    "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message news:bn9c06$i2q$1@forums.macromedia.com...
    > Ewww - strict? With all those ani gifs? How will <marquee> ever get
    > through that?
    >
    > --
    > Murray --- ICQ 71997575
    > Team Macromedia Volunteer for Dreamweaver MX
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    > ANSWERS
    > ==================
    > [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    > [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    > [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    > [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    > ==================
    >
    > "David R. Wheeler" <dont-want@no.spam> wrote in message
    > news:bn9bn5$hhc$1@forums.macromedia.com...
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    > <head>
    > <title>Untitled Document</title>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    > </head>
    > <body>
    > <p>You'll never get anywhere without a bit of work.</p>
    > </body>
    > </html>
    >
    > --
    >
    > Dave
    > -----------------------------------------------------------------
    > Windows...
    > The O/S with more patches than program
    >
    > Using the web forums? See what you've been missing at
    > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    > [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    > [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    > =======================
    >
    > "ultimategamerX" <webforumsuser@macromedia.com> wrote in message
    > news:bn8h1s$she$1@forums.macromedia.com...
    > > IM LAZY
    > >
    > > .....................
    >
    >
    David R. Wheeler Guest

  17. #16

    Default Re: can some give me the basic Layout of a wewb page

    Man- you guys are EVIL... ;)

    -S


    "David R. Wheeler" <dont-want@no.spam> wrote in message
    news:bn9hjr$qmi$1@forums.macromedia.com...
    Oops - my bad. and I forgot the <blink> as well. It's been a while but I
    think this one should work... ;)

    <!doctype html public "-//w3c//dtd html 3.2 final//en">
    <html>
    <head>
    <meta name="Author" content="Netscape Composer">
    <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U)
    [Netscape]">
    </head>
    <body>

    </body>
    </html>
    --

    Dave
    -----------------------------------------------------------------
    Windows...
    The O/S with more patches than program

    Using the web forums? See what you've been missing at
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    =======================

    "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
    news:bn9c06$i2q$1@forums.macromedia.com...
    > Ewww - strict? With all those ani gifs? How will <marquee> ever get
    > through that?
    >
    > --
    > Murray --- ICQ 71997575
    > Team Macromedia Volunteer for Dreamweaver MX
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    > ANSWERS
    > ==================
    > [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    > [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    > [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    > [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    > ==================
    >
    > "David R. Wheeler" <dont-want@no.spam> wrote in message
    > news:bn9bn5$hhc$1@forums.macromedia.com...
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    > <head>
    > <title>Untitled Document</title>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    > </head>
    > <body>
    > <p>You'll never get anywhere without a bit of work.</p>
    > </body>
    > </html>
    >
    > --
    >
    > Dave
    > -----------------------------------------------------------------
    > Windows...
    > The O/S with more patches than program
    >
    > Using the web forums? See what you've been missing at
    > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    > [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    > [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    > =======================
    >
    > "ultimategamerX" <webforumsuser@macromedia.com> wrote in message
    > news:bn8h1s$she$1@forums.macromedia.com...
    > > IM LAZY
    > >
    > > .....................
    >
    >

    Scott Fegette Guest

  18. #17

    Default Re: can some give me the basic Layout of a wewb page

    Well, I figure that if I can't be good, I may as well be good at it! :)

    --

    Dave
    -----------------------------------------------------------------
    Windows...
    The O/S with more patches than program

    Using the web forums? See what you've been missing at
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    [url]news://forums.macromedia.com/macromedia.dreamweaver.appdev[/url]
    [url]news://forums.macromedia.com/macromedia.ultradev[/url]
    =======================

    "Scott Fegette" <sfegette@macromedia.com> wrote in message news:bn9mh9$41n$1@forums.macromedia.com...
    > Man- you guys are EVIL... ;)
    David R. Wheeler Guest

  19. #18

    Default Re: can some give me the basic Layout of a wewb page

    I think this was already covered but here we go anyways:


    <html>

    <title>My Webpage</title>

    <head>

    // you put your head in here

    <style>

    // you can put your style here

    </style>

    <script>

    // you can pour your java in here

    </script>

    </head>

    <body>

    // you guessed it, put your body in here

    </html>

    Thats it.

    OR Try This:

    "Basic layout"


    "Layout area below"
    Button -----------------------------------------------
    Button
    Button "Place your content here"
    Button
    Button -----------------------------------------------



    PS Make sure to fill the content chock full of the largest digital pirctures you can find. Must be at least 1MB or more per pic.






    AtomicDoug webforumsuser@macromedia.com Guest

  20. #19

    Default Re: can some give me the basic Layout of a wewb page

    You forgot to mention to do all of this in layout view in DW. Using frames.
    And popunders. No wonder this person is getting nowhere!! :-)


    "AtomicDoug" <webforumsuser@macromedia.com> wrote in message
    news:bnbt68$hmc$1@forums.macromedia.com...
    > I think this was already covered but here we go anyways:
    >
    >
    > <html>
    >
    > <title>My Webpage</title>
    >
    > <head>
    >
    > // you put your head in here
    >
    > <style>
    >
    > // you can put your style here
    >
    > </style>
    >
    > <script>
    >
    > // you can pour your java in here
    >
    > </script>
    >
    > </head>
    >
    > <body>
    >
    > // you guessed it, put your body in here
    >
    > </html>
    >
    > Thats it.
    >
    > OR Try This:
    >
    > "Basic layout"
    >
    >
    > "Layout area below"
    > Button -----------------------------------------------
    > Button
    > Button "Place your content here"
    > Button
    > Button -----------------------------------------------
    >
    >
    >
    > PS Make sure to fill the content chock full of the largest digital
    pirctures you can find. Must be at least 1MB or more per pic.
    >
    >
    >
    >
    >
    >

    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
    Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/2003


    gajett Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139