kuai Posted March 31, 2011 Share Posted March 31, 2011 :sweating: I was looking over some notes I had from v.2.2RC2a. I'm rebuilding the website using v. 2.3.1 In the file /includes/header.php, there was an unused stylesheet class named “outline”. I used this to create a left/right/top/bottom border that extended around my shop. I opened the stylesheet.css and added: .outline { border-top-width: 3px; border-bottom-width: 3px; border-right-width: 3px; border-left-width: 3px; border-style: solid; border-color: #000000; } I'm wanting to do the same for my updated site. It's probably something simple but this version is a little different. Thanks in advance for any help. Kuai Link to comment Share on other sites More sharing options...
multimixer Posted March 31, 2011 Share Posted March 31, 2011 How about this #bodyWrapper {border:solid 3px #000;} My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.