Hey all! What was the final verdict on the newer versions of Tidy? I am intrigued by the "many enhancements, bug fixes," etc. SouceForge hints about, but I am...
Hi CF_Muehling, ... Hey ;) I'm happy with the old one before sourceforge took it over. You'll just have to try theirs on some copies to see how it fairs. ......
Hi, Mozilla is now introducing a third rendering mode called - brace yourselves - "ALMOST STANDARDS MODE". GAAAAH! ...
2855
CISGWW@...
Jul 9, 2002 3:24 pm
using the insert tag, href link of the html clip i get the following: <a href="keywords/toolbar2.htm"> how can i get the full path of the file, including the...
2856
CISGWW@...
Jul 9, 2002 4:44 pm
how do i align either the text or the image so that the text appears to the right side of the image and starts at the topright corner of the image? thanks for...
when you put the image in, put it in the same paragraph as the text you want it beside and use the align = "right" or left attribute in the image tage ... you...
2858
Ian Rastall
idrastall@...
Jul 9, 2002 6:56 pm
... You can use your stylesheet. In your CSS, you declare .float {float: left;} And then when you do your image, you write: <img class="float" src="foo"...
Hi CISGWW, ... I would make a copy of the whole HTML Library and name it to something like YourHTML. ;) The reason for that is during upgrades you will have...
I just upgraded to TopStyle 3. The topstyle website says be sure to install 3 into a different directory than whatever your current topstyle is in. So I did...
LOL I answered my own question! In case anyone else has this problem, what you do is go tell TopStyle where NoteTab is! You do this by clicking Options, then...
2862
Fay
feigh@...
Jul 18, 2002 2:08 pm
hrs has said I could send a style sheet and find out why it looks bad in Netscape. Thank you, hrs. The version of Netscape is 4.5 I'm working in IE 5.5 Here's...
2863
Adam Weston
adam_weston@...
Jul 18, 2002 6:03 pm
... I don't recomend this at all. You shouldnt be using <font>, <b>, etc any longer because that method has been replaced with CSS. If you must use the old...
Hover will not work in Netscape four, but then again it's a product from before hover was invented. Hover also does not work on an Etcha-a-Sketch. Think I'll...
... bad in ... Hello Fay, I hope I am not stealing Harvey's thunder here, but I have a few extra minutes today and thought I'd quickly analyze your stylesheet....
... Hey John, Don't worry, the reason I joined all these lists is, I was pretty sure I would learn something. With your version of the stylesheet I have yet ...
2867
Adam Weston
adam_weston@...
Jul 19, 2002 5:11 pm
My bad... I thought hover was a MS-specific, but as you implied, I should have checked before opening my mouth. (OK "hate" was too strong a word, but I still...
2868
Jeff Burrows
jeffb2nd@...
Jul 19, 2002 5:44 pm
Still, since the last time Netscape 4 was updated, I have had two children and three new cars. Back then, Netscape did cost between $29 and $79 so I can...
Hi, I hope someone can help me with a problem in NoteTab Pro. I upgraded to 4.9/np (Full Version) Whenever I hit F8 focus is never automatically given to IE6...
Hi Ian, ... That is a Windows issue due to programmers taking advantage of bringing their program to the front when they "shouldn39;t" be. In Help look up...
2871
Fay
feigh@...
Jul 19, 2002 11:00 pm
Thanks, John. The corrected style sheet should be up by tomorrow night. I have to change bits on each page first; takes a while. Every bit of help is...
2872
Fay
feigh@...
Jul 19, 2002 11:00 pm
Being relatively dumb, didn't see the corrected sheet at the bottom of the letter. Thanks v much indeed. I'll look through and c/f what I've done. Thank you....
2873
Fay
feigh@...
Jul 19, 2002 11:00 pm
Knowing that has stopped me from wasting time trying to make it work. Thanks. Fay...
2874
Fay
feigh@...
Jul 19, 2002 11:02 pm
All the html sites said "Make sure it works in old browsers". So I got one, and it didn't. I have no way of knowing how many people would be using NS4. I still...
2875
Fay
feigh@...
Jul 19, 2002 11:52 pm
John, Please, why the alternative font-family? Is it that some browser would have access only to one font family? I know you must be right, but I need to...
Fay, The fonts are controlled by what font is on the computer viewing the web page. If a user does not have the comic font, which you want them to use, sinc ...
2877
Fay
feigh@...
Jul 20, 2002 12:27 am
But as the last bit of font-family it went "sans-serif, serif;" (or the other way around if the first choice was a serif font) . I'm still puzzled. The...
Hi Adam et al. That's ok. I dislike IE, maybe not as strongly as some, It's a pretty ok browser at any rate, but I gave up flaming browsers last year. There...
Hi Fay, Because browsers are so individual, it seems (and even your user's settings will alter the way a web page looks), remember that your page will only...
2880
Fay
feigh@...
Jul 20, 2002 1:04 am
Thanks for this informative and encouraging answer, Stephen. We only have possums here to befoul, and the pages weren't that bad, but background colours were...
2881
Ian Rastall
idrastall@...
Jul 20, 2002 2:21 am
... One important concept in the world of HTML is that web pages should degrade gracefully. This means that when accomodating something like NS4, you don't...