Here is everything above the <head> tag.
<%@ Page Language="C#" ContentType="text/html" %>
<%@ Register TagPrefix="XMPCtrls" Namespace="uCreateXMCtrls" Assembly="uCreateXMCtrls" %>
<script runat="server" language="c#">
/* XMPie uCreate XM 'Dynamic' Page */
public const string XMPAccountName = "Schiele";
public const string XMPCampaignName = "18925_PURL 3";
public const string XMPPortName = "18925_PURL 3";
public const string XMPConnectionName = "uProduceConnection";
protected void Page_Init(Object Src, EventArgs E)
{
/* XMPie uCreate XM Initialization */
uCreateXMCtrls.uCreateXMCommonCSharp.XMP_InitDynamicPage(Page, "rid");
ViewState["XMPIsLandingPage"] = "1";
Page.DataBind();
}
</script>
<XMPCtrls:uCreateXMUserControl
runat="server"
id="AdorRec"
Action="GetADORs"
ConnectionName='<%# /* Get ADORs Values (TNG) */ XMPConnectionName %>'
AccountName='<%# XMPAccountName %>'
CampaignName='<%# XMPCampaignName %>'
ICPName='<%# XMPPortName %>'
RecipientIDs='<%# Session["XMPRecipientID"] %>'
FailureURL='<%# "ErrorPage.aspx" %>'
UsageType="WebPage"
></XMPCtrls:uCreateXMUserControl>
<XMPCtrls:uCreateXMUserControl
runat="server"
id="DSTrack"
Action="Tracking"
ConnectionName='<%# /* Tracking Common UserControl */ XMPConnectionName %>'
AccountName='<%# XMPAccountName %>'
CampaignName='<%# XMPCampaignName %>'
ICPName='<%# XMPPortName %>'
RecipientID='<%# Session["XMPRecipientID"] %>'
PageName='<%# "Landing" %>'
></XMPCtrls:uCreateXMUserControl>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>YOU CAN WITH SCHIELE</title>
<!-- Link to the style sheet -->
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-color: #e31837;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
body,td,th {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
color: #000000;
font-weight: bold;
}
</style>
Are you saying I should delete the text in RED?
After I do this, where or how do I link back to a port?
Thank you for your time,
Ed