Sliced Image Problems

liunx

Guest
Hi,<br />
I am designing a site for someone and there is a sliced graphic on it that I would like to be stuck into the upper left corner of the browser but it keeps moving down and to the right so that it looks like its cut off. Any help would be greatly appreciated!<br />
<br />
The site is that I would like to fix is<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/ego/fiona/final_edited.html">http://www.angelfire.com/ego/fiona/final_edited.html</a><!-- m --><br />
(Im going to move off angelfire when Im done..The image sizes will also be decreased)<br />
<br />
Thanks!<br />
<br />
-Zach<br />
<br />
:D :rolleyes: :P :o ;) :o :P :rolleyes: :D<!--content-->well for one, everytime you have this<br />
<br />
<TD><br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"images/spacer.gif" WIDTH="35" HEIGHT="1"></TD><br />
<br />
it creates a page break. so make it one line.<br />
<br />
also add the margins in the body tag.<br />
<br />
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0"><!--content-->Thanks Scoutt,<br />
I got it to move over to the left but whenever I try to do something to the line with the spacer.gif in it the entire image gets moved around...hmmmmm<br />
<br />
:D :rolleyes: :P :o ;) :o :P :rolleyes: :D<!--content-->like what do you try to do?<!--content-->Well, it is ok now in my browser.<br />
This is your code:<br />
<TD WIDTH=1 HEIGHT="1"></TD><br />
<TD rowSpan=4><WIDTH=111 HEIGHT="41"></TD><br />
<br />
I have changed it to: <br />
<TD colSpan=4><br />
<IMG src=http://www.htmlforums.com/archive/index.php/"spacer.gif" WIDTH=111 HEIGHT="41"></TD><br />
======<br />
There are more misplaced: <WIDTH=x HEIGHT="x"><!--content-->
 
Back
Top