Publishing my site

G

Guest

Before I publish my site www.photo-save.com I check it in preview my browser.
I do have to click on: "To help protect your security, Internet Explorer has
restrictd this webpage from running scripts or ActiveX controls that could
access your computer. Click here for options..." I click on it and allow
blocked content. After I do that, all works fine. And then I publish the site.
When I go to my site, none of my movie links work within the pages. On my
intro page when opened it should open with a movie. It worked the day before
yesterday.
Yvonne
 
C

coreybryant

Your code on that page is really not right. You have closed the body
tags and then re-opened them, same with the <html> tags:

</body>
</html>

<html>

<body style="background-attachment: fixed"

You are pointing back to your computer in some of them:
<body style="background-attachment: fixed"
onload="FP_preloadImgs(/*url*/'file:///C:/Documents%20and%20Settings/Yvonne/My%20Documents/My%20Web%20Sites/photo-save/buttons/button18.gif',/*url*/'file:///C:/Documents%20and%20Settings/Yvonne/My%20Documents/My%20Web%20Sites/photo-save/buttons/button17.gif',/*url*/'file:///C:/Documents%20and%20Settings/Yvonne/My%20Documents/My%20Web%20Sites/photo-save/buttons/button1B.gif',/*url*/'file:///C:/Documents%20and%20Settings/Yvonne/My%20Documents/My%20Web%20Sites/photo-save/buttons/button1A.gif')"
bgcolor="#6083AB">

If you want to embed a media file check out this code:
http://www.htmlcodetutorial.com/help/viewtopic.php?t=2970

-Corey
http://www.loudcommerce.com/promo/google.asp
 
W

Windsun

Result: Failed validation, 52 errors
Address:
Encoding: iso-8859-1 (detect automatically) utf-8 (Unicode,
worldwide) utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe)
iso-8859-2 (Central Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North
European) iso-8859-5 (Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek)
iso-8859-8 (Hebrew, visual) iso-8859-8-i (Hebrew, logical) iso-8859-9
(Turkish) iso-8859-10 (Latin 6) iso-8859-13 (Latin 7, Baltic Rim)
iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10)
us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese,
Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese,
simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional)
tis-620 (Thai) koi8-r (Russian) koi8-u (Ukrainian) iso-ir-111 (Cyrillic
KOI-8) macintosh (MacRoman) windows-1250 (Central Europe) windows-1251
(Cyrillic) windows-1252 (Western Europe) windows-1253 (Greek) windows-1254
(Turkish) windows-1255 (Hebrew) windows-1256 (Arabic) windows-1257 (Baltic
Rim)
Doctype: HTML 4.01 Transitional (detect automatically) XHTML 1.1
XHTML Basic 1.0 XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset
ISO/IEC 15445:2000 ("ISO HTML") HTML 4.01 Strict HTML 4.01 Transitional HTML
4.01 Frameset HTML 3.2 HTML 2.0 MathML 2.0 XHTML 1.1 plus MathML 2.0



That page is so full of errors it will take a major overhaul. For example
all kinds of thise stuff
Error Line 271 column 77: "HTML" not finished but containing element ended.
 
W

Windsun

Wow... I tried to fix some of it in EW, and it breaks EW... must be some
strange script in there.

It makes my mouse disappear almost anyplace on the page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top