Oh dear, Let me first of all say that there will be no porno at GlamourworldCentral.com when the site is finished .Neither will there be any popups to those...
3929
hsavage
hrs62930
Jul 12, 2003 10:15 pm
... documenmts folder into a page of thumprints which has been created for me by a friend. What I mean is that I have an html web page with 24 spaces in which...
3930
loro
yastupidhoo
Jul 13, 2003 4:17 am
Hi Alex, ... Well, as a starting point, Notetab can insert the image tags with their width and height attributes for you as well as create links. For this to...
3931
GMX lofty282
englishgerman
Jul 13, 2003 10:15 am
Hello Loro, Thank you for taking the time to answer my problem in detail. I have done as you suggested but am still having problems. The first part went great...
3932
lloyd2
lloyd2pmel
Jul 13, 2003 2:49 pm
Hi Alex, Lotta is much more experienced at this than I so I am sure you will want to be able to do things as she suggests. When I started building that web...
3933
calamityjanenow
Jul 13, 2003 3:45 pm
Hi Alex, I think the reason you are seeing file:///C:/.... in your document is that you have not saved the page you are working on in the glamourmodelscentral...
3934
loro
yastupidhoo
Jul 13, 2003 8:29 pm
... That looks very peculiar since the tags kind of overlap each other and a tag like <img href=""> doesn't exists. Did you copy-paste that or can it be a typo...
3935
GMX lofty282
englishgerman
Jul 14, 2003 7:54 am
Hi Lotta, Just a quickie for now to confirm that I have NoteTab version 4.95 Trial. Bit busy at the moment. I did however have a go with the Arles Image...
3936
lloyd2
lloyd2pmel
Jul 15, 2003 12:49 am
Hi All, Well, I finally made the plunge and decided to try to learn CSS. The first bottleneck I don't seem to be able to get around is: I want to use a linked...
3937
lloyd2
lloyd2pmel
Jul 15, 2003 1:04 am
Hi All, The Classes worked fine. Thanks for letting me bat this off someone. Lloyd...
3938
Robert Romberger
robertdelafo...
Jul 15, 2003 4:34 am
... One of the main problems with CSS is still in the adoption process of the various browsers. What works correctly according to the standard in one browser...
3939
Rudolf Horbas
rhorbas
Jul 15, 2003 8:17 am
Robert, ... AFAIK, Netscape 4.x reads the path relative to the html document, while ist should be relative to the style sheet; this is also the reason why Your...
3940
Don Passenger
dpasseng
Jul 15, 2003 2:49 pm
1. ask this question on the html list (I'll copy it there for you now: ntb-html@yahoogroups.com ) 2. give up, it isn't worth the effort, what is the big secret...
3941
loro
yastupidhoo
Jul 15, 2003 11:08 pm
<http://www.mozillazine.org/talkback.html?article=3422> Eric Meyer just confirmed (on another list) that both the layoffs and the logo removal are true and he...
3942
lloyd2
lloyd2pmel
Jul 18, 2003 1:02 am
Hi All, I am trying to learn some CSS . I have been trying to update my home page as a learning application. I just finished the first 10 pages, viewing them ...
3943
Rudolf Horbas
rhorbas
Jul 18, 2003 8:43 am
Hi Lloyd, ... What comes before the class name has to be a valid html element (block or inline) as e.g.: p.first {...} td.first {...} table.first {...} ...
3944
lloyd2
lloyd2pmel
Jul 18, 2003 12:52 pm
Hi Rudi, I have been putting body.first, p.first and td.first all on the same page. Actually I use fi for first, se for second, thi for third, etc. Is that a ...
3945
Robert Romberger
robertdelafo...
Jul 19, 2003 12:25 pm
... These are okay by the rules, but you might want to use a more descriptive name for them, i.e., body.sky{...}, body.dimple{...}, etc. This would make it...
3946
Robert Romberger
robertdelafo...
Jul 19, 2003 12:27 pm
... FWIW, "h" is a valid html element - header, as in h1, h2, h3. However, the original question posed using "h" by itself, which is not a valid element. The...
3947
lloyd2
lloyd2pmel
Jul 19, 2003 1:10 pm
Thank you Robert for your answer. I had never thought of the body.sky{, body.dimple{, etc. For my own web site it probably wouldn't help much but if I ever got...
3948
Rudolf Horbas
rhorbas
Jul 21, 2003 8:37 am
... Of course :-} But, as You mentioned, only valid with the level indicator (1-6). Rudi...
3949
Rudolf Horbas
rhorbas
Jul 21, 2003 8:52 am
Robert, ... Using descriptive names is, in my experience, only useful if the names do not describe the appearance, but the element's structural or semantic ...
3950
Rudolf Horbas
rhorbas
Jul 21, 2003 9:02 am
Lloyd, ... I'm still on Win98, and this, too, did not show file endings by default. I'm sure there's an option in WinXP to turn file endings on. Wait, I'll...
3951
Krzysztof Trybowski
trybowski@...
Jul 21, 2003 12:06 pm
... And this is in fact a wrong attitude. One should rather use classes to define what a certain part of content actually is (first_title, important, ...
3952
lloyd2
lloyd2pmel
Jul 21, 2003 1:43 pm
Hi Rudi, Thank you. My View menu doesn't have an Options or Folder Options BUT my View menu does have a Toolbar with a Customize and it does allow me to add ...
3953
lloyd2
lloyd2pmel
Jul 21, 2003 1:54 pm
... Groannnnn. I am not sure I understand what these pseudo classes and classes are. It looks like there is no real good descriptive way to label it for now...
3954
lloyd2
lloyd2pmel
Jul 22, 2003 1:30 am
Hi All, I am working with a linked stylesheet. I want to change the color of "link", "visited", and "active". I can change the colors but my problem comes that...
3955
Don Passenger
dpasseng
Jul 22, 2003 2:03 am
there is you use classes (these examples are from my HTML days -- meaning caps for tags etc. -- feel free to xhtml it :-) I quick grabbed this, but it works: ...
3956
Rudolf Horbas
rhorbas
Jul 22, 2003 9:16 am
Don't worry, Lloyd. ... Yes, there is. When You label parts of Your content, don't think of how it might look like later, but what these parts mean in the...
3957
lloyd2
lloyd2pmel
Jul 22, 2003 10:21 am
Hi Don, Thank you BUT.......... Tried. I can use classes for link and hover but active and visited dosen't like it. I can put: a:active{ color: #66ff33; } ...