Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 11:39 PM
Mel
Guest
 
Posts: n/a
Default Look Ma! i even thro in a picture, but still can't get it right....

how can i do this with DIVs. ITS KILLING ME !!!!

+-------------------------------------------+
| |
| HEADER |
| |
+-------+-----------------------------+----+
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| 300px | Stretch to max size | 150 |
| | | |
| | | |
| | | |
| | | |
+-------------------------------------------+

please help


  #2  
Old July 20th, 2005, 11:39 PM
Els
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....

Mel wrote:
[color=blue]
> how can i do this with DIVs. ITS KILLING ME !!!!
>
> +-------------------------------------------+
> | |
> | HEADER |
> | |
> +-------+-----------------------------+----+
> | | | |
> | | | |
> | | | |
> | | | |
> | | | |
> | | | |
> | | | |
> | | | |
> | 300px | Stretch to max size | 150 |
> | | | |
> | | | |
> | | | |
> | | | |
> +-------------------------------------------+[/color]

set your newsreader to use fixed width font (or what is it
called?) so ----- is exactly as long as 5 spaces.
That way it's easier to see what you mean.

I think you are looking for this example:
http://glish.com/css/7.asp
or maybe
http://www.pixy.cz/blogg/clanky/css-3col-layout/

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -

  #3  
Old July 20th, 2005, 11:39 PM
brucie
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....

in post: <news:c8ingr$ik5$1@s0b1a68.ssa.gov>
Mel <mehra.heravi@ssa.gov> said:
[color=blue]
> how can i do this with DIVs.[/color]

http://moreshit.bruciesusenetshit.in...ut-thingy.shit
[color=blue]
> +-------------------------------------------+[/color]

change the font your newsreader uses to something monospaced such as
'courier new' if you're going to do ascii art.

--
b r u c i e


  #4  
Old July 20th, 2005, 11:39 PM
Neal
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....

On Thu, 20 May 2004 12:48:27 -0400, Mel <mehra.heravi@ssa.gov> wrote:
[color=blue]
> how can i do this with DIVs. ITS KILLING ME !!!![/color]

<div id="header">
</div>
<div id="whateverleft">
</div>
<div id="whateverright">
</div>
<div id="content">
</div>


(Replace whatever with whatever describes the content in that div.)

#whateverleft {float: left; width: 150px;}
#whateverright {float: right; width: 300px;}

This is just one solution. There are others, depending on what you want
exactly. Hard to tell from your post.
  #5  
Old July 20th, 2005, 11:39 PM
Harlan Messinger
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....


"Els" <els.aNOSPAM@tiscali.nl> wrote in message
news:40ace2f6$0$41749$5fc3050@dreader2.news.tiscal i.nl...[color=blue]
> Mel wrote:
>[color=green]
> > how can i do this with DIVs. ITS KILLING ME !!!!
> >
> > +-------------------------------------------+
> > | |
> > | HEADER |
> > | |
> > +-------+-----------------------------+----+
> > | | | |
> > | | | |
> > | | | |
> > | | | |
> > | | | |
> > | | | |
> > | | | |
> > | | | |
> > | 300px | Stretch to max size | 150 |
> > | | | |
> > | | | |
> > | | | |
> > | | | |
> > +-------------------------------------------+[/color]
>
> set your newsreader to use fixed width font (or what is it
> called?) so ----- is exactly as long as 5 spaces.
> That way it's easier to see what you mean.[/color]

??? Are you viewing it in his newsreader or in yours? He can't set the font
your newsreader uses.

When someone uses ASCII art to illustrate something like this, I just copy
and paste it into a text editor with a monospace font.

  #6  
Old July 20th, 2005, 11:39 PM
Els
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....

Harlan Messinger wrote:
[color=blue]
> "Els" <els.aNOSPAM@tiscali.nl> wrote in message
> news:40ace2f6$0$41749$5fc3050@dreader2.news.tiscal i.nl...[color=green][color=darkred]
>>>+-------------------------------------------+
>>>| |
>>>| HEADER |
>>>| |
>>>+-------+-----------------------------+----+
>>>| | | |
>>>| | | |
>>>| | | |
>>>| | | |
>>>| | | |
>>>| | | |
>>>| | | |
>>>| | | |
>>>| 300px | Stretch to max size | 150 |
>>>| | | |
>>>| | | |
>>>| | | |
>>>| | | |
>>>+-------------------------------------------+[/color]
>>
>>set your newsreader to use fixed width font (or what is it
>>called?) so ----- is exactly as long as 5 spaces.
>>That way it's easier to see what you mean.[/color]
>
> ??? Are you viewing it in his newsreader or in yours? He can't set the font
> your newsreader uses.[/color]

