Help! (layout problem)

liunx

Guest
I've been using Yahoo pagebuilder for a while now, and decided that I hated it because the java aplet loads too slow and I want to learn how to do webdesign the right way. <br />
<br />
Not only am I new to FTP, but I am also new to CSS and iframes...<br />
<br />
The layout problem I'm having is with my background image. I'm using CSS to make it nonrepeating but when I view the page, some of the image falls off the left side of my screen. This is bad, because I'm going to make it an image map eventually, and the first letters of my text are off the screen. <br />
<br />
Here's the URL so you can see what I mean: <!-- m --><a class="postlink" href="http://videogameaddicts.net/hetest.html">http://videogameaddicts.net/hetest.html</a><!-- m --><br />
<br />
And, since I don't know if I'm messing up on the CSS, table, or iframe, I'll post the tag too: <br />
<br />
<html><br />
<head><br />
<title>HEtest</title><br />
<style type="text/css"><br />
BODY {<br />
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;<br />
background-image: url(<!-- m --><a class="postlink" href="http://videogameaddicts.net/HEbackground3.jpg">http://videogameaddicts.net/HEbackground3.jpg</a><!-- m -->);<br />
background-repeat: no-repeat; /*no-tiling background*/<br />
background-position: top;<br />
background-color: #hexcolor;<br />
color : #hexcolor;<br />
margin: 10px;<br />
}<br />
<br />
</style><br />
<br />
</head><br />
<br />
<body><br />
<br />
<br />
<TABLE BORDER=0><br />
<br />
<TR><br />
<TD></TD><TD></TD><TD><br />
</TD><br />
<br />
<TD width=110></TD><TD></TD><TD><br><br><br><IFRAME NAME="iframe1" SRC=http://www.htmlforums.com/archive/index.php/"home.html" ALIGN="top" HEIGHT="400" WIDTH="325" border="0"></IFRAME> <br />
</TD><!--content-->Play with the table.<br />
td width:<br />
===========<br />
<TABLE border=0><br />
<TBODY><br />
<TR><br />
<td width="100">&ampnbsp;</TD><br />
<td width="100">&ampnbsp;</TD><br />
<TD>&ampnbsp;</TD><br />
<TD width=110></TD><br />
<TD></TD><br />
<TD><BR><BR><BR><IFRAME border=0 <br />
=============<!--content-->
 
Back
Top