On Fri, 19 Dec 2003, Orna Agmon wrote:
> > > > My suggestions:
> > > > 1. There is too little space from the top of the page, which makes the pages
> > > > look too crowded. I suggest adding 1em top margin for the body element
> > > > (instead of the "margin: 0" you currently have there). A small left
> > > > margin could also help.
> > >
> > > adding margin : 1.0em in the body makes the whole page have boundaries,
> > > which looks silly on the bar on the left (the color detaches from the
> > > side). How can I do that for just one table cell? (in td.main class)
> > >
> >
> > You can say:
> >
> > .main { margin-top : 1.0em }
>
> It has no effect, as far as I can see (mozilla 1.5).
>
Sorry, my mistake. That should be:
.main { padding-top: 1.0em; }
I also added
.pinmenu { padding : 0.5em }
which makes it look nicer.
> > > > 3. The source directories don't have read permssion, thus causing dead links
> > > > from the about page.
> > > They have read permissions. What they do not have is an index.html inside
> > > them, so the http server does not allow browsing them. How do we change
> > > that, and who can change that? I think it has with apache configuration
> > > more than with site design.
> > >
> >
> > In .htaccess put:
> >
> > <<<
> > Options Indexes
> > >>>
> >
> > That is assuming Apache allows you to change this particular configuration
> > in the .htaccess there. Else you'll need access to the main Apache
> > configuration file.
>
> I tried putting it both in the main directory, and in its subdirs, and got
> no effect. any of the vipe admins?
>
Then probably they forbidden people from overriding it. So, you'll need
access to the main page.
> And another question: Originally, as some of you may have noticed, these
> scripts and css were built for syscalltrack's site. There, Shlomi defined
> the standard as XHTML 1. I am using html4.01 transitional now. Which one
> would we like haifux.org to support?
>
Well XHTML 1.0 is essentially HTML 4.01 only modelled around an XML
foundation. See:
http://www.w3.org/TR/xhtml1/#diffs
As being XML it can be more easily parsed and processed, and there are
also some common mistakes that can be prevented using its stricter syntax.
Thus, I like it better. There is a slight possibility that XHTML will not
be understood correctly by older browsers, but this is the case for any
page with CSS, anyhow.
Both XHTML 1.0 and HTML 4.01 come in Strict and Transitional modes.
Transitional has more visual HTML attributes available. I use XHTML 1.0
Strict for all my sites.
Regards,
Shlomi Fish
----------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Home Page: http://t2.technion.ac.il/~shlomif/
An apple a day will keep a doctor away. Two apples a day will keep two
doctors away.
Falk Fish
--------------------------------------------------------------------------
Haifa Linux Club Mailing List (http://www.haifux.org)
To unsub send an empty message to [EMAIL PROTECTED]