View Full Version : someone?? background images??


wvecrzy250
11-20-2003, 03:50 AM
please help, i have looked all over this forum..i have found a ton of stuff about what i should be doing, and i try each and every one of them, but they arent working...I am designing some images for a couple of layouts, both for me and for my husband, but each time i upload it to my server and put it with the code, it shows up either way to tiny or way to big...ive tried everything that i can find...this is the latest try of mine...

<HTML><HEAD><style type="text/css">
body
{background-color: #000000;
background-image: url(http://www.freewebs.com/my_freedom_page/smoke.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
}
</style>
<TITLE>my_freedom_page</TITLE>
<META content="MSHTML 6.00.2800.1226" name=GENERATOR></HEAD>
<BODY>
<STYLE text="text/css">
p,table,body {font-size:8pt; font-family:Tahoma;
cursor:default;
letter-spacing:0pt; line-height:10pt; color:#000000;}

input, textarea, option, {font-size:10pt;

font-family:arial black; color:#000000;
background-color:#33CC33; border:1pt solid

#000000;}

a:link {color:#336633; text-decoration:none;

cursor:crosshair;}
a:visited {color:#339933; text-decoration:none;

cursor:crosshair;}
a:active {color:#006600; text-decoration:line-through;

cursor:crosshair;}
a:hover {color:#669966; text-decoration:line-through;

cursor:crosshair;}
</STYLE>

<STYLE type=text/css>
body {scrollbar-face-color:#006600;
scrollbar-arrow-color:#003300;
scrollbar-track-color:#669966;
scrollbar-shadow-color:#336633;
scrollbar-darkshadow-color:#000000;
scrollbar-3dlight-color:#669966;
scrollbar-highlight-color:#669966;}
</STYLE>

<CENTER>
<TABLE style="LEFT: 22px; POSITION: absolute; TOP: 40px" width=311>
<TBODY>
<TR>
<TD>
<DIV align=justify><FONT style="FILTER: dropshadow
(color=#ffffff,offX=1,offY=1); HEIGHT: 10px">
<CENTER><TEXTAREA rows=25 cols=50>your text here</TEXTAREA></FORM>
<CENTER>Layout by:<BR><A href="http://www.freewebs.com/invisible-treasures/images.html" target=_blank><IMG height=53 src="http://hometown.aol.com/wvecrzy250/images/linkbutton2.gif" width=77 border=0></A></CENTER>
<P>
<P></P></FONT></DIV></CENTER></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

and if you want to see what im talking about..here is the url...


http://www.freewebs.com/my_freedom_page/index.htm

that will be for my husbands homepage, my image is supposed to be 951x638 px, but for some reason as you can see its showing up very small, i also have a layout for myself that im trying to do, but thats another story...lol..(one thing at a time) please help me to figure out what is going on? i would definitly appreciate some input (if im advertising by putting up that url, im very sorry!!) :-(

Rosey
11-20-2003, 04:15 AM
On my screen it's not showing up small, it's taking the whole screen. I have 800*600 resolution.

On 1024 res, it in the middle with some black borders on either side.

I'm not sure i'm seeing what you are seeing.

I did notice your coding is a mess though, you want to put all your style in one tag. It's still working but it's neater to put it all in one tag.

<style type="text/css">

body { ...]

and so on


</style>

wvecrzy250
11-20-2003, 02:42 PM
thanks, Im still learning all of this stuff, but i sure wish i could see what your seeing, because it looks really tiny to me, lol I just went to the page this morning, and now its filling the whole thing. and i didnt do anything, Guess i should be thankful though it still doesnt look like its supposed to. thanks a bunch. this ccs and html stuff is still quite a challenge to get right, thanks again

Rosey
11-20-2003, 04:43 PM
Sometimes you need to hit shift and refresh on your browser or clear out the temp files. Sometimes they don't show the changes if you just simply hit refresh ;)