Skip to main content
Participant
March 29, 2023
해결됨

my footer is being overlapped by my body text

  • March 29, 2023
  • 1 답변
  • 442 조회

I'm following a basic HTML tutorial on building a website, and I'm stuck on a part where she has told me to duplicate my article within my container (that's inside of the body), and on her website, the length of the container automatically adjusted, but on mine, it overlapped my footer and the container's background never extended. 

I tried adjusting the padding for the footer but it stays overlapped, and I tried the same with the container but it adjusts all of the articles in the container that I duplicated.

I'm mainly confused about why it's overlapping, but also why the container is auto-adjusting even though that's how I've coded it. My code is identical to the tutorial so some guidance would be appreciated.

이 주제는 답변이 닫혔습니다.
최고의 답변: Caro.Iridian

I fixed it! my article and main beginning tags were swapped in the beginning.

1 답변

Caro.Iridian작성자답변
Participant
March 29, 2023

I fixed it! my article and main beginning tags were swapped in the beginning.

Nancy OShea
Community Expert
Community Expert
March 29, 2023

Glad you solved the issue.  When layout issues arise, always validate code & fix reported errors.  Window > Results > Validation... check document.

 

Nancy O'Shea— Product User & Community Expert