Forums

This topic is locked

bugs!

Posted 27 May 2006 23:15:36
1
has voted
27 May 2006 23:15:36 Rob Lysak posted:
Hey people, nice sites out there! I have a few problems with my new site www.divezero.com (1st one i built) so a check is in order, but, I know theres bugs and dont know how to fix them. First, on the browser window it says "index" instead of "dive zero", how can i fix this? secondly, my preloader needs a preloader hahhhaa, or is this normal for it to do this on the initial load up? And last, how do i center the flash, it is curently on top right but no matter what i do it stays that way! I know this is a lot of stuff but man i am at my end!. Thanks ahead for atleast the thought of helping! hahha... anything else to add to "my too do list"?

Replies

Replied 29 May 2006 03:01:27
29 May 2006 03:01:27 bryan taylor replied:
In your html code you need to change the title from index to Dive Zero, or what ever you want. I don't know if you know or not so I am going to tell you. This is one of the first few lines of code. Just look for title and index. Only change the index portion not the rest of that line. As for the rest I am not sure. Since I am still working on my first site as well. Which I am waiting on some opinions from others in this same forum.
Replied 29 May 2006 06:19:11
29 May 2006 06:19:11 Rob Lysak replied:
Thanks Bryan, one down and three to go! oh by the way there , your sites looking sweet, i like it!
Replied 30 May 2006 07:10:10
30 May 2006 07:10:10 bryan taylor replied:
I apperciate that. I keep thinking there is too much text on my homepage, but I can't figure out anyother way of getting the point of the company accross. Any suggestions?
Replied 30 May 2006 11:50:10
30 May 2006 11:50:10 Roddy Dairion replied:
for your flash to be centered if you're using <TD> tags then in there you put align="center" valign="middle" so ur tag shud look like this
<pre id=code><font face=courier size=2 id=code>
&lt;td align="center" valign="middle"&gt;
</font id=code></pre id=code>

concerning the preloader, well some browser am not sure if its with all of them but some browser for e.g. firefox which i use need a flash viewer extension for any website that has flash animation, once the extension is downloaded then you can view any flash animation on a website.

Edited by - roders22 on 30 May 2006 12:03:33
Replied 01 Jun 2006 21:57:24
01 Jun 2006 21:57:24 Rob Lysak replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
for your flash to be centered if you're using &lt;TD&gt; tags then in there you put align="center" valign="middle" so ur tag shud look like this
<pre id=code><font face=courier size=2 id=code>
&lt;td align="center" valign="middle"&gt;
</font id=code></pre id=code>

concerning the preloader, well some browser am not sure if its with all of them but some browser for e.g. firefox which i use need a flash viewer extension for any website that has flash animation, once the extension is downloaded then you can view any flash animation on a website.

Edited by - roders22 on 30 May 2006 12:03:33
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
what if ime not useing tags? or...how do i tell cause i do not see nothing like that in the .html
Replied 02 Jun 2006 11:23:36
02 Jun 2006 11:23:36 Roddy Dairion replied:
its got to have something between the &lt;body&gt; &lt;/body&gt; tags.
Replied 06 Jun 2006 12:03:13
06 Jun 2006 12:03:13 Patrick Woldberg replied:
It should become like

&lt;body bgcolor="#000000"&gt;
&lt;table width="100%"&gt;
&lt;tr&gt;
&lt;td align="center" valign="middle"&gt;
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="1050" height="1050" id="index" align="middle"&gt;
&lt;param name="allowScriptAccess" value="sameDomain" /&gt;
&lt;param name="movie" value="index.swf" /&gt;
&lt;param name="loop" value="false" /&gt;
&lt;param name="quality" value="high" /&gt;

&lt;param name="scale" value="noborder" /&gt;
&lt;param name="wmode" value="opaque" /&gt;
&lt;param name="bgcolor" value="#000000" /&gt;
&lt;embed src="index.swf" loop="false" quality="high" scale="noborder" wmode="opaque" bgcolor="#000000" width="1050" height="1050" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="www.macromedia.com/go/getflashplayer" /&gt;
&lt;/object&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/body&gt;

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
Replied 06 Jun 2006 19:38:17
06 Jun 2006 19:38:17 Rob Lysak replied:
Thanks muchly Patrick, that was the one! I think thats about it, thanks again for everyones help, ime very stoked on the advice. Any comments about the site?

Reply to this topic