zeyais (AT) gmail (DOT) com wrote:
Where's your URL?
Quote:
.leftcolumn{float:left;width:300px;border: 1px solid #ccc} |
Bad style. Hang around for a while or check past discussions to learn
why px dimensions are bad.
Quote:
div class="leftcolumn" id="d_links"
multiple <a href="hello.aspx?q=something">something</a><a
href="hello.aspx?q=something1">something1</a><a |
Why don't you give us the URL of the real page, instead of taking great
trouble in dummifying the stuff, thereby removing a most relevant part
of actual data?
Quote:
The links(text) inside should wrap within the div
tags width but instead that is generated in one long line expanding the
DIV tag. |
If your dummy "something" stuff does not contain spaces, that's more or
less what happens. You have words with nothing between (disregarding the
<a> markup in this context), and browsers generally do not break words.
Links with nothing between them are a very bad idea. Have you
considered, for example, what it _sounds_ when spoken?
So this is really a "Doctor, it hurts when I do _this_. - Then don't do
that." case.
Quote:
PS: I do not have this in public domain to show what is happening. |
This is a comp.infosystems.
www.authoring group. You are supposed to have
a WWW authoring problem or topic if you post here. If the page isn't
ready yet, upload your best effort so far, so that you can specify a URL.