Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Problems inserting text in dreamweaver!!!!?

I made my site in photoshop and sliced it fine. I opened the site in dreamweaver insert text by inserting a div tag. i changed the css rules and added the background. I uploaded my site via ftp and i uploaded the images folder. everything else is fine its just that when i view my site on the internet there is a whit box behind the text. what can i do to fix this. Please look at the site before you answer please instead of saying generic answers or just guessing common problems. its www.alijah-hylton.co.uk

Thanks

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    Take a look at your coding, you have your "Home Text Box" listed several times as an "image" and each time is differant and is also linked to the hosting domain, this should only be listed once, i would advise you to delete and manually type in the code yourself, the problem is that its confused, its not sure where to pull the image infomation, which is somtime a result from copying and pasting, if i remember correctly there is an area were you can do so in the program......

    <html>

    <head>

    <title>home</title>

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

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

    </head>

    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

    <!-- Save for Web Slices (home.psd) -->

    <table id="Table_01" width="1000" height="900" border="0" cellpadding="0" cellspacing="0">

    <tr>

    <td colspan="3">

    <img src="images/home_01.jpg" width="1000" height="168" alt=""></td>

    </tr>

    <tr>

    <td rowspan="2">

    <img src="images/home_02.jpg" width="76" height="732" alt=""></td>

    <td><div id="home"><a href="home.html">Home</a></div></td>

    <td rowspan="2">

    <img src="images/home_04.jpg" width="816" height="732" alt=""></td>

    </tr>

    <tr>

    <td>

    <img src="images/home_05.jpg" width="108" height="700" alt=""></td>

    </tr>

    </table>

    <!-- End Save for Web Slices -->

    </body>

    </html>

    <!-- www.000webhost.com Analytics Code -->

    <script type="text/javascript" src="http://analytics.hosting24.com/count.php%22%3E%3C/...

    <noscript><a href="http://www.hosting24.com/%22%3E%3Cimg src="http://analytics.hosting24.com/count.php%22 alt="web hosting" /></a></noscript>

    <!-- End Of Code -->

    Source(s): dreamweaver user
Still have questions? Get your answers by asking now.