Inserting Image/Picture

  • Thread starter Thread starter PJ
  • Start date Start date
P

PJ

I'm new at using FrontPage and am trying to design a
simple website. . .8pages.

I created my home page by inserting a Layout Table. I want
to insert a JPEG image over to the far right of the
document (where there is no defined table) and I can't
move the image. I thought that I could simple drag it over
to the position that I wanted, but it doesn't work.

I'd appreciate any help --- I know how to use MS
Publisher, Quark, etc. but this program doesn't seem to
give me the same control over positioning graphics, text,
etc.

thank you!
 
Check the text wrapping of the table to the right of it and also the
position and layout properties of the image.
 
That' why you need to use layout tables HTML has a specification, and
without tables, your HTML elements are likely to pile up one on top of the
other (It's a long story). Layout Tables are HTML tables without padding and
borders, which are invisible to the eye, but are used to position HTML
elements in a non-linear layout. Therefore, putting anything outside the
table will position it directly below the table. The solution is, if you
need another column for the image, add a column and insert the image there.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top