Jump to content

Text Position Problem


Rabastan

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.