![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#16 |
Loader
![]() Join Date: Jan 2009
Location: Idaho
Posts: 82
Downloads: 255
Uploads: 0
|
![]()
Sight loaded in like a fraction of a second.There is still no music on Firefox.
|
![]() |
![]() |
![]() |
#17 |
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
|
![]()
JCwolf, your page uses Microsoft proprietary commands which will not work in any non-IE browser. Replace those with HTML standard commands and all will be sweet.
That is, try replacing: Code:
<bgsound src="Thor's temple.wav" loop="-1"> Code:
<embed src="Thor's temple.wav" type="application/x-mplayer2" autostart=true loop=true height="0" width="0"> Not sure if clicking on Enter was meant to do anything, but it doesn't. Last edited by JScones; 01-24-09 at 07:32 PM. |
![]() |
![]() |
![]() |
#18 |
Rear Admiral
![]() Join Date: Apr 2006
Location: Swindon, England
Posts: 10,151
Downloads: 35
Uploads: 0
|
![]()
^ what Jaesen said
![]() Seriously Clicking enter does nothing and still no music using Firefox |
![]() |
![]() |
![]() |
#19 |
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
|
![]()
I'm from the old school of programming and thus I still manually write HTML, all in trusty Notepad (Personnel Files in SH3Cmdr are all created "on the fly" from raw code). IMHO the best way to avoid the hassles caused by proprietary commands that "certain" editors use.
@JC, if I may suggest, having a sound file loop endlessly without giving the user the ability to stop it may make some users unhappy. |
![]() |
![]() |
![]() |
#20 |
Rear Admiral
![]() Join Date: Apr 2006
Location: Swindon, England
Posts: 10,151
Downloads: 35
Uploads: 0
|
![]()
And there I was thinking Aus and English were pretty much the same
![]() Will leave the programming to you " experts " HTML or otherwise Cfg altering is as far as I go :rotfl: |
![]() |
![]() |
![]() |
#21 | |
Admiral
![]() Join Date: Jan 2006
Location: Spain , Crossing Gibraltar!
Posts: 2,292
Downloads: 202
Uploads: 1
|
Quote:
|
|
![]() |
![]() |
![]() |
#22 | ||
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
|
![]() Quote:
I was not having a go at you, merely stating that HTML editors have a habit of "masking" problems that unsuspecting people easily miss. And while you state that your editor is good, it's obviously limited, as it only supports one browser. Thus anything you create with your editor will potentially not work on FireFox, Opera, Safari, Google Chrome etc etc without some manual tweaking. If you develop web pages, it is a good idea to have a basic understanding of what goes on "behind the scenes" and not rely on an editor to get it right for you. You don't need to know how to code every line, just enough to know what your editor's limitations are and how to overcome them yourself. Good luck and good to see you back. ![]() |
||
![]() |
![]() |
![]() |
#23 |
Captain
![]() Join Date: Jul 2006
Location: Washington State south of Tacoma
Posts: 495
Downloads: 26
Uploads: 0
|
![]()
Good to see you back in the forum. Hope you can bring back to us your elegant work that was lost.
Your site loads faster (that was a real irritation before) but no sound and the 'Enter' button is not 'hot' - but you know that. The site does seem to hang up loading the last item. Buen suerte, amigo. |
![]() |
![]() |
![]() |
#24 |
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
|
![]()
Just some more feedback, the transition effect also works only in IE, hence why it loads so fast in FF (the effect is ignored and the page simply loads as normal).
|
![]() |
![]() |
![]() |
#25 | |
Admiral
![]() Join Date: Jan 2006
Location: Spain , Crossing Gibraltar!
Posts: 2,292
Downloads: 202
Uploads: 1
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#26 |
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
|
![]()
BlueVoda right? I think it has limited code editing. If so, and assuming you are not using a VodaHost account, then open your HTML page in Notepad and change the code to look like:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Main</title> <meta http-equiv="Page-Enter" content="blendTrans(Duration=1)"> <meta name="GENERATOR" content="Created by BlueVoda"> <style type="text/css"> div#container { width: 1024px; position: relative; margin-top: 0px; margin-left: auto; margin-right: auto; text-align: left; } body { text-align: center; margin: 0; } </style> <style type="text/css"> img { behavior: url("pngfix.htc"); } </style> </head> <body background="Main.jpg" bgcolor="#000000" text="#C0C0C0" vlink="#40E0D0" style="scrollbar-face-color:#68838B;scrollbar-arrow-color:#7FFFD4;scrollbar-3dlight-color:#000000;scrollbar-darkshadow-color:#000000;scrollbar-highlight-color:#40E0D0;scrollbar-shadow-color:#40E0D0;scrollbar-track-color:#7F7F7F;"> <embed src="Thor's temple.mp3" type="application/x-mplayer2" autostart=true loop=true height="0" width="0"> <div id="container"> <div id="bv_Image1" style="overflow:hidden;position:absolute;left:232px;top:104px;z-index:0" align="left"> <img src="Logo.png" id="Image1" alt="" align="top" border="0" style="width:560px;height:384px;"></div> <div id="bv_Image2" style="overflow:hidden;position:absolute;left:461px;top:613px;z-index:1" align="left"> <img src="Enter.png" id="Image2" alt="" align="top" border="0" style="width:103px;height:37px;"></div> </div> </body> </html> |
![]() |
![]() |
![]() |
#27 | |
Admiral
![]() Join Date: Jan 2006
Location: Spain , Crossing Gibraltar!
Posts: 2,292
Downloads: 202
Uploads: 1
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#28 |
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
|
![]()
OK, I just did some research and learnt that BlueVoda saves webpages in an encrypted .bvp format meant exclusively for uploading to VodaHost.
![]() ![]() ![]() ![]() All I can suggest that you try is take the code that I posted above, paste into Notepad and save it as <file>.html where <file> is the name you called the page in BlueVoda (most likely "index") and then use any FTP manager to u/l it to your host, replacing the current version in the process (maybe even the BlueFTP that's included in BlueVoda may work?). There's no indication that VodaHost accepts only BlueVoda files so I can't see why it wouldn't work. But then again... |
![]() |
![]() |
![]() |
#29 | |
Admiral
![]() Join Date: Jan 2006
Location: Spain , Crossing Gibraltar!
Posts: 2,292
Downloads: 202
Uploads: 1
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#30 | |
Admiral
![]() Join Date: Jan 2006
Location: Spain , Crossing Gibraltar!
Posts: 2,292
Downloads: 202
Uploads: 1
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
|
|