Want to start HTML?
-
- Posts: 94
- Joined: 01 Apr 2011, 22:46
- Contact:
Re: Want to start HTML?
so i must start from scratch or analize my code?
Themindstormman3141
Website admin of themindstormman3141.com
NXT FOR ALL
Website admin of themindstormman3141.com
NXT FOR ALL
Re: Want to start HTML?
You should host your video on YouTube. It's much faster, more easy to use, and puts less strain on your website. If you insist on using your website to host the video, there are a number of ways to embed it.
I'm not sure why you're using
YouTube provides HTML code to
Code: Select all
<img src="superbowl_xlv.wmv" width="500" height="350" alt=" To start video right click on your mouse then press open in new window.">
img
. Possibly object
or embed
would work. But again, you really should use YouTube. I would.YouTube provides HTML code to
embed
your movie into your webpage.Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE
Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
Re: Want to start HTML?
In a way, yes. I've taken a quick look, and you don't seem to be using any CSS. And you need morethemindstormman wrote:so i must start from scratch
div
s to structure your page in an organized fashion.Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE
Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
-
- Posts: 224
- Joined: 30 Oct 2010, 04:10
- Location: 127.0.0.1
- Contact:
Re: Want to start HTML?
Also, this line in you homepage doesn't really work properly
Code: Select all
<IMG STYLE="position:absolute; TOP:0px; left:0px; WIDTH:1263px; HEIGHT:100px" src="themindstormman3141_home.jpg"
Commit to Lego Mindstorms StackExchange Q&A http://area51.stackexchange.com/proposals/4105
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
-
- Posts: 94
- Joined: 01 Apr 2011, 22:46
- Contact:
Re: Want to start HTML?
i'll change things when i get a chance cause i'm i've been busy.
as for the youtube embed thing at the time i didn't have an account but now i'll try embedding it.
as for the youtube embed thing at the time i didn't have an account but now i'll try embedding it.
Themindstormman3141
Website admin of themindstormman3141.com
NXT FOR ALL
Website admin of themindstormman3141.com
NXT FOR ALL
Re: Want to start HTML?
Hi themindstormsman,
I suggest that you try http://validator.w3.org/. It is type of like a compiler, but for HTML and CSS. I have ran my site through it a number of times, and it shows you what HTML code you need to fix. Plus, every page that passes gets free stickers!
I suggest that you try http://validator.w3.org/. It is type of like a compiler, but for HTML and CSS. I have ran my site through it a number of times, and it shows you what HTML code you need to fix. Plus, every page that passes gets free stickers!
Re: Want to start HTML?
Code: Select all
<img src="superbowl_xlv.wmv" width="500" height="350" alt=" To start video right click on your mouse then press open in new window." />
http://www.w3schools.com/html5/html5_video.asp
At least you could put a link to the video.
Code: Select all
<a href="superbowl_xlv.wmv">Click here to see my SuperBowl video!</a>
-
- Posts: 224
- Joined: 30 Oct 2010, 04:10
- Location: 127.0.0.1
- Contact:
Re: Want to start HTML?
Yes but then the majority of IE users won't be able to see it.studbrickmaster wrote:
Hmm... I'm not happy with that code. Have you seen the HTML 5 way of putting videos on your site?
http://www.w3schools.com/html5/html5_video.asp
I know the people of this forum usually have more sense, I'm using FF7a1
but some people will not see it properly.
PS, w3schools is a bad site.
Commit to Lego Mindstorms StackExchange Q&A http://area51.stackexchange.com/proposals/4105
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
Re: Want to start HTML?
I think that sometimes web page developers (or people that are just playing around ) have to decide to better-support the community of people that will probably be viewing their site. I know that there are some of us that use IE and I have nothing against it at all, but most browsers in this day and age really should support HTML5. If if your browser doesn't, you probably have bigger things (like security) to worry about. You can always include a note that says something to the tune of "HTML5 compatible browser required to view this video" or something like that.timpattinson wrote:Yes but then the majority of IE users won't be able to see it.
I know the people of this forum usually have more sense, I'm using FF7a1
but some people will not see it properly.
One King to rule them all, One King to find them,
One King to bring them all and in the darkness bind them
On Earth where Shadows lie.
One King to bring them all and in the darkness bind them
On Earth where Shadows lie.
Re: Want to start HTML?
And why would that be?timpattinson wrote: PS, w3schools is a bad site.
Who is online
Users browsing this forum: Bing [Bot] and 0 guests