kind help (html center aligned, scrollbars etc)

liunx

Guest
could someone be kind enough to help me with some code? my website is online at <!-- w --><a class="postlink" href="http://www.scottlambert.net">www.scottlambert.net</a><!-- w --><br />
<br />
i need to lose the scrolllbars and make sure its always center aligned. <br />
<br />
you can see from the site that i'm a creative and don't know to much about this stuff.<br />
<br />
thanks<br />
S.<!--content-->interesting. Your going to have to bruise through at least a beginners guide to tables, especially when you are placing values of 'center' in the width/ height properties. <br />
<br />
Your flash movie is specified to be 960 pixels wide... much too wide for an 800x600 screen. Flash can take percentage values for width and height. I've modified your code slightly below to illustrate such. <br />
<br />
<br />
<HTML><br />
<HEAD><br />
<TITLE>s c o t t l a m b e r t . n e t</TITLE><br />
</HEAD><br />
<BODY bgcolor="#333333"><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><br />
<tr><br />
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="100%" height="100%"><br />
<param name=movie value="hm.swf"><br />
<param name=quality value=high><br />
<embed src=http://www.htmlforums.com/archive/index.php/"http://www.home.earthlink.net/~s_lambert/hm.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%"><br />
</embed> <br />
</object></td><br />
</tr><br />
</table><br />
</BODY><br />
</HTML><!--content-->also, your flash movie preloads to 91% then hangs.<!--content-->I might suggest taking a simple, short tutorial over at <!-- w --><a class="postlink" href="http://www.trainingtools.com">www.trainingtools.com</a><!-- w --> to familiarize yourself with HTML and some of the containers used (such as tables, divs, layers), how to set them up, and how to modify them to suit your needs.<!--content-->on the case re the hanging! will post agin when fixed<br />
thanks for the code.<!--content-->thanks dr web. I will have a go with training tools. sounds like just what I need. I used to design for the web and then just hand over to techies and thus only picked up a tiny bit.<br />
Is it still hanging at 91?<!--content-->
 
Back
Top