473,396 Members | 2,021 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Look Ma! i even thro in a picture, but still can't get it right....

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

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

please help
Jul 20 '05 #1
9 1516
Els
Mel wrote:
how can i do this with DIVs. ITS KILLING ME !!!!

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


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 -

Jul 20 '05 #2
in post: <news:c8**********@s0b1a68.ssa.gov>
Mel <me**********@ssa.gov> said:
how can i do this with DIVs.
http://moreshit.bruciesusenetshit.in...ut-thingy.shit
+-------------------------------------------+


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
Jul 20 '05 #3
On Thu, 20 May 2004 12:48:27 -0400, Mel <me**********@ssa.gov> wrote:
how can i do this with DIVs. ITS KILLING ME !!!!


<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.
Jul 20 '05 #4

"Els" <el*********@tiscali.nl> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
Mel wrote:
how can i do this with DIVs. ITS KILLING ME !!!!

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


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.


??? 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.

Jul 20 '05 #5
Els
Harlan Messinger wrote:
"Els" <el*********@tiscali.nl> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
+-------------------------------------------+
| |
| HEADER |
| |
+-------+-----------------------------+----+
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| 300px | Stretch to max size | 150 |
| | | |
| | | |
| | | |
| | | |
+-------------------------------------------+
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.


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


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 ;-) )
When someone uses ASCII art to illustrate something like this, I just copy
and paste it into a text editor with a monospace font.


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 -

Jul 20 '05 #6
"Harlan Messinger" <h.*********@comcast.net> wrote:
"Els" <el*********@tiscali.nl> wrote in message
news:40**********************@dreader2.news.tisca li.nl...
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.


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


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.
When someone uses ASCII art to illustrate something like this, I just copy
and paste it into a text editor with a monospace font.


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 <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #7

"Steve Pugh" <st***@pugh.net> wrote in message
news:qf********************************@4ax.com...
"Harlan Messinger" <h.*********@comcast.net> wrote:
"Els" <el*********@tiscali.nl> wrote in message
news:40**********************@dreader2.news.tisca li.nl...

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.


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


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.


Oh, I get it. (D'oh! [And why *is* there an apostrophe in "d'oh"?]) Sorry.
Jul 20 '05 #8
Harlan Messinger wrote:
D'oh! [And why *is* there an apostrophe in "d'oh"?]


"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/
Jul 20 '05 #9
Harlan Messinger wrote:

"Els" <el*********@tiscali.nl> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
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.


??? 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.


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
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: FAQPoster | last post by:
An HTML version of this document is available at: http://www.mvps.org/access/netiquette.htm Feeling left out? Alone? Wondering why everyone's ignoring you? Or why you're being flamed for what...
0
by: FAQPoster | last post by:
An HTML version of this document is available at: http://www.mvps.org/access/netiquette.htm Feeling left out? Alone? Wondering why everyone's ignoring you? Or why you're being flamed for what...
2
by: Lyn | last post by:
I am trying to embed a picture into a Bound Object Frame (Me!Photograph) with the following code which is based on MS article http://support.microsoft.com/?id=158941: strPathname =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.