In desperate need of guidance... ASAP, PLEASE!

Thanks for reading this! I am converting from GoLive to Dreamweaver CS% and boy are things different! I feel like I am starting all over again. I have gone through 20+ tutorials and read through pages and pages of info. I have attempted my index page and keep having trouble, start over and read more info and tutorials and the circle goes on. I have what looks like the correct layout in the design window, but when I preview it in the browser the footer (address) isn't at the bottom of the page, it is up under the div tags that are suppose to be above it. Also, the 4 div tags I have side by side and centered in the window aren't centered, they are to the left. I have been working on this day and night for several days. ANY guidance would be GREATLY appreciated!!! My code is the following:
<!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>Hallmark Automotive Group</title>
<style type="text/css">
<!--
body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 1.4;
text-align: center;
.container .content p {
.h1 {
font-size: 48px;
font-family: "Copperplate Gothic Bold";
text-align: center;
vertical-align: middle;
white-space: normal;
.container .content .content {
ul, ol, dl {
padding: 0;
margin: 0;
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
color: #1D70B8;
a img {
border: none;
a:link {
color: #42413C;
text-decoration: underline;
a:visited {
color: #6E6C64;
text-decoration: underline;
a:hover, a:active, a:focus {
text-decoration: none;
.container {
width: 960px;
margin: 0 auto;
.header {
.content {
padding: 10px 0;
.footer {
padding: 10px 0;
background: #CCC49F;
.fltrt { 
float: right;
margin-left: 8px;
.fltlft {
float: left;
margin-right: 8px;
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
body,td,th {
font-family: "Copperplate Gothic Bold";
.container .content {
height: 2.5in;
#apDiv1 {
position:absolute;
left:23px;
top:544px;
width:230px;
height:337px;
z-index:1;
.content1 {
padding: 10px 0;
p {
color: #000;
h2 {
font-size: 20px;
#h2 img {
text-align: center;
vertical-align: middle;
#apDiv2 {
position:absolute;
left:255px;
top:576px;
width:230px;
height:340px;
z-index:2;
#apDiv3 {
position:absolute;
left:486px;
top:574px;
width:230px;
height:342px;
z-index:3;
#apDiv4 {
position:absolute;
left:719px;
top:541px;
width:230px;
height:375px;
z-index:7;
text-align: center;
vertical-align: middle;
#apDiv5 {
position:absolute;
left:139px;
top:933px;
width:227px;
height:63px;
z-index:5;
#apDiv6 {
position:absolute;
left:600px;
top:933px;
width:227px;
height:63px;
z-index:6;
#apDiv7 {
position:absolute;
left:150px;
top:930px;
width:216px;
height:56px;
z-index:8;
#apDiv8 {
position:absolute;
left:617px;
top:930px;
width:216px;
height:56px;
z-index:9;
-->
</style></head>
<body>
<div id="apDiv1">
  <h2>hallmark volkswagen cool springs</h2>
  <h2><img src="images/das.png" width="200" height="119" alt="das nashville" longdesc="images/das.png" /></h2>
  <p>620 Bakers Bridge Avenue<br />
    Franklin, TN 37067<br />
    887-800-8015</p>
</div>
<div id="apDiv2">
  <h2>Hallmark Hyundai</h2>
  <h2><img src="images/nwhynd.png" width="200" height="118" alt="new hyundai" longdesc="images/nwhynd.png" /></h2>
  <p>1198 West Main St.<br />
    Hendersonville, TN 37075<br />
    888-290-5174</p>
</div>
<div id="apDiv3">
  <h2>Hallmark Mitsubishi</h2>
  <h2><img src="images/mitsu.png" width="200" height="119" alt="mitsubishi" longdesc="images/mitsu.png" /></h2>
  <p>2431 Gallatin Road<br />
    North Madison, TN 37115<br />
    800-759-3222</p>
</div>
<div id="apDiv4">
  <h2>Nashville's Hallmark Volkswagen</h2>
  <h2><img src="images/das.png" width="200" height="119" alt="das nashville" longdesc="images/das.png" /></h2>
  <p>2431 Gallatin Road<br />
    North Madison, TN 37115<br />
    800-759-3222</p>
</div>
<div id="apDiv7"><img src="images/pre.png" width="180" height="54" alt="preowned" longdesc="images/pre.png" /></div>
<div id="apDiv8"><img src="images/new.png" width="180" height="54" alt="new" longdesc="images/new.png" /></div>
<div class="container">
  <div class="header"><!-- end .header -->
    <h1 class="h1">HALLMARK AUTOMOTIVE GROUP</h1>
    <h1 class="h1"><img src="images/HALLMARK-Logo.png" width="720" height="428" /></h1>
  </div>
  <div class="content">
    <h2 class="content"> </h2>
<h2> </h2>
<h2> </h2>
<h2> </h2>
<h2><!-- end .content --></h2>
  </div>
  2431 Gallatin Rd North Madison, TN 37115<!-- end .container --></div>
</body>
</html>
THANKS SO MUCH!

In a separate file, try this.  You probably still need some aligning, but it should be a start.
Gary
<!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>Hallmark Automotive Group</title>
<style type="text/css">
<!--
body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 1.4;
text-align: center;
.container .content p {
.h1 {
font-size: 48px;
font-family: "Copperplate Gothic Bold";
text-align: center;
vertical-align: middle;
white-space: normal;
.container .content .content {
ul, ol, dl {
padding: 0;
margin: 0;
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
color: #1D70B8;
a img {
border: none;
a:link {
color: #42413C;
text-decoration: underline;
a:visited {
color: #6E6C64;
text-decoration: underline;
a:hover, a:active, a:focus {
text-decoration: none;
.container {
width: 960px;
margin: 0 auto;
.header {
.content {
padding: 10px 0;
.footer {
padding: 10px 0;
background: #CCC49F;
.fltrt {
float: right;
margin-left: 8px;
.fltlft {
float: left;
margin-right: 8px;
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
body,td,th {
font-family: "Copperplate Gothic Bold";
.container .content {
height: 2.5in;
#apDiv1 {
left:23px;
top:544px;
width:230px;
height:337px;
z-index:1;
.content1 {
padding: 10px 0;
p {
color: #000;
h2 {
font-size: 20px;
#h2 img {
text-align: center;
vertical-align: middle;
#apDiv2 {
float:left;
width:230px;
height:340px;
z-index:2;
#apDiv3 {
float:left;
width:230px;
height:342px;
z-index:3;
#apDiv4 {
float:left;
width:230px;
height:375px;
z-index:7;
text-align: center;
vertical-align: middle;
#apDiv5 {
float:left;
width:227px;
height:63px;
z-index:5;
#apDiv6 {
float:left;
width:227px;
height:63px;
z-index:6;
#apDiv7 {
float:left;
width:216px;
height:56px;
z-index:8;
#apDiv8 {
float:left;
width:216px;
height:56px;
z-index:9;
-->
</style></head>
<body>
<div class="container">
  <div class="header"><!-- end .header -->
    <h1 class="h1">HALLMARK AUTOMOTIVE GROUP</h1>
    <h1 class="h1"><img src="images/HALLMARK-Logo.png" width="720" height="428" /></h1>
  </div>
  <div class="content">
    <h2 class="content"> </h2>
<div id="apDiv1">
  <h2>hallmark volkswagen cool springs</h2>
  <h2><img src="images/das.png" width="200" height="119" alt="das nashville" longdesc="images/das.png" /></h2>
  <p>620 Bakers Bridge Avenue<br />
    Franklin, TN 37067<br />
    887-800-8015</p>
</div>
<div id="apDiv2">
  <h2>Hallmark Hyundai</h2>
  <h2><img src="images/nwhynd.png" width="200" height="118" alt="new hyundai" longdesc="images/nwhynd.png" /></h2>
  <p>1198 West Main St.<br />
    Hendersonville, TN 37075<br />
    888-290-5174</p>
</div>
<div id="apDiv3">
  <h2>Hallmark Mitsubishi</h2>
  <h2><img src="images/mitsu.png" width="200" height="119" alt="mitsubishi" longdesc="images/mitsu.png" /></h2>
  <p>2431 Gallatin Road<br />
    North Madison, TN 37115<br />
    800-759-3222</p>
</div>
<div id="apDiv4">
  <h2>Nashville's Hallmark Volkswagen</h2>
  <h2><img src="images/das.png" width="200" height="119" alt="das nashville" longdesc="images/das.png" /></h2>
  <p>2431 Gallatin Road<br />
    North Madison, TN 37115<br />
    800-759-3222</p>
</div>
<div id="apDiv7"><img src="images/pre.png" width="180" height="54" alt="preowned" longdesc="images/pre.png" /></div>
<div id="apDiv8"><img src="images/new.png" width="180" height="54" alt="new" longdesc="images/new.png" /></div>
<h2> </h2>
<h2> </h2>
<h2> </h2>
<h2><!-- end .content --></h2>
  </div>
  2431 Gallatin Rd North Madison, TN 37115<!-- end .container --></div>
</body>
</html>

Similar Messages

  • Probably a really easy question but im really stuck so need to know asap please!

    Im currently working on a piece for my final year project that takes a webcam and has an old movie effect over it. I have this all working but what I need to know asap though is,
    Is there a way that i could put a black box over it that when the user walks in front of the camera that the black box would disapear. I need to know asap so please please please please let me know if you know how to do this!
    KR

    hi
    i guess what you need is motion detection - when motion is detected, set visibility of black box to true.
    this should get you started: http://nocreativity.com/blog/webcam-motion-detection-coolness

  • IN DESPERATE NEED OF HELP! PLEASE!!!

    My Ipod wont charge and my computer wont read it.
    If i wiggle the thing by the bottom of the Ipod where it connects the screen will flicker.
    please help if possible!
    Its the Ipod touch 1st Generation

    Please someone help Ive got over 30 some gigs of music and videos on this and they are the only copys because it wont let me put my stuff on my new computer

  • I need help fixing kernel panic asap please help

    i need help fixing kernel panic asap please help

    OS X- About kernel panics
    Mac OS X- How to log a kernel panic
    Post a copy of your most recent complete panic log.

  • Hi I need a password, CPNU94094BO please help asap much needed

    Hi I need a password, CPNU94094BO  please help asap much needed

    Hi,
    In that case, the only option left to try would be to remove the rtc cell - see Page 63 of your Maintenance & Service Guide - then hold down the power button for 30 seconds.
    Leave the notebook like this for 20 minutes, then replace the rtc cell, reassemble and try booting again.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Please help I cannot buy anything in AppStore I'm here in Dubai it says YOUR PURCHASE COULD NOT BE COMPLETED FOR ASSISTANCE, CONTACT ITUNES SUPPORT        Help me please I need to buy something please asap

    Please help I cannot buy anything in AppStore I'm here in Dubai it says YOUR PURCHASE COULD NOT BE COMPLETED FOR ASSISTANCE, CONTACT ITUNES SUPPORT        Help me please I need to buy something please asap

    Click here and request assistance.
    (84901)

  • Help me i am in desperate need of Help!!!

    I am trying to start Puzzlepirates and i believe its somethings to do with java, when i go to download it i just see a red X in the corner and this is the java console message,
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Jon Goodwin
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.net.UnknownHostException: www.puzzlepirates.com
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.isUpToDate(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.loadFromCache(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
         at sun.plugin.cache.JarCache.get(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class Downloadlet not found.
    java.lang.ClassNotFoundException: Downloadlet
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-4" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class Downloadlet not found.
    java.lang.ClassNotFoundException: Downloadlet
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-9" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-Downloadlet" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Please help as much as you can or as little i desperatly need help.

    Oi mate there's no need to be nasty, i was asking why
    and you just throw it in my face,Nobody is throwing anything in your face. You threw a stack trace at us and said Java is broken help me.
    Well Java is not broken.
    The Java program you are running is broken.
    But we don't know what it is doing and where it is broken. Only the people with the source for the program (puzzlepirates) can help you.
    It is not my fault if they won't help you or told you Java is broken.
    and it seems that the java is not working or
    something else is wrong on my computerAs a wild guess there is something wrong with the DNS on your machine or proxy or something like that. This is a guess based on the UnknownHostException. But again that is only a guess and the best guess one can make based on the information present.
    The problem I think is that their applet tries to do something but doesn't account for connections like yours and is blowing up because of that.
    Again only a guess and in the end really does nothing to solve your problem. If you want to solve this problem email the stack trace and perhaps my comments in this post about the UnknownHostException to puzzlepirates and ask them for help.
    Nobody else can help you but them.

  • DESPERATEL​Y NEED LabVIEW help ASAP for hire

    Need LabVIEW expert ASAP for help with outputting a digital signal.  $50-$75 to start - probably would only take an hour though. Would like service by Monday the 24th if possible. Over the phone or on site (Ann Arbor, MI) will work.   Please contact [email protected] or [email protected] 
    We are working with a USB 6501 DAQ board, LabVIEW 8.5, and need to send a 3.5-5 V DC signal for controlled second time intervals (on/off).  For example, send signal for 15 seconds. Turn off for 45. Do this for 3 outputs and repeat this process as many times as controlled by the user. 

    I hope this isn't homework

  • Need a refund asap for an unauthorized charge

    need a refund asap for an unauthorized charge

    Hi Paule Sylvie,
    I see you signed up for our ExportPDF subscription service recently. Is this the charge you are saying is unauthorized?
    Please let me know so I can assist!
    Kind regards, Stacy

  • What iPhone case is this? "pictures" & I need to know ASAP (X-Mas)

    Hello all, does anyone know what iPhone case this is please? I need to know ASAP as I need a new one for X-Mas
    Its hard plastic, with a slight matte finish. One piece.
    Thanks
    1) http://tinyurl.com/y9vozjc
    2) http://tinyurl.com/ybhfgyl
    3) http://tinyurl.com/yasepaq

    The only way for you to get past the passcode would be to restore the phone as a new device in iTunes, thus erasing all data on the phone. Unfortunately, this is the only way to get into the phone, but any owner info will be gone. However, you will be able to see the phone's IMEI number, & with that you can contact various carriers to see if the phone was reported lost or stolen. The carrier won't tell you who the owner is, but they will be able to contact the owner.

  • Since the change over to the Docucloud I'm not authorized to send for signatures.  I need this corrected ASAP  HEEELLLLPPP

    Since the change over to the Docucloud I'm not authorized to send for signatures.  I need this corrected ASAP  HEEELLLLPPP

    Hello Richv96701951,
    Can you please open a support ticket and provide your email address with which you login, so that our support team can resolve it an earliest.
    Support | eSign services from Adobe
    -Rijul

  • So, i just connected my ipod touch 4g to my laptop and there is an update 4.3.3  available  i was downloading it and just as it finishes it says your network session has timed out what ca i do? HELP ASAP PLEASE!!!

    i just connected my ipod touch 4g to my laptop and there is an update 4.3.3  available  i was downloading it and just as it finishes it says your network session has timed out what ca i do? HELP ASAP PLEASE!!!

    Try a direct download:
    iPod, iPhone and iPad Firmware Download
    Manually install it by holding your "Option" key down when clicking on the "Restore" button in iTunes and select the firmware file you downloaded.

  • Lightroom crashes at start up with the error message "Lightroom encountered an error when reading from its preview cache and needs to quit".  Please advise on how to fix this error.  Thanks

    Lightroom crashes at start up with the error message "Lightroom encountered an error when reading from its preview cache and needs to quit".  Please advise on how to fix this error.  Thanks

    You probably need to delete your preview cache.  See here  
    Why And How To Clear Your Lightroom Cache - Lightroom Fanatic
    Preference and other file locations in Lightroom 5

  • So the left side of my iPhone isn't working at all and I even tried turning it off for 5 minutes about 10 million times but nothing is working. Any suggestions on what to do I need help like ASAP!?

    So the left side of my iPhone isn't working at all and I even tried turning it off for 5 minutes about 10 million times but nothing is working. Any suggestions on what to do I need help like ASAP!?

    Have you performed a reset? Tap and hold the Home button and the On/Off button for approximately 10-15 seconds, until the Apple logo appears. Release both buttons and await restart.

  • My iphone 3g is stuck on the connect to itunes mode and it wont show up on itunes. itunes hasnt even detected it on recovery mode. what do i do i really need my phone.. please help

    my iphone 3g is stuck on the connect to itunes mode and it wont show up on itunes. itunes hasnt even detected it on recovery mode. what do i do i really need my phone.. please help

    Please stop altering the fonts, it makes reading postings extremely difficult.  If help is desired, making postings difficult to read is not the way to get help.
    Put the device in DFU mode (google it), then restore.

Maybe you are looking for

  • K7T Turbo D-Bracket USB connector?

    Please I need some help.  I have a K7T Turbo Limited Edition Motherboard 6330 V.30 .  It came with the P2P USB Bracket and the D-Bracket. I can only find one place on the motherboard for a USB connector, how am I supposed to install these?  Is there

  • Problem in setting image in setbouns  size

    hai to all iam new to core java i created an application with 4 fields and 1 button name is browse. my problem is image i want to set full image within specified setbounds it is possible in core java thanks please help me

  • I locked my phone and forgot the pass code and i dont know my apple id either

    i locked my phone and i do not rememeber the passcode and i cannot remeber any of my apple id's

  • Cannot undo the trim selection and return to original clip

    I have a clip 6 seconds long and dragged it into the project. I shortened it to 2 seconds some how. I tried to undo the trim selection. I even deleted the clip from the project and the event. I imported it again. Once I dragged it into the project ag

  • Sales Unit to Base unit validation in Pricing

    Hi I have a material that has base unit in EA and sales unit is CS. The pricing scenario that I am trying to accomplish is that I would like to apply a split case surcharge of 1 USD per EA for the material sold anything outside of a Case. But here is