CPanel can't be the problem if it lets me upload massive files via FTP.
Definitely seem like an upload limit that's set somewhere in ZC.
CPanel can't be the problem if it lets me upload massive files via FTP.
Definitely seem like an upload limit that's set somewhere in ZC.
Always a good idea to Validate your code. Also, I would put your image code in a separate file and use a PHP include plus pre-loader code; will make things go faster.
As it stands right now, many Browsers will lock up or not properly display the page.
Validation has always baffled me and I've never found time to figure out all the errors that it spews out at me. This is my own site, built and maintained by me and I'm a complete amateur. Everything I know about web building is self taught, picked up from forums and a lot of trial and error. So yeah, I do tend to get a lot of validation errors :) That being said though, so does eBay.
I'm 100% certain that anything older than Ie7 is going to make my site look like a scrambled dogs mess. Unfortunately, I have never found a reliable way to have ie6 on my PC os I just check ie7+, FF, Opera, Chrome and Safari.
I hear what you're saying about a pre-loader. That's a brilliant idea! I'll Google for a good HTML utility. Ideally, something that dark-greys out the background while the page is loading and then stops when the page reaches 100%. Is there such a thing?
Any pointers on how to use the PHP include to pull the html from a seperate file would be greatly appreciated.
I would say the majority of coders have learned the same, amateur or professional.
eBay and similar large sites feel that Validation is not cost effective. They don`t realize how much money they are losing. Go to nike.com with Javascript turned off for an example of what I mean.So yeah, I do tend to get a lot of validation errors :) That being said though, so does eBay.
Pre-loaders can take a fair amount of time to learn but once you do, you can do anything you want with them.I hear what you're saying about a pre-loader. That's a brilliant idea! I'll Google for a good HTML utility. Ideally, something that dark-greys out the background while the page is loading and then stops when the page reaches 100%. Is there such a thing?
Put all your Table code into a file, called imagesTable.txt or imagesTable.htm - makes no difference.Any pointers on how to use the PHP include to pull the html from a seperate file would be greatly appreciated.
Upload to the same place as your 'define_coming_soon.php' file.
Add this code within your 'define_coming_soon.php' file:
<?php
include'imagesTable.txt';
?>
Note: you cannot have LI tags within TD tags so remove all of them.
OK, I've split the file in two with a PHP include as described, thank you. Not sure how this helps but I did it anyway.
Can't take out the <Li> tags though. Doing so stops the hover image appearing where it's supposed to... Seems to work well with the <li> tags though.
I've had a scour on Google for a suitable pre-loader but most of it's over my head. Javascript is something that I find difficult to get to grips with. Anyone know of a good, reliable HTML pre-loader that's intelligent enough to know when the page has loaded and swithch off?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.