Re: preselected values and conditional options, posted by Stefan Ritt on Sat Feb 12 17:06:44 2005
|
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> Attributes = Author, Type, Category, Subject
> Required Attributes = Author, Type, Subject
|
Re: images attached shown as inline , posted by Stefan Ritt on Sat Feb 12 17:08:32 2005
|
> the following should do the job:
>
> <div style="width: 200px">
|
Re: erroneus encoding, posted by Stefan Ritt on Sat Feb 12 17:31:46 2005
|
> elog sends wrong HTTP headers, charset is empty and not separed from the
> next one "Connection: Keep-Alive ... this bug tells the browser that the
> encoding is "connection:" ... that is wrong.
|
Re: HTML 4.1 transitional validation fails, posted by Stefan Ritt on Sat Feb 12 17:40:55 2005
|
I added ths missing tags. The validator at least does not complain any more. |
Re: preselected values and conditional options, posted by Emiliano Gabrielli on Wed Feb 16 08:45:54 2005
|
> > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> > Attributes = Author, Type, Category, Subject
> > Required Attributes = Author, Type, Subject
|
Re: images attached shown as inline , posted by Emiliano Gabrielli on Wed Feb 16 08:58:47 2005
|
> > the following should do the job:
> >
> > <div style="width: 200px">
|
Re: images attached shown as inline , posted by Stefan Ritt on Wed Feb 16 09:02:09 2005
|
As I wrote you by mail, I implemented your idea in the following way. As you
say, it's only working on Gecko based systems. I did not implement additional
configuration parameters, but made it through the CSS file:
|
Re: HTML 4.1 transitional validation fails, posted by Emiliano Gabrielli on Thu Feb 24 11:23:44 2005
|
> > as this url shows http://www.htmlhelp.com/tools/validator/problems.html#amp
> <br>
> > it should be used an HTML entity instead of the ampersand sign.<p>
|