Advertisement

06.10.2008 at 07:37AM PDT, ID: 23472484
[x]
Attachment Details

how to insert html code into an aspx file

Asked by daz1234 in Miscellaneous Web Development, Active Server Pages (ASP)

Tags: aspx, ie

How would you insert an html code into an aspx file

<head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>X</title>
      <link rel="stylesheet" href="includes/style.css" type="text/css" media="screen">
      <script type="text/javascript" src="includes/object.js"></script>
</head>
<body>
<div id="contain">
<div id="header">
<div id="headertopnav"></div>
<!-- MAIN NAVIGATION -->
<div id="headernavleft">
<a href="option1" id="option1"><img src="layout/nav_blank.gif" alt="option1" /></a>
<a href="option2" id="option2"><img src="layout/nav_blank.gif" alt="option2" /></a>
<span><img src="layout/nav.gif" alt="option3" /></span>
<a href="option4" id="option4"><img src="layout/nav_blank.gif" alt="option4" /></a>
<a href="option5" id="option5"><img src="layout/nav_blank.gif" alt="foption5" /></a>
<a href="option6" id="option6"><img src="layout/nav_blank.gif" alt="option6" /></a>
</div>
<div id="headernavmid"></div>
<div id="headernavmid2"></div>
<div id="headernavright">
<a href=""><img src="layout/nav.gif" alt="home" /></a>
</div>
<div id="headersub">
&nbsp;
</div>
</div>


Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
<%@ Control Language="C#" %>
<div class="screen">
<div class="header">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="headerLeft"><img runat="server" src="~/Images/my.gif" hspace="0" vspace="0" border="0" alt=""></td>
<td class="headerRight"><img runat="server" src="~/Images/my2.gif" hspace="0" vspace="0" border="0" alt=""></td>
</tr>
</table>
</div>
</div>
[+][-]06.10.2008 at 09:51AM PDT, ID: 21752877

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.10.2008 at 11:44AM PDT, ID: 21753820

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.11.2008 at 02:59AM PDT, ID: 21758305

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Miscellaneous Web Development, Active Server Pages (ASP)
Tags: aspx, ie
Sign Up Now!
Solution Provided By: bluefezteam
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628