Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-23-2006, 06:45 PM
WebProWorld Member
 

Join Date: Mar 2006
Location: London
Posts: 27
dmcghie RepRank 0
Default html -- coding, never had that problem before, HELP please!

Using dreamweaver

Was just updating a website by removing a logo and all of a sudden the pages has changed when viewing the page on the internet. But when I look at dreamweaver the code on the page is still the same.

Pages in question are here:

http://www.southsideconcepts.co.uk/

This is the code on the page on the server and in dreamweaver with the link to the missing pictures in the middle section of the page:

Code:
</tr>
        <tr valign="bottom">
          <td valign="top"><div align="center">[img]bilder/cobra/arrival_120.jpg[/img]

              <font color="#000099" size="1">We
                        picked up the

              Cobra and brought it

              into our Southside
              Concepts work shop.</font></div></td>
But on the actual live page when right clicking view source one gets this:

Code:
</tr>
        <tr valign="bottom">
          <td valign="top"><div align="center">

              <font color="#000099" size="1">We
                        picked up the

              Cobra and brought it

              into our Southside
              Concepts work shop.</font></div></td>
          <td valign="top"><div align="center">
Its driving me nuts! The same problem is on this page:

http://www.southsideconcepts.co.uk/cobra_respraying.htm

and here:

http://www.southsideconcepts.co.uk/cobra_kitcar.htm

All the photos have disappeared from the middle section, but on my server and in dreamweaver they are there in the code. I dont understand. I have uploaded the site now 4 times and I dont understand why the code on the live site on the net is different to the code on the server and dreamweaver.

Please help!

Thank you!

Dani
Reply With Quote
  #2 (permalink)  
Old 08-23-2006, 06:50 PM
wrmineo's Avatar
WebProWorld Veteran
 

Join Date: Apr 2005
Location: KY USA
Posts: 761
wrmineo RepRank 0
Default

Dani:

This sounds like a stupid IT response to a windows problem, but the first thing I'd do is close DW and reopen it. Then repush the files and if it asks, tell it to but dependent files. DW may have done a little hiccup during the earlier push.

Also, what version of DW are you using? And ... do you have all current updates and patches for your version?

Hope it works itself out soonest!
__________________
W. R. Mineo
Reply With Quote
  #3 (permalink)  
Old 08-23-2006, 07:04 PM
WebProWorld Member
 

Join Date: Mar 2006
Location: London
Posts: 27
dmcghie RepRank 0
Default

Thanks for the super fast reply!

I have done that already, closing, rebooting etc.

What puzzles me that I can see the pictures and graphics all around the page, just the ones in the middle have gone walkies even though the code is there.

I am using dreamweaver mx.

I have done another test page here:

http://www.southsideconcepts.co.uk/c...respraying.htm

and there one can see a very large photo but the ones which should be showing is right next to it (right click view source):


Code:
We picked up the

              Cobra and brought it

              into our Southside
          Concepts work shop.</font></font></div></td>
          <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <font color="#000099">                </font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><font color="#000099"></font></font>
                <map name="Map10">
                  <area shape="rect" coords="6,4,116,84" href="javascript:popUp('http://www.southsideconcepts.co.uk/car_cobra2.htm')">
                </map>
                <font color="#000099">

          The Cobra is sitting securely on top of the trailer.</font></font></div></td>
          <td><div align="center"><font color="#000099" size="1" face="Verdana, Arial, Helvetica, sans-serif">

              The
          old engine. [img]bilder/cobra/arrival_500.jpg[/img] </font></div></td>
        </tr>
        <tr align="center" valign="top">
          <td height="22%"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <font color="#000099">

Original code on server and dreamweaver:

Code:
We
                                    picked up the

              Cobra and brought it

              into our Southside
          Concepts work shop.</font></font></div></td>
          <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <font color="#000099">                </font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><font color="#000099">[img]bilder/cobra/ontrailer_120.jpg[/img]</font></font>
                <map name="Map10">
                  <area shape="rect" coords="6,4,116,84" href="javascript:popUp('http://www.southsideconcepts.co.uk/car_cobra2.htm')">
                </map>
                <font color="#000099">

          The Cobra is sitting securely on top of the trailer.</font></font></div></td>
          <td><div align="center"><font color="#000099"
Reply With Quote
  #4 (permalink)  
Old 08-23-2006, 07:07 PM
WebProWorld Member
 

Join Date: Mar 2006
Location: London
Posts: 27
dmcghie RepRank 0
Default

Could it be a popup blocker problem? Probably not as the photos only pop up into a much larger size if clicked.
Reply With Quote
  #5 (permalink)  
Old 08-23-2006, 07:27 PM
WebProWorld Member
 

Join Date: Mar 2006
Location: London
Posts: 27
dmcghie RepRank 0
Default Untidy code

I think its sorted now. Its Norton blocking it. Anyone else using Norton and not able to see the pix? I guess this calls for a redesign of sorts. Any tips/advice for me?

Can any of you guys see pictures of cars in the middle of the pages? Whilst using some sort of blocker?

http://www.southsideconcepts.co.uk/cobra_respraying.htm

Nearly midnight now. Have to go now but will check it tomorrow also from work to see if the pages are back to normal.

It would be nice if someone could post to tell me if they see the pix.

Thanks!
Reply With Quote
  #6 (permalink)  
Old 08-23-2006, 11:32 PM
arvana's Avatar
WebProWorld Pro
 

Join Date: Jul 2003
Location: Guelph, Ontario, Canada
Posts: 157
arvana RepRank 0
Default

Yup -- I see them!
__________________
Arvana
arvanadesign.com
Reply With Quote
  #7 (permalink)  
Old 08-24-2006, 09:48 AM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Cornwall, UK
Posts: 863
speed RepRank 1
Default

Removing the width and height attributes from img tags usually stops Norton from removing the images, you can still set the size just use CSS, e.g.
Code:
[img]bilder/cobra/ontrailer_120.jpg[/img]
I can't find the full list of image sizes Norton blocks but some are:

120 x 240
120 x 90
468 x 60
234 x 60
120 x 60
125 x 125
__________________
US & UK Web Hosting with hourly backups | Hosting Affiliate Scheme | Web Directory 2 for 1 Offer
Reply With Quote
  #8 (permalink)  
Old 08-28-2006, 08:06 AM
WebProWorld Member
 

Join Date: Mar 2006
Location: London
Posts: 27
dmcghie RepRank 0
Default

Thanks for the heads up. Am looking into it now to get this sorted, because if I have problems thousands of Norton users will also have the same problem of not seeing the photos.

Grrrrrrr......
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , , , , , ,



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

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


Search Engine Optimization by vBSEO 3.2.0