« March 2006 »
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

You are not logged in. Log in
Open Community
Post to this Blog

Helpful Links
Angelfire Home
Register Your Domain
Angelfire's Twitter
Angelfire's Facebook

Angelfire Club Blog
Need assistance and ideas from fellow Angelfire members to help build and manage your website? You've come to the right place!
To join this Community Blog, you must be an Angelfire member. Just click the "Join this Community" link, and start posting immediately.

Hint: When posting, select a topic that most relates to your question. (News, FrontPage, HTML Questions, etc...) This will help to keep the blog organized for everyone.

View Latest Entries

Wednesday, 8 March 2006

Mood:  irritated
Topic: HTML Questions
I am trying to get a "status bar" script working on my mother's website that I copied from the Angelfire section. When I hit the preview link it works fine but when I save it then try to view it through IE nothing happens!!! I know it has something to do with the tag but I have tried everything I can think of but can't get it working. Can someone look at it and email me with a solution??? (www.angelfire.com/planet/devine/main.html)
(email = band.aid@shaw.ca)

Cheers,
Dean


Posted by planet/devine at 6:24 PM EST | Post Comment | View Comments (5) | Permalink | Share This Post

Wednesday, 8 March 2006 - 8:28 PM EST

Name: mamagoo

your script is ok it is the extra <html> and head tags stopping it...
remove them and it will work...

look for code that looks like the following and remove those HTML AND HEAD TAGS there: aand also move the title up and place it after the HEAD tag that is at the top of your page....

<body bgcolor="#000000" text="#ffffff" link="#000000" alink="#ffa500" vlink="#ff0000">
<basefont size="3">
<br>
<p>
<HTML>
<HEAD>
<TITLE>
Serenity Now and.....Zen
</TITLE>

Wednesday, 8 March 2006 - 8:40 PM EST

Name: mamagoo

the title should go to the top, like this:

<head>
<TITLE>
Serenity Now and.....Zen
</TITLE>
then your status bar script goes here because it has to be in the head tags.....
then the
</head>

Friday, 10 March 2006 - 10:54 AM EST

Name: mamagoo

I see you moved and fixed the html code but you are now missing the </script> it will work now if you fix that, the rest looks fine....it works on a test one I did...

Sunday, 12 March 2006 - 1:45 PM EST

Name: mamagoo

Well see i failed to remember(a senior moment) that the onload script code does not work on bannered sites when I troubleshooted this poster...

so the status bar script doesn't work on free sites with AF banners....but I tried script without the 'onload' function and that didn't work either....

anyone here know of a status bar script that is working on your site with AF banners.

Dean I see you didn't fix the body tag like I mentioned to you via e-mail...where did you go? lol

Monday, 13 March 2006 - 10:55 AM EST

Name: dalleh

the body tag needs the arrow heads left and right, it needs to be betwwen < > ,

<body onLoad="startStatusScroller();"
body bgcolor="#000000" text="#ffffff" link="#000000" alink="#ffa500" vlink="#ff0000"
basefont size="3">

View Latest Entries