You betcha! but you might wanna make sure and wait for someone else here to confirm it as I am not very confident. Better yet, why don't you ask the iPage guys because they can answer your iPage question better...
Yeah your image shows fine in the top right corner below the first blue line....
I'm not sure why your sound files arent working, I use mp3's as background music and they work fine, I use win98se with IE5 & have had no problem, i'd like to know how it looks in NN though....
Is it windows that is the problem though are the file accosiations set to run mp3's / mp4's on your PC..?.
Might not be the problem anyway it could be a combination of things, is your html code ok..?.
Are we reffering to the page you left the link for earlier right..?.
Here to help... jaeman..
I haven't added sounds on this page yet. the page is abouts robots, so i'm having a robot voice saying the names of the links in mp3 or mp4. col thing is when you do this mono and a lower rate the files becomes small (they are REAL short), so they are always between 20 and 40k or so... so that's doable..
I have it on this page though:.
Http://home.wanadoo.nl/rnas/index.html.
With this as code:.
=========================.
<embed src="sounds/striferloop.mp3" width="400" height="50" type="video/x-mpeg" autoplay="true" controller="false" cache="true" loop="true" hidden="true">.
=========================.
The type="" could be wrong, but it was the only way it worked.. anyway.. only known way for me. lol...
Some browsers will not render empty table cells..
<td height="86"></td>.
You have to at least have a non-breaking space in there like so.
<td height="86">&nbsp;</td>.
You have many cells that are empty..
Your sounds works for me in Mozilla. but never make it loop like that as it sounds like crap. also if you do that make sure you give the user a way to stop it, if you don't they will just leave your site...
On a different note, a design flaw many designers ignore is making a link as obvious as possible to the viewer, you need to reduce as much as possible anything that will make a user leave your iPage site prematurely, I only relised there are links amongst your text because I happened to move the mouse over that area, otherwise I wouldn't have noticed them!..
The loop isn't bad here, it's not fluently but not horrible.. i've heard more of that horrible about that sound though and i' having a good sound-guy (a friend of mine.. sound exp on computer.. well.. at least I think he is) making it a smooth loop. I guess windows makes it sound horrible..
Anyway... the sound will stop when you enter the site, background music is mostly irritatingh and people will leave your site.... so.. OR you stop it after the initial page (in this case it will auto redirect to the rest of the iPage site after 20 seconds or so) OR you give an option to turn it off..
And Leoo... I guess you're right... i'll specify in the CSS to make the links underlinded... I do however find it ugly and I can pick out the links on my own, even if they are not underlined... just as easy. But hey...
Underlined links for the people who want it and a nice view for me!.
WHOHOOOO.
Thanks.
*wanders off to add some good deal of non breakings spaces...*..
Hmmm when I put the non breaking space in my empty tables (td's) then they all **** up... I mean.. those lines are not 2 pixels high anymore, but as high as the standard text..
Got any suggestions?..
Then you make a spacer image that is 1x1 and insert it into the cell...
Ok, A couple things:.
#1 - The alignment you want on that top image works fine in Mozilla 0.6.1, BUT in IE 6 it's still centered..
#2 - When you fill all your cells with &nbsp; all you have to do, it set the style for rows with the 2px lines. set it like this:.
<tr style="height:2px; line-height:2px;">.
It worked for me like that. The problem is that the line height for the text size of the &nbsp; is bigger than 2px. so it will not let you make the row smaller than the text. The line height command fixes that..
Aaron..

