Please forgive my ignorance...
I just put together a simple HTML site for one of my domains, and am now polishing the look, before it get too large and out of hand.
Originally I set it up as a table, but the left menu was floating down once I had too much content, so I put my nose into a manual, and did a CSS style sheet. I set it up as blocks, and all worked beautifully, until I got to a page where I have a link within text.
That link keeps moving to a separate line
like that
and doesn't want to join the rest no matter what I do.
I tried to invent some coding, telling it: #link a {display: inline} - but I don't think this is anyhting valid, and it didn't change anything.
Anyone can tell me what I'm doing wrong? I'd hate to have to go back to using tables...![]()

Reply With Quote

