Borders in FrontPage 2002

G

Guest

I want to add borders to the pictures on my website through FrontPage 2002.
I have figured out the concept of adding the borders but when I insert the
picture back into the page, the text that previously wrapped around the
picture, will only appear under the picture. I went to Picture Properties
and tried to change the wrapping style to left or right and neither worked.
Please let me know if there is a different process.
 
C

Chris Leeds, MVP-FrontPage

it'd be hard to say unless we could see the page.
do you have a URL for the offending page?

--
Chris Leeds,
Microsoft MVP-FrontPage

If you make web sites for other people, you should check out ContentSeed:
http://contentseed.com/
 
G

Guest

The following is the URL for one of the offending pages:

http://www.countryside-il.org/CityProfile/ElectedOfficials/Smetana.htm

I can add a border that will allow the text to wrap by selecting the
picture, right clicking and selecting picture properties. I can then
increase the border thickness to whatever I want. However, I need to select
a specific color for the border and the picture property selection doesn't
enable me to do so. Therefore, I need to select the picture and then select
Format < Boarders and Shading. From there, I can edit border thickness,
color, etc. but it will not enable me to wrap the text around the picture.

Nicole Strebing
 
S

Stefan B Rusynko

That's because you have a div around the image
<div style="width: 136; height: 222; border: 5px solid #0E4B43">
<p style="margin-top: 0; margin-bottom: 0"><font FACE="Arial" SIZE="2">
<img border="0" src="Ald.%20Smetana.jpg" align="middle" width="144" height="222">
</font></div>
<p><font FACE="Arial" SIZE="2">
Mike is the 1st Ward .....

And just need the image inside of the <p> tag w/ you text (no div tag around it)
<p><font FACE="Arial" SIZE="2">
<img border="0" src="Ald.%20Smetana.jpg" align="left" width="144" height="222">Mike is the 1st Ward.....
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| The following is the URL for one of the offending pages:
|
| http://www.countryside-il.org/CityProfile/ElectedOfficials/Smetana.htm
|
| I can add a border that will allow the text to wrap by selecting the
| picture, right clicking and selecting picture properties. I can then
| increase the border thickness to whatever I want. However, I need to select
| a specific color for the border and the picture property selection doesn't
| enable me to do so. Therefore, I need to select the picture and then select
| Format < Boarders and Shading. From there, I can edit border thickness,
| color, etc. but it will not enable me to wrap the text around the picture.
|
| Nicole Strebing
|
|
| "Chris Leeds, MVP-FrontPage" wrote:
|
| > it'd be hard to say unless we could see the page.
| > do you have a URL for the offending page?
| >
| > --
| > Chris Leeds,
| > Microsoft MVP-FrontPage
| >
| > If you make web sites for other people, you should check out ContentSeed:
| > http://contentseed.com/
| > --
| > | > >I want to add borders to the pictures on my website through FrontPage 2002.
| > > I have figured out the concept of adding the borders but when I insert the
| > > picture back into the page, the text that previously wrapped around the
| > > picture, will only appear under the picture. I went to Picture Properties
| > > and tried to change the wrapping style to left or right and neither
| > > worked.
| > > Please let me know if there is a different process.
| >
| >
| >
 

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

Top