The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Template help, Page problem
fastbysuzuki
post Feb 20 2017, 06:38 AM
Post #1





Group: Members
Posts: 4
Joined: 27-March 12
Member No.: 16,800



Hi I am a novice at this stuff I am using a template for a weather site I am having a couple of problems on two different pages I would be grateful for some advice. The first below page is not yet in the Menue.
Problem 1 on the page www.ncirossallpoint.co.uk/test/terms.php the light blue box that contains the main text goes all the way to the page bottom covering the copyright statement which should be in the darker blue section as in
www.ncirossallpoint.co.uk/test/index.php

Problem 2 on the webcam page I need the image to refresh every 10 seconds and am struggling to do that if someone could advise please www.ncirossallpoint.co.uk/test/webcam.php

Thanks
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 20 2017, 09:46 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(fastbysuzuki @ Feb 20 2017, 12:38 PM) *

Problem 1 on the page www.ncirossallpoint.co.uk/test/terms.php the light blue box that contains the main text goes all the way to the page bottom covering the copyright statement which should be in the darker blue section as in
www.ncirossallpoint.co.uk/test/index.php


The footer is inside div#content so it would get the same background. Alas moving it outside div#content doesn't help. I suspect that is because of the HTML errors. You could have forgotten to close a DIV somewhere or something.
http://htmlhelp.com/cgi-bin/validate.cgi?u...s&input=yes
Start with the easy errors and they'll soon get fewer and we may be able to see the error we are after. Errors like "Error: element u not defined in this HTML version" is fixed simply by changing to a Transitional doctype where things like U is allowed.
http://htmlhelp.com/tools/validator/doctype.html

The first error there, the funky characters, is because your editor insers a BOM, a byte order mark. That doesn't work on the web. Hopefully you can configure it not to do so.
http://www.w3.org/International/questions/qa-byte-order-mark
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 20 2017, 09:55 AM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(fastbysuzuki @ Feb 20 2017, 12:38 PM) *

Problem 2 on the webcam page I need the image to refresh every 10 seconds and am struggling to do that if someone could advise please www.ncirossallpoint.co.uk/test/webcam.php


Is this the script that handles that bit?
http://www.ncirossallpoint.co.uk/test/lib/...ry-1.4.3.min.js
I'm not experiences with jQuery. Doesn't the script come with some documentation that can be of help?

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
fastbysuzuki
post Feb 21 2017, 01:47 PM
Post #4





Group: Members
Posts: 4
Joined: 27-March 12
Member No.: 16,800



QUOTE(pandy @ Feb 20 2017, 09:55 AM) *

QUOTE(fastbysuzuki @ Feb 20 2017, 12:38 PM) *

Problem 2 on the webcam page I need the image to refresh every 10 seconds and am struggling to do that if someone could advise please www.ncirossallpoint.co.uk/test/webcam.php


Is this the script that handles that bit?
http://www.ncirossallpoint.co.uk/test/lib/...ry-1.4.3.min.js
I'm not experiences with jQuery. Doesn't the script come with some documentation that can be of help?



Hi Pandy I have sorted out the webcam thanks for your reply
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 01:45 PM