I don't understand this!

liunx

Guest
The code looks right. The page looks okay in new versions of IE and Netscape, but the minute I print the images don't align up. They're sized correctly and I valigned them to match on the bottom. I thought this would correct the problem, but it didn't... What do I do? It's got to be something I am overlooking, something dumb that I should remember.<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www.24brownstreet.com/producttest.htm">http://www.24brownstreet.com/producttest.htm</a><!-- m --><br />
<br />
Thanks!<!--content-->Do you mean they should be in straight lines down a print page? They are on my machine<br />
<br />
Dave :confused:<br />
<br />
Oh sorry I've just clicked what you mean. hmm...<br />
<br />
:confused:<!--content-->Why have you got a new table for each item? Wouldn't they line up if you put them all in one table??<!--content-->your problem is simple . . . Just do what the gentlemen above said to do, make all pictures fit into one table, that way there positions will be perminant, (I cant spell) . . . Try this:<br />
<br />
<br />
<center><table border=0 width=? height=?><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"yourpic.jpg"><div>Blah</td><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"yourpic.jpg"><div>Blah</td><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"yourpic.jpg"><div>Blah</td><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"yourpic.jpg"><div>Blah</td><br />
</table><br />
<br />
<br />
See how that works, you can position the table how you want, you can write your description (blah), and have them aligned perminetly. Cool?<br />
<br />
Code One<!--content-->I tried that, but it has made the problem worse on another page. In fact, it's realigned everything....<!--content-->http://www.emdevelopments.co.uk/stargal/ <br />
<br />
how about this. and please turn off your disable right click next time you ask for help. it makes for lots of uneccessary hard work lol.<br />
<br />
dave<!--content-->Oh my goodness! Thank you SOOO much. You are totally awesome. Sorry about that disabling click thing, we're trying to protect our product after a someone took a bunch of our products...<br />
Thank you, really... I'm giving you 10 gold stars....And about 100 cool points.<!--content-->:D No prob - i've just modified it again so the text cells are valigned to the top - so they line up nicely. <br />
<br />
Hey - guess what - this is my 100th post. Hoorah!!! <br />
<br />
LOL Dave<br />
<br />
You'll have to modify the image locations - i forgot to recreate the folder structure.<!--content-->
 
Back
Top