Bienvenido | Colombia Guide
I have an HTML/CSS question about this page. You see where it says “Submitted by Peter”, and there’s a star next to the name. Why does it wrap to the next line? (Firefox and IE) I can’t figure it out, except that it might have something to do with the css (that I didn’t write myself). Anyone?
December 10th, 2004 at 8:17 am
in your second CSS file you have this…
img {
display: block;
border: 0;
}
remove the “display: block;”