引用:
原帖由 醉梦言尽 于 2007-10-15 23:30 发表 
每改一次,,那些音画都出错了!郁闷了
此次风格转移只能宽度百分比作了适当的调整,但是要只要源码格式正常,本身没有大的问题,除了位置上有小幅度的改变外,其它的地方是不会有什么变化的,不会影响正常的浏览。
如原帖
http://bbs.hunanbbs.net/thread-16266-1-1.html代码如下:
复制内容到剪贴板
代码:
<DIV style="LEFT: -215px; WIDTH: 1000px; POSITION: relative; TOP: 0px">
<TABLE cellSpacing=0 cellPadding=0 width=1000 border=0>
<TBODY>
<TR>
<TD vAlign=bottom background=http://www.hunanbbs.net/img/815zj.jpg height=695><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://i115.photobucket.com/albums/n282/basitou/g029.swf width="100%" height=500 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></TD></TR></TBODY></TABLE><EMBED src=http://music.bsdcn.net/music/望月.mp3 width=0 height=0 type=audio/mpeg loop="-1" autostart="ture" border="0"></EMBED> </DIV>将第一句:<DIV style="LEFT: -215px; WIDTH: 1000px; POSITION: relative; TOP: 0px">中的LEFT:-215改成-227即可居中。即为:
复制内容到剪贴板
代码:
<DIV style="LEFT: -227px; WIDTH: 1000px; POSITION: relative; TOP: 0px">
<TABLE cellSpacing=0 cellPadding=0 width=1000 border=0>
<TBODY>
<TR>
<TD vAlign=bottom background=http://www.hunanbbs.net/img/815zj.jpg height=695><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://i115.photobucket.com/albums/n282/basitou/g029.swf width="100%" height=500 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></TD></TR></TBODY></TABLE><EMBED src=http://music.bsdcn.net/music/望月.mp3 width=0 height=0 type=audio/mpeg loop="-1" autostart="ture" border="0"></EMBED> </DIV>附:本站最佳浏览分辨率为:1024*768