Question:
i need html help, what am i doing wrong?
Eddie
2009-12-04 14:20:25 UTC
okay i am making a website, and im working on the videos page of the site. i cant seem to get the videos to go under in a row they just spread out across the page, can someone help me out by checking out my code and tell me what i am doing wrong please

__________________________________________________________________________________





Is This It - Videos









Videos



|Home |Videos |Pictures|Discography |Lyrics|






























Nine answers:
email person
2009-12-04 14:32:08 UTC
its
not




but to be sure use tables, tr(table rows) ,td(table column)









video 1 goes here
video 2 goes here
video 13 goes here
Little Bhishma
2009-12-04 14:30:05 UTC
Instead of:





try using:













Yep - replace all those

with div... The new standard is to do the HTML with div and span and not to use

and

2009-12-04 18:45:25 UTC
That will NEVER validate to XHTML 1.0 standards. Break tags are incorrect. The "embed" tag has NEVER been approved and does not work in all browsers. You also didn't close it properly for use with a XHTML 1.0 doctype. Use the "Object" tags and the proper media code for the ".wmv" media files.



The basefont tag only works in IE. You do NOT style body tag and use a lot of inline CSS. Use an external CSS file and link to it with the link tag.



You are missing the character set tag.



Ron
inuyashaincarnate
2009-12-04 14:35:07 UTC
actually to my knowledge....your br tag is mostly fine....the compliant version is actually
it needs the closing thing there since br doesnt use a actual closing tag you just add a space then the slash



plus....the break shouldn't hamper your videos going in a row



i noticed two of your videos are set to align right and the other two are set to align to the left....is that the problem you're having....if so all you have to do is change the align to the proper side you want them on....if not then i personally do not see anything wrong right this instant
gHaggy
2009-12-04 15:18:31 UTC
They should all be in a
, then style the
to move them where you want them. This code works, but adjust the margins to put them where you want them.























lovelliii
2016-10-18 13:28:54 UTC
i might double examine to make advantageous the URL in the src parameter is wisely set up and that the sound report is on the server. additionally examine a diverse sound report format as mp3 would possibly no longer be supported, as this could be a IE specific tag.
Hello
2009-12-04 14:33:56 UTC
What Little Bhishma said...



http://www.syeef.com
Caleb D
2009-12-04 14:26:21 UTC
remove the / in the br tag and the embed tags.
?
2009-12-04 14:24:31 UTC
For the
tag you don't use a / in there.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...