I don’t know anything about html, but at the bottom of the form on mobile there is text “US Dept of Education Seal”, which I assume is supposed to be an image.
Shit I might get myself assigned to head of an agency, better keep my observations to myself…
Haven’t used html in over a decade but it should go
img src=“LocationOfImageLocallyor.online” alt=“Run for the Hills”
When you mouse over the image the alt text would show. You can manipulate size using height and width in there as well, but if you don’t it should default to the original image size.
It sounds like it isn’t loading properly on mobile and you are seeing the alt text of the image for the seal at the top left at the bottom as if you were hovering over it
Edit: had to remove the <> from the outside, it made my example an image… I’m an idiot for not seeing that coming haha
I don’t know anything about html, but at the bottom of the form on mobile there is text “US Dept of Education Seal”, which I assume is supposed to be an image.
Shit I might get myself assigned to head of an agency, better keep my observations to myself…
Haven’t used html in over a decade but it should go img src=“LocationOfImageLocallyor.online” alt=“Run for the Hills”
When you mouse over the image the alt text would show. You can manipulate size using height and width in there as well, but if you don’t it should default to the original image size.
It sounds like it isn’t loading properly on mobile and you are seeing the alt text of the image for the seal at the top left at the bottom as if you were hovering over it
Edit: had to remove the <> from the outside, it made my example an image… I’m an idiot for not seeing that coming haha