I want a pge for lists of phones in my company but I can't design this page
please send for me source codr for phone book page in html, or with frontpage.
thanks a lot

Re: phone book by Rob

Rob
Mon Jul 07 08:30:17 CDT 2008

put them in a table with columns for;

last name, first name, department, phone number

something along those lines

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






"asanejad" <asanejad@discussions.microsoft.com> wrote in message
news:21FBA39D-618F-489B-8CBC-879152272300@microsoft.com...
> I want a pge for lists of phones in my company but I can't design this
> page
> please send for me source codr for phone book page in html, or with
> frontpage.
> thanks a lot



RE: phone book by DanL

DanL
Mon Jul 07 08:52:08 CDT 2008

Here ya go:

<html>
<head>
<% ' FP_ASP -- ASP Automatically generated by a FrontPage Component. Do not
Edit. FP_CharSet = "windows-1252" FP_CodePage = 1252 %>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Phone Book</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="1" cellpadding="2" id="table1">
<thead>
<tr>
<th style="color: #FFFFFF" bgcolor="#000000">
<font face="Arial" style="font-size: 12px">
<span style="font-weight: 400"><b>Last Name</b></span></font></th>
<th style="color: #FFFFFF" bgcolor="#000000">
<font face="Arial" style="font-size: 12px">
<span style="font-weight: 400"><b>First Name</b></span></font></th>
<th style="color: #FFFFFF" bgcolor="#000000">
<font face="Arial" style="font-size: 12px">
<span style="font-weight: 400"><b>Department</b></span></font></th>
<th style="color: #FFFFFF" bgcolor="#000000">
<font face="Arial" style="font-size: 12px">
<span style="font-weight: 400"><b>Phone Number</b></span></font></th>
</tr>
</thead>
<tbody>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>

</tbody>
</table>
</body>
</html>


"asanejad" wrote:

> I want a pge for lists of phones in my company but I can't design this page
> please send for me source codr for phone book page in html, or with frontpage.
> thanks a lot