All pastes #2122235 Raw Edit

Untitled

public text v1 · immutable
#2122235 ·published 2012-02-27 22:40 UTC
rendered paste body
Bad Inline Method:
<div style="float:right;width:778px;border:1px solid #666;padding:5px;"><center>centered text</center></div>


Good Style Method:
<style>
#banner1 {
float:right;
width:778px;
border:1px solid #666;
padding:5px;
text-align:center;
}
</style>
<div id="banner1">centered text</div>