people.html
This is the page conatining general information
about people with
picture, address, and useful links to working pages.
Every LBNL ATLAS member should have such page. Pictures can be taken with
the digital camera and can be made available to download.
Here is how it looks:
NAME
|
Staff member of the
LBNL
Physics Division.
Address:
Lawrence Berkeley National Laboratory
1 Cyclotron Road, MS xxx-xxxx
Berkeley, CA 94720 USA
email: name@lbl.gov
Phone: (510) 486-xxxx
Fax: (510) 486-xxxx
|
Click here for my working page
LBNL ATLAS Page
and here is the html:
<HTML>
<BODY BGCOLOR="white" >
<CENTER>
<H1> NAME </H1>
<TABLE BORDER=0>
<TR><TD>
<A HREF="/~ciocio/lbl_me300.gif">
<IMG SRC="/~ciocio/lbl_me300_sm.gif"></A>
</TD>
<TD >
Staff member of the
<A target=_top HREF="HTTP://www.lbl.gov">LBNL</A>
<A target=_top HREF="HTTP://www-physics.lbl.gov"> Physics Division</A>.
<P>
<I> Address: </I>
<BR> Lawrence Berkeley National Laboratory
<BR> 1 CycloTRon Road, MS xxx-xxxx
<BR> Berkeley, CA 94720 USA
<P>
<I> email: </I> <B> name@lbl.gov </B>
<BR><I> Phone: </I> (510) 486-xxxx
<BR><I> Fax: </I> (510) 486-xxxx
</TD></TR>
</TABLE>
</CENTER>
<P>
Click
<A HREF="/~pxsys/template.html"> here </A> for my working page
<P>
<HR>
<A target=_top HREF="HTTP://www-atlas.lbl.gov">
<IMG SRC="HTTP://www-atlas.lbl.gov/GIF/back.gif"> LBNL ATLAS Page</A>
</BODY>
</HTML>
template.html
This is an example of a typical page with links, bullets and a table.
This is how it looks:
My Page Title
my first link
LBNL Atlas home
and here is the html:
<HTML>
<HEAD>
<TITLE> My Page Title </TITLE>
</HEAD>
<BODY BGCOLOR=white>
<CENTER> <! between CENTER and /CENTER is centered>
<H1> My Page Title </H1>
</CENTER>
<! example of image display>
<IMG SRC="atlas-hold.gif">
<! end of image display>
<P> <! newline>
<!example of links :
the text "my first link" will be a link to the file "first_item.txt" >
<A HREF="first_item.txt"> my first link </A>
<! example of bullet list items with links>
<UL>
<LI> <A HREF="first_item.txt"> First item </A>
<LI> <A HREF="second_item.txt"> Second item </A>
</UL>
<! end of bullet list items>
<! example of table>
<TABLE BORDER=1>
<CAPTION> <B> Table Title </B> </CAPTION>
<TR> <! new row>
<TD> Row 1 Col 1 </TD>
<TD> Row 1 Col 2 </TD>
</TR> <! end of row>
<TR> <! new row>
<TD> Row 2 Col 1 </TD>
<TD> Row 2 Col 2 </TD>
</TR> <! end of row>
<TR> <! new row with links>
<TD> <A HREF="first_item.txt"> Row 3 Col 1 </A> </TD>
<TD> <A HREF="second_item.txt"> Row 3 Col 2 </A> </TD>
</TR> <! end of row>
</TABLE>
<! end of table>
<HR> <! line>
<A HREF="http://www-atlas.lbl.gov/"> LBNL Atlas home </A>
</BODY>
</HTML>
Sandra