I know that :-)
I just assume (sorry if I assumed wrong) that if you set
your newsreader to monospace, you also type your messages in
monospace. That way, he would see what I'm seeing now, and
what most of us see. (assuming again ;-) )
[color=blue]
> When someone uses ASCII art to illustrate something like this, I just copy
> and paste it into a text editor with a monospace font.[/color]

I am reading (and writing) all news in monospace.
My understanding is that the OP does not, or else his
vertical lines (ascii art) would have been straight here too.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -

  #7  
Old July 20th, 2005, 11:39 PM
Steve Pugh
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....

"Harlan Messinger" <h.messinger@comcast.net> wrote:[color=blue]
>"Els" <els.aNOSPAM@tiscali.nl> wrote in message
>news:40ace2f6$0$41749$5fc3050@dreader2.news.tisca li.nl...[/color]
[color=blue][color=green]
>> set your newsreader to use fixed width font (or what is it
>> called?) so ----- is exactly as long as 5 spaces.
>> That way it's easier to see what you mean.[/color]
>
>??? Are you viewing it in his newsreader or in yours? He can't set the font
>your newsreader uses.[/color]

That's the whole point. When viewed with a monospace font the diagram
didn't line up. It was obviously composed using a proportional font,
but as we don't know which one there's no way we can make it appear
correctly.
[color=blue]
>When someone uses ASCII art to illustrate something like this, I just copy
>and paste it into a text editor with a monospace font.[/color]

Did you do that in this case? If you had you would have seen that it
was a mess.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
  #8  
Old July 20th, 2005, 11:39 PM
Harlan Messinger
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....


"Steve Pugh" <steve@pugh.net> wrote in message
news:qf3sa052giqoo6id1ir4lo9opf7r26vi3k@4ax.com...[color=blue]
> "Harlan Messinger" <h.messinger@comcast.net> wrote:[color=green]
> >"Els" <els.aNOSPAM@tiscali.nl> wrote in message
> >news:40ace2f6$0$41749$5fc3050@dreader2.news.tisca li.nl...[/color]
>[color=green][color=darkred]
> >> set your newsreader to use fixed width font (or what is it
> >> called?) so ----- is exactly as long as 5 spaces.
> >> That way it's easier to see what you mean.[/color]
> >
> >??? Are you viewing it in his newsreader or in yours? He can't set the[/color][/color]
font[color=blue][color=green]
> >your newsreader uses.[/color]
>
> That's the whole point. When viewed with a monospace font the diagram
> didn't line up. It was obviously composed using a proportional font,
> but as we don't know which one there's no way we can make it appear
> correctly.[/color]

Oh, I get it. (D'oh! [And why *is* there an apostrophe in "d'oh"?]) Sorry.


  #9  
Old July 20th, 2005, 11:40 PM
Brian
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....

Harlan Messinger wrote:
[color=blue]
> D'oh! [And why *is* there an apostrophe in "d'oh"?][/color]

"The Simpsons'" producers asked Dan Castellenata (sp?) for a certain
exclamatory remark. IIRC (from the interview I heard), he came up with
"doh" for the "exclamatory remark" in the script. The spelling of this
new word came much later.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
  #10  
Old July 20th, 2005, 11:40 PM
Shawn K. Quinn
Guest
 
Posts: n/a
Default Re: Look Ma! i even thro in a picture, but still can't get it right....

Harlan Messinger wrote:
[color=blue]
>
> "Els" <els.aNOSPAM@tiscali.nl> wrote in message
> news:40ace2f6$0$41749$5fc3050@dreader2.news.tiscal i.nl...[color=green]
>> set your newsreader to use fixed width font (or what is it
>> called?) so ----- is exactly as long as 5 spaces.
>> That way it's easier to see what you mean.[/color]
>
> ??? Are you viewing it in his newsreader or in yours? He can't set the
> font your newsreader uses.
>
> When someone uses ASCII art to illustrate something like this, I just copy
> and paste it into a text editor with a monospace font.[/color]

I'm viewing it in a newsreader with a monospace font, and the lines don't
line up. The original poster needs to compose the article with a monospace
font in order for it to have any hope of being understandable *at all*.

--
Shawn K. Quinn
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles