Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Linux, Apache, MySQL > Apache Help

Apache Help Post any question relating to Apache here and hopefully someone can help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2005-10-06, 07:24 PM
Junior Member
 
Join Date: Oct 2005
Posts: 2
cangrejero
Default

I created a "header" page with the following code. However, I can't find the directive to make the header show the name of the directory it is displaying. Any guidance is appreciated. Thanks!

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>

<style type="text/css">

body
{
margin: 20px;
padding: 0;
font: normal 85% arial, helvetica, sans-serif;
color: #000;
background-color: #fff;
}

.floatleft
{
clear: left;
width: 95%;
height: 50px;
font: normal 400% arial, helvetica, sans-serif;
color: white;
background-color: #F63;
}

.floatright
{
clear: left;
width: 95%;
height: 50px;
font: normal 400% arial, helvetica, sans-serif;
color: #F63;
background-color: #F63;
}

.p1 {
width: 95%;
font: normal small arial, helvetica, sans-serif;
color: white;
background-color: #F63;
}

.p2 {
width: 95%;
font: normal small arial, helvetica, sans-serif;
color: #F63;
background-color: #F63;
}

.H1 {
font-style: blue;
}

.H2 {
font-style: blue;
}

.hr {COLOR: #6699FF;
width: 95%;
size: 5px;

}
</style>
</head>
<body>

<div class="hr">
<font color="blue"><hr noshade></hr></font>
</div>

<div class="floatleft">
macarena.com
</div>
<div class="p1">This is a private website, accessible by invitation only. If you are an uninvited visitor, you must leave immediately. Thanks!
</div>


<div class="hr">
<font color="blue"><hr noshade></hr></font>
</div>
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:41 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.