Text layout on a border background HTML?

If you have a left-hand border background, how do you get the text to stay on the right hand side of the border (so it doesn't overlap the picture border on the left-hand side). What is the html code for that? thanks! lol thx starburst....he was my special little furkid :) thx jaxcie!

Public Comments

  1. Use CSS. p { margin-left: 20px; } use the width of the border on the left, substitute that for the 20px in the margin-left and it should do what you want it to do.
Powered by Yahoo! Answers