• 0

Simple HTML question...help?


Question

I'm creating a web page and the layout i want is as follows:

logo across top of page

navigation on left of page (under logo)

content on right of page (under logo)

What's the easiest way to allow the links in the navigation area change the contents of the 'content' area without using frames?? If I use frames then I'd need two framesets and three frames, and that can get messy. Is there a way to sort of 'rope off' a square on my page that points to a certain document, which can then be changed by links??

Does this even make sense? Please help.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Do you have Dreamweaver? If you do I suggest that you make a template including something like this as your base:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td colspan="2"> </td>
  </tr>
  <tr> 
    <td width="150" height="80%"> </td>
    <td> </td>
  </tr>
</table>

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.