Kev Posted August 5, 2009 Report Share Posted August 5, 2009 (edited) Hi, A simple problem i am stuck on. I have at the head of the home page (www in design stage) a sentance that i have bordered but how do i get the border edges (Left & right) to display at say 30px from the words, They run to the page border which looks naff. I can get them right if i determin a page border size but that will only look ok if everyone views at the same screen size as me !!!! Which is'nt gonna happen. I want it to look right whatever size you view it in.. Thanks Kev Edited August 5, 2009 by Kev Quote Link to comment Share on other sites More sharing options...
Susie Posted August 5, 2009 Report Share Posted August 5, 2009 I can't access your page to be sure, but it sounds like you just need to add some padding to that paragraph. You might do something like this: Sentence here. .sentence-border { padding: 0 30px; } Quote Link to comment Share on other sites More sharing options...
Kev Posted August 12, 2009 Author Report Share Posted August 12, 2009 Thanks, Still trying to achieve the desired effect. I'll get there hopefully.. Quote Link to comment Share on other sites More sharing options...
PicnicTutorials Posted August 12, 2009 Report Share Posted August 12, 2009 P is block. Float it left and/or give desired width (and padding)... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.