No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
To make it center in Firefox/Chrome/Safari, use a wrapper. Wrap the Form in a div section as follows (set the width to whatever you want): [CODE]<div style="margin:0 auto;width:75%;text-align:left">[/CODE] For IE, you will need to apply a style to the body as follows: [CODE]<body style="text-align:center">[/CODE] Generally, it is better to put …
Hey guys! I know this might sound strange, but I am trying to use CSS to format a P section to be centered, [I]but only if that P contains an embedded video[/I]. Is there a CSS statement I can use to apply formatting to only those P's that contain OBJECT's …
I am working on fairly standard layout where the "page" is centered in the window using a wrapper of 960px width (using margin:0 auto to center the wrapper). In that wrapper, I have nested header, content, and footer divs that are set to a width of 100% (of the wrapper). …
The End.
trandrewo