-
AuthorPosts
-
beyondsports Friend
beyondsports
- Join date:
- May 2008
- Posts:
- 304
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
September 17, 2008 at 12:34 pm #133439trying to a border around the page…. see screenshot.. this is what i edited in the css and it isnt working… what else do i need to do…
here is the url: http://www.buymeriam.com/
here is what i did in template css:
#ja-wrapper {
width: 100%;
border-left: 2px solid #333333;
border-right: 2px solid #333333;
margin: 0;
}see screenshot—left and right side’s… vertical only…
thanks
trey
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 17, 2008 at 1:26 pm #271031Instead of start several treads about all modifications you need done try to keep them in one post.
beyondsports Friendbeyondsports
- Join date:
- May 2008
- Posts:
- 304
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
September 18, 2008 at 12:17 am #271083i am sorry menalto…. but can someone help me out here when you get a chance…
thanks
treyMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 18, 2008 at 6:10 am #271106You can try to add your border an this here:
#ja-header {
height:120px;
position:relative;
}#ja-container {
padding:20px 0;
}#ja-botsl {
padding:0 0 10px;
}#ja-footer {
color:#999999;
padding:0;
position:relative;
}So it will be likethis:
#ja-header {
height:120px;
position:relative;
border-left: 2px solid #333333;
border-right: 2px solid #333333;
}#ja-container {
padding:20px 0;
border-left: 2px solid #333333;
border-right: 2px solid #333333;
}#ja-botsl {
padding:0 0 10px;
border-left: 2px solid #333333;
border-right: 2px solid #333333;
}#ja-footer {
color:#999999;
padding:0;
position:relative;
border-left: 2px solid #333333;
border-right: 2px solid #333333;
}1 user says Thank You to Menalto for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Menalto 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
trying to add a border around the page
Viewing 4 posts - 1 through 4 (of 4 total)