• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Webpage not showing everything

New Here ,
Dec 07, 2017 Dec 07, 2017

Copy link to clipboard

Copied

Hello ... I have my website uploaded and now that's it on the internet, it's not showing everything it did when I was working in dreamweaver.

When you select a specific page, ie: Conterra Arena Rake, in the local site, all the products show up on the the top of the page in thumbnails, however now that it's live, this isn't happening and I don't know why.

The website is: www.conterragroomers.com

And below is the coding I have for Dreamweaver. The bolded items are the ones that don't / won't show up. I've tried a few different approaches and nothing seem to work. All advice / thoughts are greatly appreciated.

Thank you, Aurea

</head>

<header>

<div class="style-logo"><img src="images/Cat_Logo.jpg">

</div>

<nav class="style-nav">

<ul>

<li><a href="index.html"><h5>Home</h5></a></li>

<li><a href="Articles.html"><h5>Arena Footing Tips</h5></a></li>

<li><a href="Contact Page.html"><h5>Contact Us</h5></a></li>

</ul>

</nav>

</header>

<main>

<div class="row">

<div class="style-top"><a href="Dragster2.html"><img  src="Thumbnails/Top Dragster.jpg" alt="" class="home"></a></div>

<div class="style-top"><a href="Equi-QD2.html"><img  src="Thumbnails/Top EqQD.jpg" alt="" class="home"></a></div>

<div class="style-top"><a href="Max2.html"><img  src="Thumbnails/Top Max.jpg" alt="" class="home"></a></div>

<div class="style-top"><a href="Shark2.html"><img  src="Thumbnails/Top Shark.jpg" alt="" class="home"></a></div>

<div class="style-top"><a href="EquiTR2.html"><img  src="Thumbnails/Top EqTR.jpg" alt="" class="home"></a></div>

<div class="style-top"><a href="Quantum2.html"><img  src="Thumbnails/Top Quantum.jpg" alt="" class="home"></a></div> 

</div>

<img src="images/Contact Page A.jpg" alt="" width="783" height="683"/>

<div class="row">

<div class="style-page">

  <video width="460" height="314" poster="images/Rake_Poster.jpg" controls >

   

        </video>

</div>

<tbody>

    <tr>

      <td>

  <div class="style-text"> <img  src="images/Rake_Text.jpg" alt="" class="home"></div>

       </td>

    </tr>

    <tr>

      <td>

        <div class="article"><a href="Thumbnail Pages/TN_Rake 2.html"><img  src="images/old/TN_Rake 2.jpg" alt="" class="home"></a></div>

        <div class="article"><a href="Thumbnail Pages/TN_Rake 3.html"><img  src="images/old/TN_Rake 3.jpg" alt="" class="home"></a></div>

        <div class="article"><a href="Thumbnail Pages/TN_Rake 4.html"><img  src="images/old/TN_Rake 4.jpg" alt="" class="home"></a></div>

           

        </td>

       </tr>

     </tbody>

</table>

</main>

Views

221

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 07, 2017 Dec 07, 2017

Copy link to clipboard

Copied

Once you have uploaded the images to their correct location, all should be well.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 07, 2017 Dec 07, 2017

Copy link to clipboard

Copied

A couple of things here...

1. Did you upload the Thumbnails folder and all of the images?

--If uploaded, is it in the right directory? (I'm getting a File Not Found error for the Thumbnails folder)


2. Do the image file names and the link paths match exactly (right down to CaSe StrucTurE)?

(On your local machine INDEX.html and index.html are the same, on a server, they're two separate files)


3. Normalize your image and page names. Generally it's best to use all lower case alphanumeric names, don't use special characters (&%$@) and avoid using spaces (use underscores or hyphens instead)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 07, 2017 Dec 07, 2017

Copy link to clipboard

Copied

It doesn't appear that you have uploaded the thumbnail images:

http://www.conterragroomers.com/Thumbnails/Top%20Max.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 07, 2017 Dec 07, 2017

Copy link to clipboard

Copied

LATEST

Thank you everyone for your help! Somehow the Thumbnails ended up in the video folder.

It helps to have another set of eyes see what I can't.

All of your advice is greatly appreciated.

Thank you ... thank you ... thank you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines