Download free stock photos on Dreamstime. Free registration

Old 01-07-2009, 14:20   #1 (permalink)
paffett1976
Registered User
 
Join Date: Jul 2009
Posts: 5
driving me mad...

having just got off the ground in the big wide world of the web, I have had a client come across to me because her agency went bust... however... There is an issue with the background image repeating and throwing the HORRID Flash out...

check out Victoria Kay School of Beauty can any one advise, as I have spent an hour messing around with the code and cannot see the wood through the trees now...

<style type="text/css">
<!--
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: none;
color: #999999;
}
a:active {
text-decoration: none;
color: #333333;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
background-image: url();
}
.style5 {font-size: 10px}
-->
</style>
<script src="insert_active_flash.js"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><table width="887" height="600" border="0" cellpadding="0" cellspacing="0" bordercolor="#666666">
<tr valign="top" bordercolor="#FFCCFF" background="vksob layout 2.jpg">
<td width="890" height="593" background="images/bg.jpg"><table width="864" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="84" colspan="2" align="left"><div id="myFlashDiv">
<script>
myFlashObject=new Object
myFlashObject.movie="swirl.swf"
myFlashObject.quality="high"
myFlashObject.wmode="transparent"
myFlashObject.width=600
myFlashObject.height=82
myFlashObject.version="5,0,0,0"

commitFlashObject(myFlashObject, "myFlashDiv")
</script>
</div></td>
<td width="20%" valign="bottom" class="Body">&nbsp;</td>
</tr>
<tr>
<td width="17%" height="416" align="left" valign="top"><div id="menudiv">
<script>
myFlashObject2=new Object
myFlashObject2.movie="menu.swf"
myFlashObject2.quality="high"
myFlashObject2.wmode="transparent"
myFlashObject2.width=180
myFlashObject2.height=416
myFlashObject2.version="5,0,0,0"

commitFlashObject(myFlashObject2, "menudiv")
</script>
</div></td>
<td colspan="2" align="left" valign="top"><div id="photosdiv">
<div align="left">
<script>
myFlashObject3=new Object
myFlashObject3.movie="home images.swf"
myFlashObject3.quality="high"
myFlashObject3.wmode="transparent"
myFlashObject3.width=400
myFlashObject3.height=416
myFlashObject3.version="5,0,0,0"

commitFlashObject(myFlashObject3, "photosdiv")
</script>
</div>
</div></td>
</tr>
<tr>
<td height="88" colspan="2" align="left" valign="left" class="Bodysmall"><table width="113%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="71%" align="left" valign="middle" class="Bodysmall"><div align="left">
<blockquote>
<p><a href="index.htm" class="pagelink">Home</a> | <a href="about.htm" class="pagelink">About Us</a> | <a href="courses.htm" class="pagelink">Course Info </a> | <a href="packages.htm" class="pagelink">Packages</a> | <a href="prices.htm" class="pagelink">Price List </a> | <a href="credentials.htm" class="pagelink">Credentials</a> | <a href="salons.htm" class="pagelink">Salons</a> | <a href="gallery.htm" class="pagelink">Gallery</a><a href="testimonials.htm" class="pagelink">Testimonials</a> | <a href="consultancy.htm" class="pagelink">Consultancy</a> | <a href="links.htm" class="pagelink">Useful Links</a> | <a href="contact.htm" class="pagelink">Contact Us</a> | <a href="sitemap.htm" class="pagelink">Site Map</a></p>
</blockquote>
</div></td>
<td width="29%" class="Bodysmall"><div align="center"><a </a></div></td>
</tr>
</table></td>
</tr>

</table></td>
</tr>
</table>
</td>
</tr>
</table>
  Reply With Quote
Old 01-07-2009, 14:25   #2 (permalink)
paffett1976
Registered User
 
Join Date: Jul 2009
Posts: 5
the code itself is a mess and I am going to redev this, but need to help the cleint out in the short term...
  Reply With Quote
Old 01-07-2009, 14:35   #3 (permalink)
Starbright
Senior Member
 
Starbright's Avatar
 
Join Date: Feb 2007
Location: Leicester, UK
Posts: 5,948
I'd go through and sort the code now. there isn't much there. It'd take less time to do that than to try and work out what bit is wrong.
__________________
  Reply With Quote
Old 01-07-2009, 14:49   #4 (permalink)
Paul
shifting...
 
Paul's Avatar
 
Join Date: Oct 2006
Location: location, location
Posts: 1,998
<td colspan="2" align="left" valign="top"><div id="photosdiv">

shouldn't colspan only be 1??????
  Reply With Quote
Old 01-07-2009, 16:28   #5 (permalink)
paffett1976
Registered User
 
Join Date: Jul 2009
Posts: 5
cheers folks

will check out bits in morning, many thanks for the advice, site looks nice but engine underneath is a real mess LOL....
  Reply With Quote
Old 01-07-2009, 16:40   #6 (permalink)
amadbadsbleax
Registered User
 
Join Date: Jul 2009
Posts: 4
Silkopiget

  Reply With Quote
Old 02-07-2009, 04:44   #7 (permalink)
paffett1976
Registered User
 
Join Date: Jul 2009
Posts: 5
the flash seems to be causing the issue, when you align it, its not behaving any ideas, technically if this ranged left this would sit inside the site... bloody 2 bob designer who built this...
  Reply With Quote
Old 02-07-2009, 04:51   #8 (permalink)
Paul
shifting...
 
Paul's Avatar
 
Join Date: Oct 2006
Location: location, location
Posts: 1,998
Quote:
Originally Posted by Paul
<td colspan="2" align="left" valign="top"><div id="photosdiv">

shouldn't colspan only be 1??????

tested that and it fixed the problem, I would recode it though, would only take an hr or so
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive
Web Hosting by Heart Internet, vBulletin © 2000-2009 Jelsoft Enterprises Limited.
Search Engine Optimization by vBSEO 3.0.0 RC8
Web Hosting by Heart Internet