VSD+Social Bar - Post ID 205343

User 187934 Photo


Senior Advisor
20,271 posts

Try dropping the last </div>:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 38401 Photo


Senior Advisor
10,951 posts

Each single div needs an end div, without them all the browser would look for the first or next end div and use that as the closing div for the last div tag. That could get messy if you forget to add some or have extras. What you're really saying to the browser is:

Hey start this section here
<div> (which stands for divider of content for the most part)

And ok lets end this section of content here:
</div>

So yes, you do need all the inside and outsides and ups and downs and etc. etc. to have exact pairs in the right place :)
User 187934 Photo


Senior Advisor
20,271 posts

Max If you look at the source code with firefox you will see that it's turns some </div> elements red telling you that something is amiss. I'm still seeing the extra </div>;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.