README





Installation Instructions - Online Photo Frames v.1.0


.align-center {
text-align:center;
}
.header-bg-td {
background-image:url(images/header-bg.jpg);
background-repeat:repeat-x;
background-position:top;
width:100%;
}
img {
border:0px;
}
.header {
border:2px solid black;
}
.frame-name {
border:1px solid black;
background-color:#CCCCCC;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:3px;
padding:1px;
padding-right:20px;
padding-left:20px;
}
body {
background-color:#ECECEC;
}
h1 {
margin-bottom:0px;
margin-top:0px;
border-bottom:1px solid black;
}
.right-td-div {
border:1px solid silver;
background-color:#FAFAFA;
padding:10px;
margin:5px;
}
.green-ul li {
border:1px solid green;
background-color:#F3FFF2;
padding:2px;
margin-bottom:5px;
}
h2 {
margin-top:5px;
text-decoration:underline;
}












Installation Instructions for Online Photo Frames v.1.0
If you're reading this, you've already downloaded Online Photo Frames and unzipped it, which is the hard part. Installing Online Photo Frames is easy. Once the files are on a live server come back to this page and visit the example page, where you can preview your code in any of the frame styles. Just take the following steps:

Upload the complete "online-photo-frames" folder to your web server via FTP or your preferred method.
Copy the code below and paste it into your web page between the <head> and </head> tags:

<?php
/* (c) 2005 www.Photoshop-Tutorial-Guide.com
/* Online Photo Frames v.1.01 is FREEWARE. It may not be sold
/* or distributed without the permission of www.photoshop-tutorial-guide.com.
/* Please do not remove this copyright notice or the acknowledgment
/* links below each frame. Thanks and enjoy!!

$frames_absolute_url = "http://www.mywebsite.com";
$frame_styles = "all";
include('online-photo-frames/photo-frame.php');
?>
Replace the $frames_absolute_url value with the absolute URL of your site. Do not add a trailing slash.
To reduce the filesize of the included stylesheet, change the $frame_styles value with the styles of frames you will be using, separated by spaces. For instance: "1 13 29".
The frame will be added around your choice of content. You can add it to images, blocks of code, anything! To add the frame, add the following PHP code before the code you want to frame:
<?php echo startFrame(25); ?>
Next, add this after the code you want to frame:

<?php echo endFrame(25); ?>

Change the number in the startFrame() and endFrame() to the frame style number you want to use.

Questions or Comments?
If you have any questions or comments about this program, feel free to e-mail us at info@photoshop-tutorial-guide.com or visit us at www.photoshop-tutorial-guide.com. Enjoy!




Wyszukiwarka