I am trying to copy and paste a template I downloaded. I think its html but when I put it into a browser?
I am trying to copy and paste a template I downloaded. I think its html but when I put it into a browser?
the page is coming out as if it were a website on a cell phone. The page is a little watered down and doesn’t look like it should. Can somebody please help?
this is the actual page I am trying to bring up in my browser
http://www.fdis-ohio.com/
this is the actual code for this page<now if you copy and paste it it will not look like this in the browser please help.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-…
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Welcome to First Data Independent Sales</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="styles.css" type="text/css" media="screen" charset="utf-8" />
</head>
<body class="home">
<div id="wrapper">
<div class="container">
<div id="header">
<div class="container">
<h1><a href="http://www.fdis-ohio.com">First Data™</a></h1>
<h2>Independent Sales</h2>
<ul class="topNav">
<li class="contactUs"><a href="contact-us.html">Contact Us</a></li>
<li class="customerService"><a href="customer-service.html">Customer Service</a></li>
</ul>
<ul class="nav">
<li class="merchantSolutions"><a href="merchant-solutions.html">Merchant Solutions</a></li>
<li class="marketsWeServe"><a href="markets-we-serve.html">Markets We Serve</a></li>
<li class="aboutFDIS"><a href="company-profile.html">About FDIS</a></li>
</ul>
</div>
</div>
<div id="banner">
<h3>Welcome to First Data Independent Sales</h3>
<p>As a leader in the credit card processing industry, First Data Independent Sales (FDIS) offers small and mid-size businesses merchant accounts that enable them to accept credit cards.</p>
</div>
<div id="content">
<div class="merchantMarkets">
<div class="container">
<div class="merchantSolutions">
<h4><a href="merchant-solutions.html">Merchant Solutions</a></h4>
<ul>
<li class="gettingStarted"><a href="getting-started.html">Getting Started</a></li>
<li class="productsAndServices"><a href="merchant-services.html">Products & Services</a></li>
<li class="merchantResources"><a href="merchant-resources.html">Merchant Resources</a></li>
<li class="fraudProtection"><a href="fraud-protection-services.html">Fr… Protection</a></li>
<li class="sendMeInfo"><a href="inquiry_merchant.html">Send Me Information</a></li>
</ul>
</div>
<div class="marketsWeServe">
<div>
<h4><a href="markets-we-serve.html">Markets We Serve</a></h4>
<ul>
<li><a href="gas-convenience.html">Gas Stations & Convenience Stores</a></li>
<li><a href="restaurant.html">Quick Service Restaurant</a></li>
<li><a href="wireless.html">Wireless</a></li>
<li><a href="ecommerce-solutions.html">E-Commer…
<li><a href="health.html">Health & Beauty</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="supportContact">
<div class="supportSites">
<div>
<div>
<h4>Support Sites</h4>
<p>FDIS merchants have access to valuable tools and resources to conduct business online.</p>
<ul>
<li><a href="http://mymerchantoffice.com" target="_blank">Mymerchantoffice.com</a>…
</ul>
</div>
</div>
</div>
<div class="contactFDIS">
<div>
<div>
<p><strong>Contact FDIS Today!</strong>
(888) 967-7222</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<ul>
<li class="home"><a href="http://www.fdis-ohio.com">Home</a>…
<li><a href="merchant-solutions.html">Merchant Solutions</a></li>
<li><a href="markets-we-serve.html">Markets We Serve</a></li>
<li><a href="company-profile.html">About First Data Independent Sales</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
</ul>
<h4>Services by Cardservice International.</h4>
<p>© 2009 First Data Corporation. All Rights Reserved.<br>
All trademarks, service marks and trade names referenced in this material are the property of their respective owners. The First Data Independent Sales Agent Program is operated by Cardservice International, Inc. Cardservice International, doing business as First Data Independent Sales (FDIS), is a registered ISO/MSP of Wells Fargo Bank, N.A., Walnut Creek, CA.<br>
American Express requires separate approval.<br>
FDIS Agent #10391 is an independent agent for Cardservice International.</p>
</div>
</div>
</div>
</body>
</html>
Like this post? Subscribe to my RSS feed and get loads more!
One comment
wavryder ® on February 6, 2010 at 6:20 pm
I checked the source page and it’s XHTML, you can’t reuse or reprint the page without saving it first, and since it is a protected site (copyrighted) you may not be able to reuse it if the programmer has encrypted any of the data.
It does show a public page file, so it most likely is not encrypted. What exactly are you trying to do with the page?