Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Adding Pages to a Website Style New Pages

Aldo Merino
Aldo Merino
6,066 Points

Different browsers load at its own way

Sorry for bad typos or bad grammar, english is not my native (might apreciate if u score my english 1~10 btw :P)

i was making my own "about" page but i noticed the img of the about page just got "inline" with the "header" i was looking on my code if i did something wrong cuz i even modified some part of the code, then i even copy-pasted the entire proyect code on my own and still no diference i loaded it on chrome and then i could see the page like the excercise... why is that so?

TL;DR: try opening my "about" page on mozzila and chrome:: http://web.lnjgo7n4w2.treehouse-app.com/about.html

i work on mozilla cuz i can't open chrome on my pc(i am at work right).

2 Answers

Aldo Merino
Aldo Merino
6,066 Points

welp i be found out why this happens, firefox use different vertical align than other browsers.

To fix this i just added "clear:both" at the image proprieties and it showed the image at the desired position.

what is exactly wrong in your code or on the screen. And if your question is about code so let us see code please.