Hi,
i only have experience of flash design and i am struggling to put together an intro page for a fully flash site in html. I want the html intro page just to let peple know that it is a flash site and that they should download flash if they havent already. I have managed to lay the page out and it looks pretty much as i want it to…(which pleased me cos as i say i have never used dreamweaver or html before)…but i need help to vertically centre the content…as it is has to lead seamlessly into the flash site which is centerd in the page.
can anyone help.
to view it go to:
www.barrgazetas.com/intropage.html
then click to enter. I would also like to know if there is any clever way of making the whole page one big hot spot that can link to the flash page…as at the moment only the logo and stripe sections link to the page.
anyway, i have pasted my code below in case you can help:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
<style type=“text/css”>
<!–
.style10 {font-family: URWLinearT}
.style11 {color: #999999}
.style12 {color: #333333}
.style17 {
color: #000000;
font-family: URWLinearT;
font-size: 14px;
}
.style19 {font-family: URWLinearT; color: #FFFFFF; }
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}
a:active {
text-decoration: none;
}
.style20 {font-size: 14px}
.style21 {font-size: 18px}
.style22 {color: #FFFFFF}
body {
background-image: url();
}
–>
</style>
<script language=“JavaScript” type=“text/JavaScript”>
<!–
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName==“Netscape”)&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//–>
</script>
</head>
<body>
<table width=“902” height=“601” border=“0” align=“center” cellpadding=“0” cellspacing=“0” background=“images/introbackdrop.jpg”>
<tr>
<td height=“24” colspan=“2”><a href=“main.html” target="_self"><img src=“images/logosmall.jpg” width=“300” height=“24” border=“0” usemap="#Map2"></a></td>
<td width=“588” height=“24”><div align=“right” class=“style17”> </div></td>
<td width=“7”> </td>
</tr>
<tr>
<td width=“6” height=“33”> </td>
<td width=“300”> </td>
<td rowspan=“3”><div align=“right”>
<p class=“style2 style8 style10 style22”>Barr Gazetas</p>
<p class=“style2 style8 style10 style11”>Eastgate House</p>
<p class=“style9 style10 style11”>16/19 Eastcastle Street</p>
<p class=“style9 style10 style11”>London W1W 8DA</p>
<p class=“style2 style5 style10 style12 style20”> T : + 44 (0) 20 7636 558<br>
F : + 44 (0) 20 7636 6865</p>
<p class=“style7 style10 style12”><span class=“style20”><a href="<A href="mailto:info@barrgazetas.com">E">mailto:info@barrgazetas.com">E: info<span class=“style21”>@</span>barrgazetas.com</a></span></p>
</div></td>
<td rowspan=“3”> </td>
</tr>
<tr>
<td height=“215” rowspan=“2”> </td>
<td height=“107”><object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“300” height=“175”>
<param name=“movie” value=“images/rollingwords.swf”>
<param name=“quality” value=“high”>
<embed src=“images/rollingwords.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“300” height=“175”></embed>
</object></td>
</tr>
<tr>
<td height=“48”> </td>
</tr>
<tr>
<td colspan=“4”><a href=“main.html” target="_self"><img src=“images/stripes.jpg” width=“753” height=“320” border=“0” align=“right”></a>
<div id=“Layer1” style=“position:absolute; width:410px; height:20px; z-index:1; left: 658px; top: 584px; font-size: 14px;”><span class=“style19”>Our site uses the latest version of Flash Player.</span> <span class=“style19”><a href=“http://www.macromedia.com” target="_blank">Download it here.</a></span> </div></td>
</tr>
</table>
</body>
</html>