Forums

.swf width in page body (5 posts)

  1. flipswitchx
    Member
    Posted 4 months ago #

    http://www.invincibletime.com/test/

    I took out the sidebars so I could extend the width of this flash application but it wont go past 313px.

  2. flipswitchx
    Member
    Posted 4 months ago #

    helpa me outa pretty please-a?

  3. deepbevel
    Member
    Posted 4 months ago #

    play with this:

    .narrowcolumn {
        overflow: hidden;
         width: 1000px;
    }

    appearance/editor/style.css/put this code at the bottom.

    you may have to play with

    .content {
     width: 1000px;
    }

    something was odd about it, it got bigger, but I couldn't get the entire .swf to show. Perhaps there's a size limit in the html that calls the flash?

  4. flipswitchx
    Member
    Posted 4 months ago #

    Thank you, the size limit in the html was 1000 so i changed it to 1300 and it worked, but it's off center. I'm gonna make it smaller so it won't matter, but in case of future problems, could you tell me how to center it?

  5. deepbevel
    Member
    Posted 4 months ago #

    because it aligns left with your content area, it can only center insofar as your content area is wide. As it is, it exceeds your content area. If you were to increase it, it would center, but all your content would have that width. So yes, it will center so long as it small enough to stay within the content area.

Reply

You must log in to post.

About this Topic