Hi,
being a complete newbie to html I am hoping someone can help answer this question...
I am trying to edit a google site within a webpage content area which expands and contracts based on the browser width and height. The content area doesn't have a visible border when viewing the live page. So I added this code which gives me a border. The top and sides behave correctly but the bottom only goes as far as the text and not to the bottom of the frame.
<div style="border:1 px solid grey">
<div style="margin-left:10px;margi n-right:10px">
The question is how do ammend this code to get this to stay at the frames extremity rather than where my text stops.
Thanks Birko
being a complete newbie to html I am hoping someone can help answer this question...
I am trying to edit a google site within a webpage content area which expands and contracts based on the browser width and height. The content area doesn't have a visible border when viewing the live page. So I added this code which gives me a border. The top and sides behave correctly but the bottom only goes as far as the text and not to the bottom of the frame.
<div style="border:1 px solid grey">
<div style="margin-left:10px;margi n-right:10px">
The question is how do ammend this code to get this to stay at the frames extremity rather than where my text stops.
Thanks Birko
Comment