I don't get this - how is it possible for all the code to be visible in
Notepad when I view source and not render on the actual page in the
browser? 

anyone?

jac





> 
> 
> Thanks Jon,
> yeah i've since read that I'd need some stuff installed on my local
> machine for it to render. So I uploaded it to the server and 
> all that is
> displayed is bg image of the page - no other graphics which is kinda
> wierd but it at least means it is reading the linked style sheet from
> within the head.php file! When I view source in IE it correctly shows
> all the code that is being pulled in using the <?php
> require('head.php')?> & <?php require('header.php')?> but I must be
> going wrong somewhere :o( 
> 
> The url is http://domain625454.sites.fasthosts.com/index.php
> 
> Also, I'll give you the pages below and any help with this is really
> appreciated!
> 
> 
> 
> 
> 
> index.php
> 
> <html>
> <head>
> <title>Great Expectations - </title>
> <meta name="description" content="??">
> <meta name="keywords" content="??">
> <!-- include head information that is repeated in every file -->
> <?php require('head.php')?>
> <script type="text/javascript" src="scripts/nav.js"></script>
> </head>
> <body bgcolor="#FFFFFF" text="#000000"
> onLoad="MM_preloadImages('images/fashion2.gif','images/gifts2.
> gif','imag
> es/vouchers2.gif','images/bookings2.gif','images/news2.gif')">
> <!-- include site header with navigation -->
> <?php require('header.php')?>
> <!-- start page specific structural HTML... the "Content" area -->
> <table width="755" border="0" cellspacing="0" cellpadding="0"
> align="center">
>   <tr> 
>     <td>&nbsp;</td>
>     <td>&nbsp;</td>
>   </tr>
>  </table>
> <!-- end page specific structural HTML -->
> </body>
> </html>
> 
> -------------------------------
> 
> head.php 
> 
> <meta name="OWNER" content="??">
> <meta http-equiv="Content-Type" content="text/html; 
> charset=iso-8859-1">
> <meta name="Author" content="Jaclyn Ward - Ingentus -
> http://www.ingentus.com";>
> <meta http-equiv="imagetoolbar" content="no">
> <meta name="MSSmartTagsPreventParsing" content="TRUE">
> <meta name="RATING" content="Safe for Kids">
> <meta name="ROBOTS" content="index, follow">
> <meta name="REVISIT-AFTER" content="10 days">
> <meta name="DISTRIBUTION" content="global">
> <meta name="RESOURCE-TYPE" content="document">  
> <meta http-equiv="Cache-Control" content="no-cache, no-store,
> proxy-revalidate, must-revalidate"> 
> 
> <link rel="stylesheet" href="great.css" type="text/css">
> <script language="JavaScript">
> <!--
> function MM_swapImgRestore() { //v3.0
>   var i,x,a=document.MM_sr; 
> for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)
> x.src=x.oSrc;
> }
> 
> function MM_preloadImages() { //v3.0
>   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
>     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
> i<a.length; i++)
>     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image;
> d.MM_p[j++].src=a[i];}}
> }
> 
> function MM_findObj(n, d) { //v4.01
>   var p,i,x;  if(!d) d=document;
> if((p=n.indexOf("?"))>0&&parent.frames.length) {
>     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
>   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
> x=d.forms[i][n];
>   for(i=0;!x&&d.layers&&i<d.layers.length;i++)
> x=MM_findObj(n,d.layers[i].document);
>   if(!x && d.getElementById) x=d.getElementById(n); return x;
> }
> 
> function MM_swapImage() { //v3.0
>   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
> for(i=0;i<(a.length-2);i+=3)
>    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
> x.oSrc=x.src; x.src=a[i+2];}
> }
> </script>
> 
> 
> -------------------------------
> 
> header.php 
> 
> <table width="755" border="0" cellspacing="0" cellpadding="0"
> align="center">
>   <tr>
>     <td><img src="images/mini_home.gif" width="82" height="23"></td>
>     <td><img src="images/mini_about.gif" width="103" height="23"></td>
>     <td><img src="images/mini_contact.gif" width="98" 
> height="23"></td>
>     <td><img src="images/top_motif.gif" width="94" height="23"></td>
>     <td background="images/top_bar_bg.gif"> 
>       <table width="100%" border="0" cellspacing="0" cellpadding="0">
>         <tr>
>           <td><img src="images/shim.gif" width="378" height="1"></td>
>         </tr>
>         <tr>
>           <td>&nbsp;</td>
>         </tr>
>       </table>
>     </td>
>   </tr>
> </table>
> <table width="755" border="0" cellspacing="0" cellpadding="0"
> align="center">
>   <tr>
>     <td width="283"><img src="images/logo.gif" width="283"
> height="97"></td>
>     <td>
>       <table width="100%" border="0" cellspacing="0" cellpadding="0">
>         <tr>
>           <td>
>                       <table width="100%" border="0" cellspacing="0"
> cellpadding="0">
>               <tr>
>                               <td><a href="fashion.php"
> onMouseOut="MM_swapImgRestore()"
> onMouseOver="showSubNav('fashion')"><img name="Image7" border="0"
> src="images/fashion1.gif" width="94" height="57"></a></td>
>                               <td><a href="gifts.php"
> onMouseOut="MM_swapImgRestore()" 
> onMouseOver="showSubNav('gifts')"><img
> name="Image8" border="0" src="images/gifts1.gif" width="79"
> height="57"></a></td>
>                               <td><a href="vouchers.php"
> onMouseOut="MM_swapImgRestore()" onMouseOver="swap('vouchers')"><img
> name="Image9" border="0" src="images/vouchers1.gif"   width="113"
> height="57"></a></td>
>                               <td><a href="bookings.php"
> onMouseOut="MM_swapImgRestore()" onMouseOver="swap('bookings')"><img
> name="Image10" border="0" src="images/bookings1.gif" width="115"
> height="57"></a></td>
>                               <td><a href="news.php"
> onMouseOut="MM_swapImgRestore()" onMouseOver="swap('news')"><img
> name="Image11" border="0" src="images/news1.gif" width="71"
> height="57"></a></td>
>                         </tr>
>             </table>
>           </td>
>         </tr>
>         <tr>
>           <td bgcolor="#8a8a8a"><img src="images/shim.gif" width="10"
> height="9"></td>
>         </tr>
>         <tr>
>           <td background="images/nav_motif.jpg"
> style="height:31px;"><div id="subnav"></div></td>
>         </tr>
>       </table>
>     </td>
>   </tr>
> </table>
> <table width="755" border="0" cellspacing="0" cellpadding="0"
> align="center">
>   <tr>
>     <td background="images/pink_div.gif"><img src="images/shim.gif"
> width="10" height="8"></td>
>   </tr>
> </table>
> 
> 
>


____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to