Opera browser and the SDMB

PhiloVance reprise

I am interested in having the links in the order I choose not alphabetical order.

In favorites on IE you are able to order the links alphabetically or in any manor you choose. I like to put folders under the links portion of favorites. I have things like comics, stocks etc. When I press on these buttons on the links tool bar the bookmarks displayed in this menu are in alphabetical order. I haven’t found a way to have these display in an order I choose. If I get to these folders through the favorites menu the are displayed in the order I choose. I am using IE version 5.50.

** gazpacho

**

I’m not sure about folders under links, but I’m able to arrange my links entries in any order I chose by using the drag and drop method. I’m not at home now, but at home I use IE 5.5 also, what I’m using here is 6.0. Just left click it and move it to the point within the links folder that you want, then let go. Be careful about double clicking because then you’ll go to that link. :slight_smile:

Just tried it on 6.0 and it’s the same. Good luck.:cool:

That works great for ordering the links when you get to them from the favorites menu. Unfortunately the links in the folders under the links tool bar are for me always in alphabetical order.

Ok, in IE the links appear across the top if you have the links folder checked. They are continued (if all links can’t fit across the top) where it shows LINKS >>. F’rinstance I have a Google link and a SDMB link and I want them to appear as the first two. I just grab one and move it to the top of the links, grab the next do the same. Drag and drop is what I’ve always called it. AFAIK this has always worked. You can do it off of IE (Favorites is, after all, only a folder, tho a special one) in the same fashion. Try it, you might like it. Post back if you have trouble. :wink:

Hmmm. this all started because of Opera, didn’t it? This is a hijack, but who cares. :smiley:

Lets just make sure that we are talking about the same thing. If I click on the favorites menu I get a menu of folders and bookmarks. The first of these is links. The entries in links appear on the links tool bar. In links I have several folders. If I drag the folders around I can rearrange the order they appear on the links tool bar. However if I try and rearrange the bookmarks inside these folders under links the order of the book marks when I press the button on the tool bar is alphabetical no matter what order I have chosen.

Go to http://validator.w3.org/ and put any vB page in, and it barfs all over the place. I use Opera 6 (registered!) as my primary brower, and love it except for reading SDMB. Oh well.

Interesting. I just checked this page, and while there are a few things that it’s probably justified in not liking, most of what it’s complaining about seem to be the URLs in links. Things like ‘Error: Unknown entity “userid”’. Since the “entity” userid is, in fact, a perfectly valid part of a vB url, the validator really shouldn’t be complaining about it.

Netscape 7.0 Preview Release 1 is out, and it renders the first column as fixed-width, like Internet Explorer does. Maybe with the next release of Opera, this problem will just fix itself.

However, given how sweeeeeeet this version of Netscape looks after just a few hours, I may never use Opera again.

That wouldn’t help in Opera, since Opera just ignores the <COL> tag.

If the idea were to force a constant width, then the all the messages should have been formatted as rows of one table, rather than making each message a separate table. The fact that this was not done makes it fairly clear that the designers didn’t think that would be a good idea.

What’s odd is that Opera pretty much treats:
     <TD WIDTH=“175”>…</TD>
     <TD WIDTH=“100%”>…</TD>
as if everything is up for grabs; but changing that to:
     <TD STYLE=“width: 175px”>…</TD>
     <TD WIDTH=“100%”>…</TD>
does produce what I think is the intended effect.

IE 6, as best I can guess, honors the WIDTH attribute and discards the NOWRAP attribute. My guess is that what was wanted was a minimum width of 175px, that would expand — in only those messages that need it — to show all left column lines without wrapping.

Really. Opera is not fully compliant with HTML 4? Forget that; I’m never leaving Netscape.

Opera lists the standards it supports (and the exceptions) at http://www.opera.com/docs/specs/ so you can check out the details. (Of course, that lists intentional non-support only, not bugs… like any non-trivial software, it has some of those, too.)