need help xml flash website not centered

MiLiTARYiV

Senior Member
Joined
Jan 9, 2008
Messages
963
Reaction score
605
I have a xml flash website thats sits to the left with a big whitespace on the right? Anyone know a quick fix?
 
Can you show the HTML? If you are trying to center the page content use:

In Your CSS - Stylesheet
HTML:
.content {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}

In Your Body HTML
HTML:
<div class="content">
FLASH HERE
</div>
 
without css - a table centered with the flash inside?

im kinda unsure of what you are looking for really
 
Just post your source code in code tags here... or post your URL. Either way.
 
Back
Top