Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~21.3K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for kizito106

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 …

Member Avatar for drjohn
0
21K
Member Avatar for trandrewo

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 …

Member Avatar for Member #120589
0
135
Member Avatar for trandrewo

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). …

Member Avatar for trandrewo
0
91

The End.