Help with Visual Lightbox: Scripts

Joined
May 3, 2023
Messages
2
Reaction score
0
Hi guys, I have used this great photo program in the past with great results.
That was some time ago and now I cannot get it set up. I think it is an FTP problem.
I have DreamHost and use their in-house FTP. They said to use FileZilla which I also have
and it took the folder but page still wonky. This is an old page and I normally use this stuff
just as a template and then update it after I get the original up and running.

Here is the code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="description" content="Web design for the 21st. century, Morgans Web, Morgan Chambers">
<META name="keywords" content="web design, inexpensive web design, webmaster, Morgan Chambers, Morgan's Web">
<META name="generator" content="CuteHTML">
<meta name="GENERATOR" content="Mozilla/4.77 [en] (Win98; U) [Netscape]">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">

<head>
<title>World Flower Delivery!</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="keywords" content="Visual LightBox Gallery" />
<meta name="description" content="Visual LightBox Gallery" />
<link rel="shortcut icon" href="favicon.ico" />

<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="engine/css/vlightbox.css" type="text/css" />
<style type="text/css">#vlightbox a#vlb{display:none}</style>
<link rel="stylesheet" href="engine/css/visuallightbox.css" type="text/css" media="screen" />
<script src="engine/js/jquery.min.js" type="text/javascript"></script>
<!-- End VisualLightBox.com HEAD section -->

<style type="text/css">

<!--

a {text-decoration:none;}

body{
background-color:#e0fffd;
}


div.thumbs-left{

float:left;
width:25px;

width:125px;
height:845px;
padding:10px;
border:0px solid gray;

margin:0px 10px 0px 10px;

padding-top:0px 25px 25px 25px;

}

div.vert-bar{

float:left;
width:25px;

width:25px;
height:845px;
padding:2px;
border:0px solid gray;

margin:0px 10px 0px 10px;

padding-top:0px 2px 25px 2px;

}

div.right-content{

float:left;
width:25px;

width:550px;
height:845px;
padding:10px;
border:0px solid gray;

margin:0px 10px 0px 10px;


padding:0px 25px 25px 25px;

}


div.header{

width:550px;
height:150px;
border:0px solid gray;

padding:0px;
margin:20px 25px 10px 0px;

}

div.list{

width:480px;
height:150px;
border:0px solid gray;

padding:0px;
margin:0px 25px 25px 50px;

}


div.mural{

width:400px;
height:375px;
padding:5px 10px 0px 10px;
border:0px solid gray;

margin:5px 75px 5px 75px;

}


#paybox{

width: 550px;
height:119px;
border: 0px solid black;
float: left
margin:auto;

}

.visa-left{

width: 50px;
height:115px;
border: 0px solid red;
float: left;

}

.center{

width: 200px;
height:115px;
border: 0px solid red;
padding:0px 120px 0px 120px;
float: left;

}

.visa-right{

width: 50px;
height:115px;
border: 0px solid red;
float: right;

}

.footbox{

width: 550px;
height:220px;
border: 0px solid black;
float: left
margin:auto;

}

.nav-button{

width: 528px;
height:30px;
border: 0px solid red;
padding:10px;
float: left
margin:auto;

}

.w3c{

width: 526px;
height:101px;
border: 0px solid red;
padding:10px 10px 2px 10px;
float: left
margin:auto;

}

.footer{

width: 536px;
height:25px;
border: 0px solid red;
padding:20px;
float: left
margin:auto;

}


-->

</style>

</head>
<body>

<!--Open outer lock table-->
<table align="center" border="0" bordercolor="aqua" cellpadding="5" cellspacing="5" height="1000" width="800">
<tr><td align="center" valign="top"><img src="spacer.gif" width="875" height="97" border="0" alt="FLOWERS BY MARIA!" />


