/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN"> <html> <head> <title></title> <style> .rc-box1-content { height:auto; } .rc-box1-content .inner { margin-left:5px; padding: 20px; background: #fff url('icon.png') left center no-repeat; } .rc-box1-content a { text-transform:uppercase; } </style> </head> <body> <div class="rc-box1-top"></div> <div class="rc-box1-content"> <div class="inner"> <a>right column box1-a right column box1-a</a> </div> </div> <div class="rc-box1-bottom"></div> <div class="rc-box1-top"></div> <div class="rc-box1-content"> <div class="inner"> <a href="#">right column box1-b</a> </div> </div> <div class="rc-box1-bottom"></div> </body> </html>