1.

Solve : FrontPage...easy fix I hope?

Answer»

I have FrontPage2003. I have done trial and error four hours now and cannot FIND the fix. But I am sure it is easy.

I insert a pic but cannot enable text next to the pic. For example, the pic is INSERTED and is left justified, but there is all this blank space to the right where I would like to write some text. I try writing text but it just starts a new paragraph below the pic.

Any thoughts? THANXYou fancy doing some coding manually? Go into the HTML view and have a look at the code. You should find the tag around there, and it should look something like this:
Code: [Select]<img src="path/to/file.jpg" alt="Alternative Text" width="100" height="100" align="left">

Make sure that the last attribute (align="left") is present in the tag - doesn't matter where so long as it's within the < and >.

If you do have it and it's still not working, check to see if the following is at the top of the document:
Code: [Select]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
If it is, delete it or (better yet) replace it with the following:
Code: [Select]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

More info:
http://www.w3schools.com/tags/tag_doctype.asp
http://www.w3schools.com/tags/tag_img.asptfburke....Do you have a "table" on your page template that you put the pic into or are you just RANDOMLY inserting it where you wish?
I am using FP 2000 and I just tried what you are trying on one of my pages and it works with no problem .
Have you tried setting the background as transparent ?

let US know
dl65 tfburke......Could you post a link to the page you having trouble with and I will have a look at it for you ? Or if you wish E mail the link to me .

dl65 Right click on the Picture. Select Picture PROPERTIES. Click either non, left or rightIt looks like that works. I still had to move things around a bit. I could only LEFT it to make it work.

Many thanks for your help!!!



Discussion

No Comment Found