Hi. I’m almost finished with the HTML/CSS Assesment and I just can’t seem to get the text to wrap around the photo. I’ve tried the float property and it doesn’t help and whenever I try the grid layouts the text usually ends up on my desert picture. I’ve got everything else done to my knowledge I just can’t seem to get the text to wrap around the image. Do you all have any suggestions?
Oh wait nevermind I got it. I had to adjust my display property.
2 Likes
Alright,
So I restructured the code removing the label from within the select element.
Now the response I received was 10/12.
The two missed questions were:
- has exactly one ‘select’ element with a name of ‘pet_type’ and an associated label with the content ‘Type’
- has exactly five ‘options’ elements in the ‘select’ element
Is there anyway to speak with someone regarding this issue, I’m kind of at a loss here. I’ve used 3/4 submissions on this already, with an unclear reason as to what I am not doing correct.
The submission screenshot is below.
- the name for your select tag is not ‘pet_type’
- because it can’t find the correct select name, it’s probably not registering the option tags inside the select statement.
@bryanray is my assumption correct on this?