I am trying to keep the top text at level with the photo so that it does not move beyond the end of the photo. At the same time I am trying to make sure the page resizes depending on what is being used to view it
yes
yes
Thank you for replying. I don't really have anyone to check over my work so I'm grateful
Tom
@moT01
it's kind of encouraged to just ask
someone may not be around to reply right away, but they might come aroun
d
Randy
@rdavidson3
that's good to know I've been working solo for a while now. It can be maddening to not know if you're doing things right lol
Tom
@moT01
so make sure the page resizes - meaning responsive
you're using all bootstrap which is great with that
you can see the content will display pretty good if you resize the window (make it small)
Randy
@rdavidson3
yes. I have the img class set as responsive but I'm not sure if it is resizing correctly. I thought that would be best. Thanks :)
ah ok let me try
Tom
@moT01
and for the first thing you mentioned
you mean the text goes below the photo (wraps around it)
Randy
@rdavidson3
Thanks @moT01 it does seem to be working . I wasn't sure if it was just because I shurnk the window itself, But I see the image is getting re-sized
Tom
@moT01
?
Randy
@rdavidson3
yeah, I changed the view and it went beyond the photo itself
and I tried to add a <p> but it posted within the <th> of the table
_
Tom
@moT01
i dont really see a problem there
are you meaning when it wraps around the photo? or on a small window it goes a little wider than the photo
Randy
@rdavidson3
maybe it is my chrome. even typing here my messages kinda show up randomly. It wraps around the photo depending on the view
Tom
@moT01
im not quite sure what bootstrap class is doing that
Randy
@rdavidson3
in other words some of the text is at the bottom of the photo instead of stopping at the edge. Unless that's a normal thing that happens
Tom
@moT01
well, like i said - i dont see it as a problem, but there's a way to get it how you want it
Randy
@rdavidson3
ah, that's ok I am just gald it's mostly working as intended lol.
oh? how would I do that?
Tom
@moT01
umm, i would add some css to do it - but that's because im not great with bootstrap
Randy
@rdavidson3
ah, I see. Thank you very much. Playing with the window for a while I see you were right. It's just me not being use to the re-sizing thing.
I just learned bootstrap like tow days ago so I'm not use to seeing it too much in real time
two*
Tom
@moT01
one thing you should do is properly indent your code
makes it more readable
by that i mean - every deeper element should be another tab or space over
i see you kinda started off good - then...
Tom
@moT01
feel free to take a look at any of my projects code for some examples and to see the structure