English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am creating this sight but when I created a flash file and tried to embed it into my webpage for some reason was unable to center. I used the

checked for closing tag tried when i view my work in browser it show but will not move. please look at this and see if you can find my mistake for me. your help is thankful.

INTRODUCTION


src="http://www.skyalbum.com/album/webgirl/2007-03-05/200703051310

54.swf" type="application/x-shockwave-flash" wmode="transparent"

width="640" height="480">

2007-03-05 07:13:35 · 4 answers · asked by angelheart 2 in Computers & Internet Programming & Design

4 answers

www.forbiddenheaven.piczo.com
www.fascinatingcomics.piczo.com

2007-03-05 07:31:56 · answer #1 · answered by monkey_lover 1 · 0 1

Try this to Center:


INTRODUCTION


width="640" height="480">



Change the DIV tag textalign:center to textalign:right

2007-03-05 15:30:00 · answer #2 · answered by Anonymous · 0 0

I cannot link to your site from the link provided, but regardless, various web browsers are notorious for treating centering with a hard time. First of all, the

tag has a bad reputation. Try css instead. Second, place the elements you want centered within a
. Finally, one way to center is to give this css property: text-align: center.

The other is to give these css properties:
margin: 0 auto; width: 50%;

Try, and see which, if either, works. If neither, and if you're working with an element of known width, within a division of also known width, then you might consider giving equal right-left margins to the inside element or equal inside right-left padding to the div?

2007-03-05 15:27:08 · answer #3 · answered by fjpoblam 7 · 0 0

I agree with the first answer that the center function can be tricky for some odd reason. If you search the web for CSS tutorials, you can find a quick script for absolute positioning - that way you can put it a certain amount of pixels away from the left and top of the screen... HTH!

2007-03-05 17:31:35 · answer #4 · answered by myaddictiontofire 5 · 0 0

fedest.com, questions and answers