You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

Web Design (text touching borders)

They have: 1 posts

Joined: May 2009

When I placed my text within my page, it's right up against the left border web design. Is there any way I can correct this?

{{link removed by moderators}}

Megan's picture

She has: 11,007 posts

Joined: Jun 1999

Could you post a working link to the page you're having problems with? You probably need to add some padding to the box containing the text (use CSS).

He has: 585 posts

Joined: May 2007

If your text is in paragraphs and lists, you can also add side margins to push them away from the side. Put this in your CSS :

p, ul, ol (
margin-left: 1.5em;
margin-right: 1.5em;
}

(or any size you fancy.)

Useful if you are using the BODY as a container, or if the container DIV needs a specific width.

There are other alternatives, too. Post a link as Megan suggests so we can see your problem for ourselves. Best wishes.

Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;

AsukaCandace's picture

They have: 2 posts

Joined: Mar 2010

I have chosen web-designing. I know nothing about web-designing, but i want to learn. Is it possible for me to learn web-designing? I am not computer science student. But i know little about computer and programming. How to start learning web-designing