[Imc-aotearoa-tech] windy (static updates)

finn c. finn at animal-liberation.org.nz
Thu Aug 28 17:45:25 PDT 2003


Hi,

> Hooray for style sheets. The html Looks much tidier. Are
> there any other static pages which have been formatted with
> style sheets?? I was trying to find an example to work from
> and had no luck.

All the static pages are [about.php3, edpolicy.php3 etc] - but only the
actual original content and not the sidebar, menu etc.

> I  think you might need to make an alteration  to the
> styles.css sheet. The list settings are:
> 
> li 	{font:13px arial, helvetica, sans-serif; margin:0px
> 5px 0px -15px; padding:0px; } 
> 
> which puts the list bullet off the screen. I think the '-15'
> should be '15'	. Well, that worked for me anyway. I'm not
> sure whether I have permission to change the file or not,
> but I wanted to check with you anyway.

Take a look at it now - there were some formatting errors, but I have
fixed them.

You don't need <p> tags around any <h> tags as these will do all the
linebreaking and padding for you [with or without css].

You shouldn't mix <p> tags with lists. The correct format is:

<ol>
	<li>for 
	<li>numbered [ordered]
	<li>lists
</ol>

<ul>
	<li>for
	<li>unordered [bulleted]
	<li>lists
</ul>

Thats why you were getting those weird errors. Other than that the pages
are beautiful.

Seeya,
finn


More information about the imc-aotearoa-tech mailing list