Posted by charles cashion on 02/07/07 20:17
I am running Firefox 1.5.0.9 on Windows XP.
My screen is probably 1024x768, but my window
width is slightly less. I wanted my logo and my
greeting to be on the top with the greeting
inside of the first table width. As it is, the
greeting.bmp graphic begins outside of the
desired 700px width.
This is what I want
|---logo---|---blank---|---greeting---|
0 250 400 700
This is what I have
|---logo---|---blank------------------|---greeting
0 250 400 700
the right side of the greeting is cut off
<html>
<head>
<title>family</title>
<style>
<!--
-->
</style>
</head>
<body>
<table width="700">
<tbody>
<tr>
<td width="50%">
<img src="logo.bmp" width="250" height="110">
</td>
<td>
<img src="greeting.bmp" width="300" height="110">
</td>
</tr>
<tr>
<td>
<hr size=3 color=blue width=100%>
</td>
</tr>
-----------------------------------------
Thanks,
Charles
Navigation:
[Reply to this message]
|