ich bin noch recht neu bei HTML/CSS und nehmt es mir nicht übel wenn ich mal einen falschen begriff verwende...
ich habe mir auf einer website einen flashplayer generieren lassen, doch immer wenn ich versuche, ihn einfach in die mitte der HP zu tun, dann erscheint er ganz rechts unten...
hier der flashplayer
[hmtl]
<p style="visibility:visible;"><object height="115" width="256" style="width:256px;height:115px">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mff-nintendo.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="TL" />
<param name="flashvars" value="myid=17152001&path=2009/01/10&mycolor=FFC7E7&mycolor2=E890C2&mycolor3=AD4E84&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=256&oh=115" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://assets.myflashfetish.com/swf/mp3/mff-nintendo.swf" height="115" width="256" style="width:256px;height:115px" wmode="transparent" quality="high" scale="noscale" salign="TL" flashvars="myid=17152001&path=2009/01/10&mycolor=FFC7E7&mycolor2=E890C2&mycolor3=AD4E84&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=256&oh=115" />
</object><br /></p><img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://counters.gigya.com/wildfire/IMP/C…TJiY2NhNWQ1.gif" />
[/code]
kann mir vielleicht jemand sagen wie ich ihn auf der HP ganz einfach fiexieren kann?
das problem ist das ich ein layout benutzt habe... mit diesen codes.
<style>
body {
background-color: 000000;
scrollbar-face-color:ff00ff;
scrollbar-highlight-color:ff00ff;
scrollbar-3dlight-color:ff00ff;
scrollbar-shadow-color:ff00ff;
scrollbar-darkshadow-color:ff00ff;
scrollbar-arrow-color:ffff00;
scrollbar-track-color:ffff00;
cursor: crosshair;
}
.box1 {
font-family:arial, verdana;
font-size:8pt;
color:FFFFFF;
background-color:transparent;
border:0;
line-height:14px;
height: auto;
overflow:auto;
}
.box2 {
font-family:arial, verdana;
font-size:10pt;
color:0000FF;
background-color:transparent;
line-height:16px;
height: auto;
overflow:auto;
border:0;
}
a:active,a:visited,a:link{ font-family: verdana; font-size: 10pt; color:FF00FF ; text-transform:lowercase; text-decoration:none; font-weight:bold; background-color:none;}
a:hover{font-family: verdana; font-size: 10pt; color:B814B8; text-transform:lowercase; text-decoration:none; font-weight:bold; background-color:tranparent; cursor:crosshair;}
a:link img, a:visited img {filter: none; border:0px}
.r{}
b {font-weight: bold; text-transform: none; font-color: 0000FF; font-family: arial;}
u {font-family: terminal; font-color: 000000; border-bottom: 2px dotted; letter-spacing: 0px; font-weight: underline;}
i {font-weight: italic; font-style: italic; text-transform:lowercase; font-color: FF0000; font-family: times new roman; letter-spacing: 0px;}
table table,table table table table,table table{background-color:transparent;width:;border:0px;}
div,table,tr,td,th{background-color:transparent;text-align:left;border:0px;}
a.navbar,font,.whitetext12,.btext,.orangetext15,
.redbtext,.redtext,.blacktext12,.blacktext10,
.lightbluetext8,strong,.nametext,div b font font,
div font font u,table table table table, table.contacttable{display:none;}
div table form tr td,td.text table,a.text, table div font a,table div div,{visibility:hidden;di-splay:none}
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
td.text table table {display:inline; visibility:visible;}
td td embed {width:0px; height:0px;}
td td embed, td td object {position:absolute; top:1295px; left:280px; width:243px; height:42px;}
td.text embed, td.text object {width:0px; height:0px;}
td.text embed {width:320px; height:240px;}
td.text embed {width:auto; height:auto;}
td.text embed, td.text object {width:auto; height:auto;}
.comments{visibility:visible;width:0px; height:0px;position:absolute;
top:0px;left:0px;
overflow:auto;background-color:transparent;
border:black 0px solid;z-index:2px;}
</style>
Alles anzeigen