|
From: dorayme on 10 Jan 2008 22:38 In article <78555542533.8554256396.39457(a)news.newsguy.com>, darius <noone(a)here.invalid> wrote: > I have a 2-column %-based layout working, but I'd like to have the left > column be fixed and the right column to take up the rest of the page. > This works under IE > Adapting your markup a bit, is this what you might want: <url: http://netweaver.com.au/alt/darius.html /> ? If you are wondering about colours and the wrapper, you might need to understand about how parents relate to their floated children. You might find the following treatment helpful: <url: http://netweaver.com.au/floatHouse /> -- dorayme
From: Steven Saunderson on 10 Jan 2008 23:28 On Fri, 11 Jan 2008 14:38:26 +1100, dorayme <doraymeRidThis(a)optusnet.com.au> wrote: > <url: http://netweaver.com.au/alt/darius.html /> > <url: http://netweaver.com.au/floatHouse /> dorayme, Is there a reason for the extraneous " /" at the end of your URLs ? I am using Agent and Opera and when I click on these URLs the request has "%20/" appended so I get Page not found. -- Steven
From: dorayme on 10 Jan 2008 23:58 In article <tjrdo35juvtucjkrsuh0lbp9p62ikqnuim(a)4ax.com>, Steven Saunderson <phelum(a)Syd.au> wrote: > On Fri, 11 Jan 2008 14:38:26 +1100, dorayme > <doraymeRidThis(a)optusnet.com.au> wrote: > > > <url: http://netweaver.com.au/alt/darius.html /> > > <url: http://netweaver.com.au/floatHouse /> > > dorayme, > > Is there a reason for the extraneous " /" at the end of your URLs ? I > am using Agent and Opera and when I click on these URLs the request has > "%20/" appended so I get Page not found. I simply have no idea about these things. Seriously. A while back I used to use tinyURLs but then it was said by someone that there was some suspicion about these. Then a chap said to do it this way and that it had some authority behind it. e I also saw another method the other day but have forgotten it. Please, what do you suggest is best that might please nearly everyone? If it is not too onerous, I will just do it! I know I have no end of trouble on a daily basis with this newsreader regarding people's urls but I usually know every workaround... I think I will go back to simply typing the url and leave it at that. What do you think? -- dorayme
From: Jeff on 10 Jan 2008 23:59 Steven Saunderson wrote: > On Fri, 11 Jan 2008 14:38:26 +1100, dorayme > <doraymeRidThis(a)optusnet.com.au> wrote: > >> <url: http://netweaver.com.au/alt/darius.html /> >> <url: http://netweaver.com.au/floatHouse /> > > dorayme, > > Is there a reason for the extraneous " /" at the end of your URLs ? I > am using Agent and Opera and when I click on these URLs the request has > "%20/" appended so I get Page not found. Actually, he got it from me and I got it from Allan Flavell some time ago. It was at that time the correct way to write a URL so that it wouldn't wrap in your newsreader if it was too long. The trailing / is to close the tag, as it is a single tag and their is no closing tag. Since we aren't writing xml, it may not be needed. Perhaps it's time to move on. Who knows about this? Jeff >
From: Steven Saunderson on 11 Jan 2008 02:19
On Fri, 11 Jan 2008 15:58:23 +1100, dorayme <doraymeRidThis(a)optusnet.com.au> wrote: > > > <url: http://netweaver.com.au/alt/darius.html /> > > > <url: http://netweaver.com.au/floatHouse /> > > I simply have no idea about these things. Seriously. A while back > I used to use tinyURLs but then it was said by someone that there > was some suspicion about these. I like tinyURLs but I suppose some people wonder why the writer is hiding the real URL. > Please, what do you suggest is best that might please nearly > everyone? Well, <http://netweaver.com.au/alt/darius.html> seems fine to me as does <url: http://netweaver.com.au/alt/darius.html>. Thanks for the floathouse pages; they are good. I got stuck with parents not expanding to contain children in a site once. The author had tested with IE only and it was fine there but bad with Opera and FF. -- Steven |