First of all, thanks for your help. My page is http://www.improveyourwebvisibility.com/GeneLeaders. If you look right under the heading "Welcome to Geneleaders.com", you will see a bordered box (it's really light, but it's there) that contains the text, "On this website right here...". What I would like to know is how to extend the height of that bordered box so it expands to fit that text that is there. Currently, the text is expanding way beyond the bottom of that bordered box.
I'm not sure what you mean. It's not in a table so there is no actual box in the html file to add the line breaks to. The bordered part I guess is coming from the css file. I guess I just can't find what I need to change in the css file and what I need to add to adjust the height.
Adding line breaks above or below the actual text in the html file doesn't change the height of the bordered box. It only affects the text, not the box itself.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>test</title><link href="test.css" rel="stylesheet" type="text/css" /></head><body><div id="container"><div id="lightbox"><p>On this website right here you are going to find an enormous amount of real information and content on GeneWize life sciences. Jenn Lawlor and myself have put this website together so you can get the facts. On this website right here you are going to find an enormous amount of real information and content on GeneWize life sciences. Jenn Lawlor and myself have put this website together so you can get the facts. On this website right here you are going to find an enormous amount of real information and content on GeneWize life sciences. Jenn Lawlor and myself have put this website together so you can get the facts.On this website right here you are going to find an enormous amount of real information and content on GeneWize life sciences. Jenn Lawlor and myself have put this website together so you can get the facts.</p></div></div></body></html>
I'm not sure what you mean. It's not in a table so there is no actual box in the html file to add the line breaks to. The bordered part I guess is coming from the css file. I guess I just can't find what I need to change in the css file and what I need to add to adjust the height.
Adding line breaks above or below the actual text in the html file doesn't change the height of the bordered box. It only affects the text, not the box itself.
if it's coming from css, u need to find the css for the border and place margin-bottom: (for example) 200px
Bookmarks