URL: https://www.overclockers.at/coding-stuff/html_pix_tabellen_in_den_ecken_ausrichten_139848/page_1 - zur Vollversion wechseln!
zeas
hab das problem, dass ich in html ein pic bzw. eine tabelle GANZ rechts und GANZ oben ausrichten möchte. bei oc.at dürfts ja auch funzen (beim logo links bzw. rechts oben). mit align="left" und valign="top" hab ich immer ein bisserl abstand drinnen. die seite soll dann in einem frameset bündig sein.
hat jemand eine idee wie ich das machen kann?
tia
mit css
Code: PHPbody{ margin-top:0px; margin-right:0px; }
Zitat von flockyzeas
hab das problem, dass ich in html ein pic bzw. eine tabelle GANZ rechts und GANZ oben ausrichten möchte. bei oc.at dürfts ja auch funzen (beim logo links bzw. rechts oben). mit align="left" und valign="top" hab ich immer ein bisserl abstand drinnen. die seite soll dann in einem frameset bündig sein.
hat jemand eine idee wie ich das machen kann?
tia
Code: PHP<table border="0" cellpadding="0" cellspacing="0">
danke
Code: PHP<style type="text/css"> BODY { margin-left: 0; padding-left:0; margin-right:0; padding-right:0; margin-top:0; padding-top:0; } </style>
Code:body { mergin: 0; padding: 0; }
Und dammits X-Browser ist, auch auf html anwenden:
Code:html, body { margin: 0; padding: 0; }
changed, danke
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025