Website Coding Stuck on a line of code? Find resources and ask your virtual assistant website programming questions here.
Forum Sponsor (Advertise with us)
Reply
 
Thread Tools Display Modes
    #16 (permalink)  
Old 03-17-2010
Codehead's Avatar
Administrator
Company name: Codehead LLP
 
Join Date: Apr 2007
Location: WA
Posts: 173
Default Re: How do I center a web page??
Try this:

HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
<head>

<title>The Perfect Word Pricing</title>

<meta name="description" content=" Transcription Service Rates located in Richmond, Virginia area.">
<meta name="keywords" content="Transciption, transcript, transcribe, speakers, rates, focus group, board meeting, interview, interviews, insurance recorded statement, focus groups, transcribe focus groups, transcribe insurance recorded statements,Richmond, Glen Allen, Deyerle, outsource, outsourcing, type, typed">
<meta name="author" content="Pam Deyerle-The Perfect Word"> 
<meta name="email" content="information@perfect-word.net">

<link href="style2.css" rel="stylesheet" type="text/css">

<style type="text/css">
		body {
			min-width: 800px;
			text-align: center;
		}
		#main-wrapper {
			width: 800px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}
	</style>

</head>

<body style="background-image: url(images/watercolorbg.jpg);">
<div id="main-wrapper">

<a href="default.html"><img src="http://www.virtualassistantforums.com/images/title.png" width="560" height="114" style="border: 0; position: relative; top: 20px;" alt="The Perfect Word Transcription Rates"></a> 

<BR><BR><BR>

<img src="http://www.virtualassistantforums.com/images/pricing.png" alt="The Perfect Word Transcription Rates">


<div style="left: 20px; top: 0px; width: 730px; position: relative;">

<p>The Perfect Word produces high quality transcripts at prices you can afford from almost any audio or video format. And unlike many transcription services, we offer you a choice between two billing options for most formats:  per transcription hour or per audio minute.</p>

<h3>Per Transcription Hour <font size="-1">(digital audio, CD, video, DVD, cassettes)</font></h3>

<p>We charge $25 per transcription hour. The cost of your entire recording is determined by several factors including length, audio quality, and number of speakers. The chart below is an example of what you can normally expect with a good recording:</p>

<table border="1" bordercolor="black" style="border-color: black; border-collapse: collapse;">
    <tr>
        <td width="130" align="center"><b>Length of Recording</b></td><td width="183"         align="center"><b>Average Transcription Time</b></td><td width="85"align="center"><b>Cost</b></td></tr>
    <tr>
        <td align="center">30 minutes</td><td align="center">1.75 hours</td><td align="center">$43.75</td></tr>
    <tr>
        <td align="center">60 minutes</td><td align="center">3.50 hours</td><td align="center">$87.50</td></tr>
    <tr>
        <td align="center">90 minutes</td><td align="center">5.25 hours</td><td align="center">$131.25</td></tr>
    <tr>
        <td align="center">120 minutes</td><td align="center">7.0 hours</td><td align="center">$175.00</td></tr>
</table>

<p>We are extremely skilled with poor recordings, thick accents, etcetera, but this will increase transcription time and cost.  To save money, use a good microphone and record in the quietest atmosphere possible.</p>

<h3>Per Audio Minute <font size="-1">(digital audio, CD, video, DVD)</font></h3>


<table border="1" bordercolor="black" style="border-color: black; border-collapse: collapse;">
    <tr>
        <th colspan="2" align="center">Per Audio Minute Rates for Clear Audio</th></tr>
    <tr>
        <td width="199" align="center">Up to 2 Speakers</td><td width="199" align="center">More Than 2 Speakers</td></tr>
    <tr>
        <td align="center">$1.50</td><td align="center">$1.75</td></tr>
</table>

<br>

<table border="1" bordercolor="black" style="border-color: black; border-collapse: collapse;">
    <tr>
        <th colspan="2" align="center">Per Audio Minute Rates for Difficult Audio*</th></tr>    
    <tr>
        <td width="199" align="center">Up to 2 Speakers</td><td width="199"         align="center">More Than 2 Speakers</td></tr>
    <tr>
        <td align="center">$2.00</td><td align="center">$2.25</td></tr>
</table>

<p>Example:  A 30-minute clear recording for up to two speakers would cost $45.00.</p>
<p>*Difficult recordings are those with a lot of background noise, low-speaking voices, thick accents, or audio that has been poorly recorded.</p>
    

<h2>Audio and Video Formats Accepted</h2>

<ul>
    <li>Standard and microcassette
    <li>Digital Audio (wav, mp3, wmp, etc.)
    <li>CD
    <li>Video (avi, mpeg, mov, etc.)
    <li>DVD
</ul>

<h2>Extra Services</h2>
<p>The Perfect Word offers the following additional services:</p>

<strong>Local Pickup/Delivery</strong> - ten-mile radius, no additional charge<br>
<strong>Rush Service</strong> – up to four a month at no additional charge for regular clients<br>
<strong>Verbatim</strong> -  includes uhs, ums, false starts, etcetera;  no additional charge<br>
<strong>Time Codes</strong> - you specify how often; add .25 to per-minute charge; hourly rate is the same<br>
<strong>File Encryption</strong> – to protect sensitive information; must be requested; no additional charge<br>
<strong>Second Pass</strong> - transcript is compared against recording after completion; additional charge<br>
<br>
<br>
<br>

<hr /><hr />


<table border="1">
    <tr>
        <td width="260" align="center"><a href="default.html">Home</a></td><td width="260"  
align="center"><a href="about.html">About Us</a></td><td width="260"align="center"><a  
href="http://perfect-word.net/audiouploads/upload.php">Upload File</a></td>></tr>

</table>

<br>
<br>
<br>

</div>

</div>
</body>
</html>
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
    #17 (permalink)  
Old 03-17-2010
Codehead's Avatar
Administrator
Company name: Codehead LLP
 
Join Date: Apr 2007
Location: WA
Posts: 173
Default Re: How do I center a web page??
This should work, assuming there are no rules in your style2.css to mess this page up...
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Startup Center eve_k0802 Business Development 3 06-08-2009 04:23 PM
National Internet Fraud Watch Info Center Tess Work At Home Scams 3 09-22-2008 06:22 PM
Web Page Joyce General Website Design and Development 4 05-08-2008 03:43 PM
Center Align in Firefox, but not Explorer? JacksonAO Website Coding 5 04-15-2008 09:38 PM
Find a Small Business Development Center Near You Tess Business Development 0 07-16-2007 06:47 AM


All times are GMT -4. The time now is 08:15 AM.

International Virtual Assistants Association
Project Management for Virtual Assistants
Virtual Assistant Forums Advertising
Virtual Assistant Directory
Create a Professional New Client Welcome Packet
Virtual Assistant Forums Advertising
Virtual Assistant Contracts
Virtual Assistant Services
Affordable Website Hosting
Work from Home | Become A Virtual Assistant
Affordable Logo Design
Virtual Assistant Forums Advertising
Small Business Resources

© Virtual Assistant Forums 2012
All content and images are protected under copyright law and may not be reproduced in any way without express written consent.