|
Posted by dorayme on 01/17/07 05:00
In article
<1169009059.264939.193270@v45g2000cwv.googlegroups.com>,
"dchris@netcom.ca" <dchris@netcom.ca> wrote:
> Hi,
>
> My web page is at www.dcproof.com. I used Front Page to create it. How
> do I limit the page width without using breaks so that text does not go
> across the entire page as it does now in some parts? (e.g. the
> paragraph labelled, "What is DC Proof?") I don't want the text to go
> much beyond the widest graphic (the 2nd screen shot). Must I use a
> layout table? I hope there is a simpler way.
>
> Dan
I have not looked at your code, Dan, but your biggest pic seems
to be 713 px wide. So, you could just make a container div and
fix it at 713 px wide. You could also look into max width. You
could also throw out Frontpage and read some html/css tutes (soon
to be recommended to you).
I would tend to do this though for limited parts where I don't
want the text to be so much wider than the pic, set a width on
the <p>s that the text are in.
<p style="width: 713px">Let this start to wrap at the pic
width....</p>
--
dorayme
[Back to original message]
|