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 Link to comment https://forums.phpfreaks.com/topic/259652-text-position-problem/ 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. Link to comment https://forums.phpfreaks.com/topic/259652-text-position-problem/#findComment-1331092 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.