sseeley Posted January 25, 2010 Share Posted January 25, 2010 Can anyone help me with CSS. The CSS code I have does not allow page breaks in my PHP page. I have inserted all the CSS, if anyone can help I would be very grateful. .middxwingatc{ position:absolute; top:10px; left:15px; padding:10px; font:bold 15px arial; } .sportsintranet{ position:absolute; top:30px; left:15px; padding:10px; font:14px arial; } .menubar{ position:absolute; top:65px; left:20px; height:20px; margin-right:20px; padding:4px; border:thin solid purple; background:purple; width:97%; } .menu{ position:absolute; top:72px; left:27px; font:bold 13px arial; color:white; } A:link, A:visited{ color:white; text-decoration:none; } A:hover{ color:black; } .sqnNo{ position:absolute; top:30px; right:40px; padding:10px; font:bold 14 arial; } .calendar{ position:absolute; top:110px; left:20px; } .loginDialogue{ position:absolute; top:110px; left:20px; padding:0px; height:115px; width:290px; border:thin solid #ABABAB; } .loginText{ position:absolute; top:115px; left:20px; font:bold 13px arial; text:black; } .invalidLogin{ position:absolute; top:230px; left:20px; font:bold italic 13px arial; text:red; } .forgottenDialogue{ position:absolute; top:110px; left:20px; padding:0px; height:75px; width:290px; border:thin solid #ABABAB; } .forgottenText{ position:absolute; top:190px; left:20px; font:bold italic 13px arial; text:red; } .passwordDialogue{ position:absolute; top:105px; left:20px; padding:0px; height:100px; width:260px; border:thin solid #ABABAB; } .passwordText{ position:absolute; top:110px; left:25px; font:bold 13px arial; } .eventRegistration{ border-collapse:collapse; } .primaryEvents{ position:absolute; top:105; left:20; padding:0px; } .primaryEventTable{ position:absolute; top:120; left:20; padding:10px; } .recordInserted{ position:absolute; top:215; left:615; } .currentEvents{ position:absolute; top:235px; left:20; padding:10px; } .currentEventTable{ border-collapse:collapse; } .secondaryEvents{ position:absolute; top:320px; left:20; padding:10px; } .reports{ position:absolute; top:105px; left:25 px; } .invalidPasswords{ position:absolute; top:215px; left:20px; font:bold 13px arial; } .cadets{ position:absolute; top:100px; left:20px; } table.tableTitleStyle{ border-collapse: collapse; border-color: LightSlateGray ; border-width: 1px; } table.tableTitleStyle th{ border-width: 4px; border-style: inset; } table.tableBodyStyle{ border-collapse: collapse; border-color: LightSlateGray ; border-width: 1px; } table.tableBodyStyle th{ border-width: 4px; border-style: inset; } .events{ position:absolute; top:100px; left:20px; } Thanks Quote Link to comment Share on other sites More sharing options...
haku Posted January 26, 2010 Share Posted January 26, 2010 CSS doesn't 'not allow' anything, so I'm not sure what you mean here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.