I need someone to look over my HTML/CSS please?

Morgan

New member
If you could chat with me that would be awesome...

[email protected]

I'm having a problem with a question that says to display a photo image as a block-level element in a paragraph, and to make these changes in the CSS.. not too sure on how to do this. Any help is appreciated. Thanks!
 
Sorry, I have no access to chat.

Inline elements typically may only contain text and other inline elements.
You can not place a block-level element in an inline element.
Block-level elements typically contain inline elements and other block-level elements.

In order to display a photo image in a paragraph, learn about FLOATS (link below from SmashingMagazine).

If you need some more help, continue here or email me: organizedfellow [is my email address at] gmail.com
 
Back
Top