embedded pictures?

admin

Administrator
Staff member
there's one site where i have no idea how they get their image to be where it is. i've looked through the code and found nothing.<br />
<br />
<!-- m --><a class="postlink" href="http://www.illusioneye.com/index2.htm">http://www.illusioneye.com/index2.htm</a><!-- m --><br />
<br />
how'd they get the picture on the left part of the table? <br />
<br />
here's another attached file where the guy did the same thing. how'd they do that? it's the image embedded in the center table<!--content-->http://www.illusioneye.com/weird.jpg<br />
<br />
in the css in the head:<br />
<link href=http://www.htmlforums.com/archive/index.php/"style.css" rel="stylesheet" type="text/css"><br />
<br />
code:<br />
.bg {<br />
background-image: url(weird.jpg);<br />
background-repeat: no-repeat;<br />
background-position: left;<br />
}<br />
<br />
:cool:<!--content-->thanks for the response. so are saying that the<br />
<br />
code:<br />
.bg {<br />
background-image: url(weird.jpg);<br />
background-repeat: no-repeat;<br />
background-position: left;<br />
}<br />
<br />
<br />
is in the style.css? <br />
if so, how do i modify that withint the index2 page?<!--content-->This way:<br />
<br />
<td bgcolor="#575E6E"><br />
<div align="right" class="bg"> <br />
<br />
:cool:<!--content-->
 
Back
Top