W
william.hooper
Here is some simple HTML that displays an image with a border aound
it:
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p>
<img border="1" src="folder.jpg" width="250" height="250"></p>
</body>
</html>
When I import this into Word 2002 I don't see the borders.
Changing the HTML to us CSS with:
<style type="text/css">
..newStyle1 {
border-color: 1;
border-style: solid;
border-width: 1px;
}
</style>
then:
<img alt="" src="logo.gif" width="494" height="80" class="newStyle1" /
does not help.
I havn't found any HTML that puts borders around images and loads OK
in Word 2002.
This is really annoying becuase I am writing an app that exports an
HTML document with images that the user will print in Word.
Please help.... many thanks...
it:
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p>
<img border="1" src="folder.jpg" width="250" height="250"></p>
</body>
</html>
When I import this into Word 2002 I don't see the borders.
Changing the HTML to us CSS with:
<style type="text/css">
..newStyle1 {
border-color: 1;
border-style: solid;
border-width: 1px;
}
</style>
then:
<img alt="" src="logo.gif" width="494" height="80" class="newStyle1" /
</p>
does not help.
I havn't found any HTML that puts borders around images and loads OK
in Word 2002.
This is really annoying becuase I am writing an app that exports an
HTML document with images that the user will print in Word.
Please help.... many thanks...