Rabastan Posted March 24, 2012 Share Posted March 24, 2012 I am a graphic artist trying to learn some Programming, here is he site I am working on... http://boardwalk.xcarbondesign.com/ Here is my CSS .content { width: 818px; float: right; background-color: #EADCAE; background-image: url(images/content/content_bg.jpg); background-repeat: repeat-y; text-align: left; and .rt_column { float: right; width: 180px; height: 100%; padding-bottom: 10px; background-color: #EADCAE; background-image: url(images/rt_column/rt_bg.jpg); background-repeat: repeat-y; } What I need to know is what CSS tag I need to use in order to keep the text from going over the edge of the main area. The shadow is in the background as well as the edge on the right. Thank Your Quote Link to comment Share on other sites More sharing options...
haku Posted March 26, 2012 Share Posted March 26, 2012 CSS without HTML is almost impossible to debug. 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.