Display problems

nickmcgraw

New Member
So I figured out my float problems and now I'm on the right track to displaying my thumbnails nicely on the page.

I've now hit another problem. I don't know what I did to mess this up, but whenever I try to preview my page live on the local server, it's not looking right.

Instead of floating everything left, it stacks them on top of each other...almost as if there is no float in the CSS.

This is what it looks like. All of my thumbnails are in .1strow

.1strow {
padding-right: 10px;
padding-bottom: 10px;
float: left;
}




It worked this morning, and an hr later it doesn't

Is there anything I can do? I went to Inspect Element and Live View, and its stacking them vertically there too. So something isnt working here
 

Frank

New Member
Please put it online and post the link here. If that's not possible, give us the whole relevant code. So from <!doctype> to </html>, but stripped of all irrelevant matters. In one code block, please.
 
Top