Page 1 of 1
Website help...
Posted: Fri Jan 06, 2006 11:16 pm
by MikeDB
Ok is there any type of HTML needed to stick a movie onto a website? because I was just thinking of maybe useing image tags...
Archived topic from Iceteks, old topic ID:4072, old post ID:33445
Website help...
Posted: Sat Jan 07, 2006 12:04 am
by Red Squirrel
<embed> tags, but don't do it. make people download it instead. I hate embeds (one of the reasons is because they never even work in firefox so I need to dig in the source code for the url). And <a href is much easier to use, anyway.
Archived topic from Iceteks, old topic ID:4072, old post ID:33446
Website help...
Posted: Sat Jan 07, 2006 12:43 am
by Chris Vogel
Red Squirrel wrote: <embed> tags, but don't do it. make people download it instead. I hate embeds (one of the reasons is because they never even work in firefox so I need to dig in the source code for the url). And <a href is much easier to use, anyway.
I agree with Red on all counts. However, you should wrap the <embed> in the standard <object> to maximise browser compatibility. Unfortunately, <img> will be of no help, and I’m not just saying that because I hate it with a passion.
I don’t have any experiences with embedding video in Web pages, but maybe these links will help:<ul><li>
http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3</li><li>
http://www.webaim.org/techniques/captions/windows/3.php</li><li>
http://www.apple.com/quicktime/tutorials/embed.html</li></ul>
EDIT: Wait… Did I just tell you to use a nonstandard element?
Archived topic from Iceteks, old topic ID:4072, old post ID:33448
Website help...
Posted: Sat Jan 07, 2006 2:07 am
by MikeDB
nvm my idea did not work anyway
Archived topic from Iceteks, old topic ID:4072, old post ID:33449
Website help...
Posted: Mon Jan 09, 2006 4:50 pm
by MikeDB
Ok I need more help, now is is possible to make some type of posting system in javascript were I can post up news but no one can comment on it? Also how would I make a site that would look something like this?
Archived topic from Iceteks, old topic ID:4072, old post ID:33466
Website help...
Posted: Mon Jan 09, 2006 5:24 pm
by Red Squirrel
mostly CSS, definately.
Archived topic from Iceteks, old topic ID:4072, old post ID:33470
Website help...
Posted: Sun Jan 15, 2006 3:06 am
by MikeDB
Ok so I have decided on what im doing for my site but know what I need to know is how to change the color of links, also I see on some sites that they have their news in one spot and there is a scroll bar in the site how could I do this for my site? Sort of like in my dumb example there but with no bacl background or anything. I just need to find out how to do that I have searched W3schools.com google I come up with nothing.
just check out my site news page.
http://www.freewebs.com/mike-db
Archived topic from Iceteks, old topic ID:4072, old post ID:33595