<!--Begin left thumb div panel-->
<div class="thumbs-left">
<!-- Start VisualLightBox.com BODY section -->
<div id="vlightbox">
<a class="vlightbox" href="data/images/flower_picture_1.jpg" title="flower_picture_1"><img src="data/thumbnails/flower_picture_1.jpg" alt="flower_picture_1"/></a>
<a class="vlightbox" href="data/images/flower_picture_2.jpg" title="flower_picture_2"><img src="data/thumbnails/flower_picture_2.jpg" alt="flower_picture_2"/></a>
<a class="vlightbox" href="data/images/flower_picture_3.jpg" title="flower_picture_3"><img src="data/thumbnails/flower_picture_3.jpg" alt="flower_picture_3"/></a>
<a class="vlightbox" href="data/images/flower_picture_4.jpg" title="flower_picture_4"><img src="data/thumbnails/flower_picture_4.jpg" alt="flower_picture_4"/></a>
<a class="vlightbox" href="data/images/flower_picture_5.jpg" title="flower_picture_5"><img src="data/thumbnails/flower_picture_5.jpg" alt="flower_picture_5"/></a>
<a class="vlightbox" href="data/images/flower_picture_6.jpg" title="flower_picture_6"><img src="data/thumbnails/flower_picture_6.jpg" alt="flower_picture_6"/></a>
<a class="vlightbox" href="data/images/flower_picture_7.jpg" title="flower_picture_7"><img src="data/thumbnails/flower_picture_7.jpg" alt="flower_picture_7"/></a>
<a class="vlightbox" href="data/images/flower_picture_8.jpg" title="flower_picture_8"><img src="data/thumbnails/flower_picture_8.jpg" alt="flower_picture_8"/></a>
<a class="vlightbox" href="data/images/flower_picture_9.jpg" title="flower_picture_9"><img src="data/thumbnails/flower_picture_9.jpg" alt="flower_picture_9"/></a><a id="vlb" href="http://visuallightbox.com">Web Slideshow Software by VisualLightBox.com v3.1</a><script src="engine/js/visuallightbox.js" type="text/javascript"></script>
</div>
<!-- End VisualLightBox.com BODY section -->

</div>
<!--End left thumb panel-->

<!--Begin vert bar panel-->
<div class="vert-bar">

<img src="spacer.gif" border="0" align="middle" height="35" width="2" /><br /><img src="vert.gif" border="0" align="middle" height="1000" width="2" />
</div>
<!--End vert bar panel-->

<!--Begin main/right panel-->
<div class="right-content">

<!--Begin header panel-->
<div class="header">

<img src="http://images.cooltext.com/1450210.png" width="518" height="145" border="0" alt="Shipped World Wide!" />
</div>
<!--End header panel-->

<!--Begin list panel-->
<div class="list" align="left">

<ol type="disc"><font face="Arial Narrow" color="#008a8a" size="4"><i>
<li>World wide distrubutor</li>
<li>All flowers grown fresh for you</li>
<li>Big discounts on events and parties</li>
<li>Free local delivery</li>
<li>Check your local paper for specials each week</li>
<li>We accept Visa, Mastercharge, Discover & Amex Cards</li></i>
</ol></font>

</div>
<!--End list panel-->

<div class="mural">

<img src="pink.jpg" border="0" height="370" width="340" alt="PLUMARIA" />
<img src="spacer.gif" border="0" height="30" width="400" />
</div>
<!--End mural panel-->

<!--Begin PayPal paybox panel-->
<div id="paybox" align="center">

<div class="visa-left" align="center" >

<img src="credit02.gif" width="45" height="110" border="0">
</div>

<div class="center" align="center">

<img src="spacer.gif" align="middle" width="200" height="30" border="0"><br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" width="1" height="1">
</form>
</div>

<div class="visa-right" align="center">

<img src="credit02.gif" width="45" height="110" border="0">
</div>

</div>
<!--End PayPal paybox panel-->

<!--Begin footbox panel-->
<div class="footbox">

<!--Begin nav-button panel-->
<div class="nav-button">

<img src="cooltext453814601.png" onmouseover="this.src='cooltext453814601MouseOver.png';" onmouseout="this.src='cooltext453814601.png';" border="0" alt="LINK TO PAGE OF YOUR CHOICE!" />
</div>
<!--End nav-button panel-->

<!--Begin W3C panel-->
<div class="w3c">

<img src="w3c.gif" border="0" height="100" width="100" />
</div>
<!--End W3C panel-->

<!--Begin footer panel-->
<div class="footer">

<font size="3" color="#b1b1b1">Home | <font size="3" color="#b1b1b1">About | <font size="3" color="#b1b1b1">Specials | <font size="3" color="#b1b1b1">Terms & Conditions | <font size="3" color="#b1b1b1">Contact</font> | <font size="3" color="#b1b1b1">Home
</div>
<!--End footer panel-->

</div>
<!--End footbox panel-->

</div>
<!--End main/right panel-->

</td></tr>
</table>
<!--Close outer lock table-->

</body>
</html>
 
Joined
Mar 31, 2023
Messages
95
Reaction score
8
It seems that the code you shared is an HTML code for a web page. However, I cannot see any indication of an FTP problem from the code alone. Can you provide more information about the issue you are facing?
 
Joined
May 3, 2023
Messages
2
Reaction score
0
It seems that the code you shared is an HTML code for a web page. However, I cannot see any indication of an FTP problem from the code alone. Can you provide more information about the issue you are facing?
Thanks for your response. I use DreamHost and their FTP system but it cannot upload folders and that is what is needed. I also have FileZilla they say will upload folders but it still did not work...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top