473,406 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

How can i use content tag in html

1
<
Expand|Select|Wrap|Line Numbers
  1. %@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8.  
  9.  
  10. <head id="Head1" runat="server">
  11.  
  12.  
  13. <title>Web Shop</title>
  14.  
  15.  
  16. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17.  
  18.  
  19. <link rel="stylesheet" type="text/css" href="~/CSS File/Default.css" title="default"/>
  20.  
  21.  
  22. </head>
  23.  
  24.  
  25. <body>
  26.  
  27.  
  28. <div id="WholePage">
  29.  
  30.  
  31.   <div id="Inner">
  32.  
  33.  
  34.     <div id="Container">
  35.  
  36.  
  37.       <div id="Head">
  38.  
  39.  
  40.         <div id="Head_left">
  41.  
  42.  
  43.           <div id=""></div>
  44.  
  45.  
  46.         </div>
  47.  
  48.  
  49.         <div id="Head_right">
  50.  
  51.  
  52.           <div id="Logo">
  53.  
  54.  
  55.             <div id="Name"><span>Ped</span><span>iatrics</span> <span>I</span><span>nformation <span>S</span>ystems</span> </div>
  56.  
  57.  
  58.             <div id="Informations">Good afternoon | It's Friday | Time: 12:51 </div>
  59.  
  60.  
  61.           </div>
  62.  
  63.  
  64.           <div id="Top_menu"> <a href="http://www.templateonweb.com/"><span>CART</span></a> <a href="http://www.templateonweb/"><span>ORDERS</span></a> <a href="http://www.templateonweb/"><span>CONTACT</span></a> <a href="http://www.templateonweb/"><span>HELP</span></a> <a href="http://www.templateonweb/"><span>HOME</span></a> </div>
  65.  
  66.  
  67.         </div>
  68.  
  69.  
  70.       </div>
  71.  
  72.  
  73.       <div id="CentralPart">
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.         <div id="LeftPart">
  81.  
  82.  
  83.           <div id="Menu">
  84.  
  85.  
  86.             <div id="Menu_header">
  87.  
  88.  
  89.               <div> <span>MENU</span> </div>
  90.  
  91.  
  92.               <div> </div>
  93.  
  94.  
  95.             </div>
  96.  
  97.  
  98.             <div id="Menu_content"> <a href="http://www.templateonweb/"><span>How to Section</span></a><br/>
  99.  
  100.  
  101.               <a href="http://www.templateonweb/"><span>Submit SUR</span></a><br/>
  102.  
  103.  
  104.               <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
  105.  
  106.  
  107.               <a href="http://www.templateonweb/"><span>P.C.</span></a><br/>
  108.  
  109.  
  110.               <a href="http://www.templateonweb/"><span>Internet</span></a><br/>
  111.  
  112.  
  113.               <a href="http://www.templateonweb/"><span>Network</span></a><br/>
  114.  
  115.  
  116.               <a href="http://www.templateonweb/"><span>Pediatrics Information Sys. Staff</span></a><br/>
  117.  
  118.  
  119.               <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
  120.  
  121.  
  122.               <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
  123.  
  124.  
  125.               <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
  126.  
  127.  
  128.               <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
  129.  
  130.  
  131.               <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
  132.  
  133.  
  134.               <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
  135.  
  136.  
  137.             </div>
  138.  
  139.  
  140.           </div>
  141.  
  142.  
  143.           <div id="Poll"></div>
  144.  
  145.  
  146.           <div id="Banner"></div>
  147.  
  148.  
  149.         </div>
  150.  
  151.  
  152.         <div id="RightPart" style="float:right; width:500px;">
  153.             <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
  154.                      Hello World!
  155.             </asp:ContentPlaceHolder>
  156.         </div>
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.       </div>
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.       <div id="Bottom">
  171.  
  172.  
  173.         <p> </p>
  174.  
  175.  
  176.       </div>
  177.  
  178.  
  179.     </div>
  180.  
  181.  
  182.   </div>
  183.  
  184.  
  185. </div>
  186.  
  187.  
  188. </body>
  189.  
  190.  
  191. </html>
Aug 22 '17 #1
0 37663

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

Similar topics

4
by: ,hj | last post by:
From: ",hj" <webmaster@mail.com> Subject: Losing random characters in HTML email Date: 28 November 2003 17:21 I've narrowed down my code as much as I can so that I can show you this bug. The...
4
by: Rob Meade | last post by:
Lo all, Ok - just spotted another problem I'm going to have. All of the rows for the page content in the database contain formatting ie, <b>some bold text</b> This will cause me a problem...
10
by: Free-Ed, Ltd. | last post by:
I am going nuts trying to find a paragraph in a book that described how to change the text content (HTML) in a DIV. Actually I have an array of HTML strings that I want to drop into the DIV,...
11
by: Not4u | last post by:
Hello, I have a problem with CSS code. I want to have one menu column with a fixed width and a 100% height and the rest of the page for content. ---------------- |.|.|<--100%-->|...
10
by: fredo | last post by:
Problem example: http://www.key-horse.com/fftst-content.html I can't find a workaround for my problem on the web; I can't even find a report of the problem. But I remember that the problem was...
10
by: Blue® | last post by:
I would like to call the content of content.htm (containing only HTML codes) into index.htm. This is usually done by renaming index.htm to index.shtml and use this tag: <!--#include...
6
by: =?Utf-8?B?TMOhemFybw==?= | last post by:
Hi everyone I've a simple ASP.NET Page that send a email using smtclient. The server is a Exchange and use my credentials to autentificated. The problem is that the send mail appear in the...
1
by: neridaj | last post by:
Hello, I've found a few postings of this problem but none of the answers seem to fix my problem. I have a content div wrapped around a left floated image and a right floated table. I want the...
2
by: Alexei Prada | last post by:
Hi guys, I'm not really advanced in html or css, and I'm having a problem that is really getting me out of my nerves. So I redesigned my portfolio site with dreamweaver as my main html css editor....
1
by: leslie | last post by:
I want to upload a whole user-updated html div, to later download again. This is what I put in the header of the html (it gave no errors, but doesn't upload either): <script...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.