Copy link to clipboard
Copied
This is the HTML website I am having a problem with.
http://sunrisecarhirebroome.com.au/
There are 2 rows of cars. The bottom row next to the XTrail is meant to be the e-scooter.
I have copied the code from the Xtrail for the escooter and changed the image and the title but it has dropped out of the row.
I checked for unclosed divs and cant find any, checked parenthsis, colons etc and cant find any errors.
I have gone crossed eyed looking for the error.
I have added a div and then removed it.
Maybe a fresh pair of expert eyes can show me where I have gone wrong.
Thanks a million
Move the code for the scooter to under the code for the X-Trail as in
Copy link to clipboard
Copied
Move the code for the scooter to under the code for the X-Trail as in
Copy link to clipboard
Copied
Thank you so much .. I have one more thing that is also doing my head in .. just below the cars is a carousel of logos and I want to change the background.
6 times I have changed it and uploaded and replaced the css for it and it just wont change. I have changed it in the inspector and it works no problem, just not the style sheet. I have checked the paths its saving to and uploading to and there is absolutely no reason it shouldnt change other than to do my head in. Please see screenshots.
Copy link to clipboard
Copied
Please FIX your code errors. Some of them are critical.
Copy link to clipboard
Copied
All good .. it was cache. Thanks so much for always being so helpful
Copy link to clipboard
Copied
Add, the following after the style rules on line 604
.logo_section.about-us-section-1 {
background-color:yellow;
}
Change the colour to suit.
Edit: Sorry did not read your reply, please ignore this one.
Copy link to clipboard
Copied
Use the online validation service to find your code errors.
See details below.
https://validator.w3.org/nu/?doc=http%3A%2F%2Fsunrisecarhirebroome.com.au%2F
HINT: <style> tags go inside the <head> tag, not outside it.
Copy link to clipboard
Copied
Thanks Nancy .. you are awesome 🙂