Mis-placed HTML

please see

https://forallthetime.com/BI20/rentals.html# and

https://forallthetime.com/BI20/index.html

struggling here :frowning:

yes, i have tried to understand this before this post

what i am after is the 2 boders on https://forallthetime.com/BI20/index.html

one ontop of the other

https://forallthetime.com/BI20/rentals.html#

here there is a border INSIDE another , not separate link index.html

i hope i am clear :slight_smile:

also, please

https://validator.w3.org/nu/?doc=https%3A%2F%2Fforallthetime.com%2FBI20%2Frentals.html

i got this validation to 2 items, i successfuly figured out most of the issues, now resolved

i need help here :slight_smile:

maybe a codepen? or whatever you think is best

i thank you!

On rentals, You didnt close the panel before the container.
On index, you did.

1 Like

This is the section of code that the validator highlights? :

    </tr>
    <tr>
    <tr>

Where in the above code do you think the problem lies?

Try to work out what the problem is and why it is an issue. You need to be able to develop skills to spot things like this straight away to save you problems later on. :slight_smile:

2 Likes

hello,

should be


</tr>
    <tr>
validator came back clean!

thanks

yes, i had multiple errors, warning and figured all of them out

on my way!

thanks!

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.