Reputation: 60731
i have this header at the top:
how do i move the swf a little bit to the left to make it align correctly?
Upvotes: 0
Views: 3612
Reputation: 18600
Look into Margins or Padding . Playing around with these can give you a desired result. I'd also look into the positioning of your elements (in this case your header). Setting negative padding and negative margins usually shows a layout flaw.
Upvotes: 1