473,808 Members | 2,832 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Html structure best option

omerbutt
638 Contributor
hi
My question is simple , i had a quarrel now to decide which one is right
which structure is logically best
Expand|Select|Wrap|Line Numbers
  1. <table width="800" border="1" cellspacing="0" cellpadding="0">
  2.   <tr>
  3.     <td width="300" align="left" valign="top">
  4.         <table width="250" border="1" cellspacing="0" cellpadding="0">
  5.             <tr>
  6.               <td>Left Menu 1</td>
  7.             </tr>
  8.           </table>
  9.           <table width="100" border="1" cellpadding="0" cellspacing="0">
  10.             <tr>
  11.               <td>Left Menu 2</td>
  12.             </tr>
  13.           </table>
  14.       </td>
  15.     <td width="500" valign="top">Content Area </td>
  16.   </tr>
  17. </table>
  18.  
Expand|Select|Wrap|Line Numbers
  1. <table width="800" border="1" cellspacing="0" cellpadding="0">
  2.     <tr>
  3.     <td>
  4.         <table width="300" border="1" cellspacing="0" cellpadding="0">
  5.               <tr>
  6.                 <td width="300" align="left" valign="top">
  7.                     <table width="250" border="1" cellspacing="0" cellpadding="0">
  8.                         <tr>
  9.                           <td>Left Menu 1</td>
  10.                         </tr>
  11.                       </table>
  12.                   </td>
  13.               </tr>
  14.               <tr>
  15.                   <td>
  16.                       <table width="100" border="1" cellpadding="0" cellspacing="0">
  17.                         <tr>
  18.                           <td>Left Menu 2</td>
  19.                         </tr>
  20.                       </table>
  21.                   </td>
  22.               </tr>
  23.           </table>
  24.       </td>
  25.           <td width="500" align="center">
  26.             content
  27.         </td>
  28.       </tr>
  29. </table>
  30.  
Oct 5 '10
11 1571
omerbutt
638 Contributor
yeah ,
i myself have upgraded to the web 2.0 , buyt there was a hard boiled discussion going in our lab so we decided to get a neutral judge fo it ;) , thanks alot man
reagrds,
Omer Aslam
Oct 5 '10 #11
drhowarddrfine
7,435 Recognized Expert Expert
Um. There is no such thing as a "web 2.0 structure". That term was used to describe communication between applications on the web and has nothing to do with page layout or design.
Oct 5 '10 #12

Sign in to post your reply or Sign up for a free account.

Similar topics

5
2535
by: tanpan | last post by:
Hi i'm looking for free php code which will colorize my html source (structure). please help me if u can :) pozdr puipui
2
2320
by: Luis Serrano | last post by:
Hi all, I'm trying to generate labels to print in several different formats, all of them with their own height,width and page margins. We've got this done in MS Access 2000, using a designed report that fits with each label type, and reads a table dinamically generated. But the problem is page margins. Does Access store page margins and information of that kind within de report? Is there any kind of association between printer...
6
3625
by: Vagif Abilov | last post by:
We decided to adopt .NET coding guidelines posted by Brad Abrams from Microsoft: http://blogs.msdn.com/brada/archive/2005/01/26/361369.aspx Here is what Brad (and AFAIK Microsoft) suggests regarding project folder structure: "Directory names should follow the namespace for the class For example, I would expect to find the public class "System.Windows.Forms.Control" in "System\Windows\Forms\Control.cs"."
2
7076
by: Steve Wright | last post by:
Hi all, I suspect that I will need Javascript to make this work which is why I am asking the question here! (and also crossposting) Can someone tell me if it is possible to have an HTML select statement that gets its options from a text file. <select name="contract"> <option value="">Select Contract</option> | <option value="RS-330">RS-330 Northern</option> | these
3
1933
by: Paul Say | last post by:
I have a asp.net application that will need to create a document/report from data in a database. The user will fill out a form supplying various criteria for parameters. I would like the document/report to then be displayed on screen as well as the option to download in PDF format. I am just wondering which is the best reporting development tool to use between SQL Reporting Services and Crystal Reports. The report will have three...
2
1803
by: Eric Lindsay | last post by:
Most of the web pages whose source I look at have a very elaborate structure (even apart from any massive use of Javascript), often with div in div in div layered up to six deep, lots of classes and spans all over. I usually can't follow exactly why they are so elaborate (I know some are containers to avoid browser bugs). In addition to attempting to retrofit a more semantic structure on pages, I have been trying to reduce the...
2
1175
by: jetal15 | last post by:
To develop a Framework for Content management system, which contians three part 1) core part 2)Data storage and retrival and 3)Workflow In Core part there is need to develop communication layer in such a way that it can be run in a distributed architectur or locally on one machine, if the system is in distibuted environment communication between the client and the server can be 1. Dot net remoting 2. WCF 3. Web services So which...
1
1230
by: ma | last post by:
Hello, I want to have a page that displays the fields of a record of a database. When user press 'Edit' button, he would be able to edit the data. What is the best way to do this? What I can suggest is to show the fields using label controls and when user press 'Edit', replace the labels with TextBox controls (setting visible
9
6638
by: | last post by:
In my database I have a 'control table' in which basic info is stored about the application, for instance the application's path and the name of the company that is using it. In all of the application's reports I have a page footer with an unbound field that retrieves and shows the name of the company. This is done by Dlookup. My question is: is Dlookup the best way to do this, performance wise, or is there a more efficient way? Thanks in...
1
5201
by: mh | last post by:
I'm porting a C lex/yacc based project, and would like to redo it in python. What's the best option for a python lex/yacc-like? I've googled a few things, but wanted to see the current concensus. Many TIA! Mark --
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9600
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10631
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10114
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5548
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4331
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.