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
Ranked #107.70K
~2K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for MidiMagic

Here is how I would do it. .indent1 { margin-left:1px; background-color:#555; color:#fff; } .code { background-color:#555; border:thin solid #000; position:relative; left:10px; width:450px; } ol { margin-top:0px; margin-bottom:0px; background-color:#FFF; color:#000; width:3px; } li { margin-left:10px; width:405px; } <div class="code"> <ol> <li><span class="indent1">My code</span></li> <li><span class="indent1">Next line</span></li> </ol> </div> You will of …

Member Avatar for JesusFreak83
0
2K

The End.