zeyais@gmail.com wrote:
[color=blue]
> Here is my HTML:[/color]
Where's your URL?
[color=blue]
> .leftcolumn{float:left;width:300px;border: 1px solid #ccc}[/color]
Bad style. Hang around for a while or check past discussions to learn
why px dimensions are bad.
[color=blue]
> <div class="leftcolumn" id="d_links">
> multiple <a href="hello.aspx?q=something">something</a><a
> href="hello.aspx?q=something1">something1</a><a[/color]
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?
[color=blue]
> The links(text) inside should wrap within the div
> tags width but instead that is generated in one long line expanding the
> DIV tag.[/color]
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.
[color=blue]
> PS: I do not have this in public domain to show what is happening.[/color]
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.