Help - Search - Members - Calendar
Full Version: IMG not showing (JPG) for framework. Also ? about Resolution
HTMLHelp Forums > Web Authoring > General Web Design
WickedKiss
Alright this is a two part deal.

The first question has to do with an image not working. This is my source for the page:

<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>

<BODY BGCOLOR=CCCC99 TEXT=003366 LINK=990000 VLINK=990000>

<CENTER><IMG SRC="half.jpg"></CENTER>

</BODY>
</HTML>

Very simple [is part of a frame] but the picture won't work. the picture is called half.jpg

Am i doing something wrong? It's in the same folder. I can't seem to get it to work.

It won't work here either:

<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BASE TARGET=BANNER>
<BODY BGCOLOR=CCCC99>
<CENTER><IMG SRC="CreativeCrossroadsLogo.jpg"></CENTER>


</BODY>
</HTML>

Different picture but it's in the same location and everything is spelled correctly. [Same problem]

If anyone could help me i'd absolutely love you! wub.gif

-------------------------------------------------------------------------------------------------------------------------

The second problem I have is I don't know how to create a set resolution where there will be a background behind the actual page. I want to make the background this specific green color...but i don't know how to go about doing this. Can anyone tell me how?
Frederiek
can you post the address(es) of the page(s) that demonstrate the problem?
WickedKiss
QUOTE(Frederiek @ Feb 11 2008, 02:52 PM) *

can you post the address(es) of the page(s) that demonstrate the problem?


Well the website isn't up yet...It's a work in progress for a magazine.
Darin McGrew
Please see the FAQ entry Why are my images coming out all wrong or not loading?
WickedKiss
okay then on to topic number 2...
WickedKiss
Okay now the banner image works but i still can't make the other one work, even with the help...
Darin McGrew
Please see the FAQ entries How can I specify colors? and How can I specify background images?
WickedKiss
QUOTE(Darin McGrew @ Feb 11 2008, 04:24 PM) *


No, no. It's not a BODY BGCOLOR kind of thing. I want to change the resolution so it's not in the whole page. >.<

Also the home page image still doesn't work?
Darin McGrew
QUOTE(WickedKiss @ Feb 11 2008, 01:15 PM) *
No, no. It's not a BODY BGCOLOR kind of thing. I want to change the resolution so it's not in the whole page.
Then use CSS to specify the background for individual elements, rather than just for the body element.

QUOTE(WickedKiss @ Feb 11 2008, 01:15 PM) *
Also the home page image still doesn't work?
URL?
WickedKiss
QUOTE(Darin McGrew @ Feb 11 2008, 05:30 PM) *

QUOTE(WickedKiss @ Feb 11 2008, 01:15 PM) *
No, no. It's not a BODY BGCOLOR kind of thing. I want to change the resolution so it's not in the whole page.
Then use CSS to specify the background for individual elements, rather than just for the body element.

QUOTE(WickedKiss @ Feb 11 2008, 01:15 PM) *
Also the home page image still doesn't work?
URL?


How do I use CSS? [I don't even know what that is i'm just looking for a code...V_V]

I don't have a URL. It's a work in progress. I listed the code above. The file is named exactly [including case sensitive] what it says up top. I tried the slashes thing too and it did not work.
Darin McGrew
Please see the FAQ entry Where can I learn about CSS?
Dr Z
QUOTE(WickedKiss @ Feb 11 2008, 09:06 AM) *

Alright this is a two part deal.
The second problem I have is I don't know how to create a set resolution where there will be a background behind the actual page. I want to make the background this specific green color...but i don't know how to go about doing this. Can anyone tell me how?

Yo can use CSS for that... Choose the the shade of green you want to use in Hexadecimal - say "#xxyyzz" (Photoshop is a good point to start), and then specify that value for background. As far as background colors go, the screen resolution does not matter.
WickedKiss
QUOTE(Dr Z @ Feb 11 2008, 11:34 PM) *

QUOTE(WickedKiss @ Feb 11 2008, 09:06 AM) *

Alright this is a two part deal.
The second problem I have is I don't know how to create a set resolution where there will be a background behind the actual page. I want to make the background this specific green color...but i don't know how to go about doing this. Can anyone tell me how?

Yo can use CSS for that... Choose the the shade of green you want to use in Hexadecimal - say "#xxyyzz" (Photoshop is a good point to start), and then specify that value for background. As far as background colors go, the screen resolution does not matter.



So....CSS will help me change resolution? I need to change it, even if it doesn't really matter. ^^;
Darin McGrew
QUOTE
So....CSS will help me change resolution?
What do you think "change resolution" means?

See also the FAQ entry For what screen size should I write?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.