Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8219849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:19:14+00:00 2026-06-07T13:19:14+00:00

With Dreamweaver, I use frames to define a left column menu, and clicking on

  • 0

With Dreamweaver, I use frames to define a left column menu, and clicking on each menu tab would change the HTML page displayed on the right frame. However, webdesign tools such as kompozer do not support frames.

  1. What is the best way to design a HTML personal webpage with such menu bars, without using frames?
  2. If HTML is not enough, what other scripting languages would you recommend to learn for someone with a Java background and basic knowledge of HTML and CSS.
  3. What web-design tools would you recommend to build a personal website ?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T13:19:15+00:00Added an answer on June 7, 2026 at 1:19 pm

    1. Frames
    I would not recommend you to use frames to create the design you are looking for. A page layout created using divs is probably the way to go. Something like this will do:

    <html>
        <head>
            <title>My Title</title>
            <style type="text/css">
                div { margin:0; padding:0; }
                #container { margin:0 auto; width:960px; }
                #menu { float:left; width:200px; }
                #content { float:right: width:760px; }
            </style>
        </head>
        <body>
            <div id="container">
                <div id="menu"><!-- Your menu --></div>
                <div id="content"><!-- Your content --></div>
            </div>
        </body>
    </html>
    

    2. Scripting language
    HTML and CSS can be enough to create what you’re looking for, however if you want to have separate templates for your layout, your menu and your content you will have to look for a server side language that can serve as a templating engine.

    3. Tools
    Since you have a background in Java, I would definitely recommend you to learn creating HTML and CSS using your text-editor of choice. They are easy languages to learn and, together with JavaScript, they form the basis for anyone who wants to create websites.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use Dreamweaver for HTML, PHP, CSS, and JS. I like how it keeps
I use dreamweaver on my laptop and the words are too small. Is there
When we use dreamweaver to create an auto-generated Login Logout - How secure it
In Dreamweaver, if you use include() etc, it recognises them as resources and you
I use Dreamweaver heavily for modifying Liferay templates (Velocity files), and then have to
I have started to use Dreamweaver CS5 for PHP coding. The PHP syntax highlighting
I am trying to use Dreamweaver to build a Lyrics database website. I have
I use Adobe Dreamweaver CS5 to code websites, are there any syntax checkers that
I use Dreamweaver to develop Web sites. I use the templates feature extensively as
Does anyone here use Dreamweaver for Struts development? I've been working on a web

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.