geniedon,
thanks for the info Lrnmore, i think i might have worded what i was saying wrong this is the code for my page as you can see all the images are in <div> tags related to cafe.css
how could i encorperate this to be resize to any resolution :
<HTML>
<HEAD>
<TITLE>Café Recordings: The Website </TITLE>
<link rel="stylesheet" type="text/css" name="style1" href="cafe.css">
</HEAD>
<BODY>
<DIV CLASS="largelogo">
<IMG SRC="images/largelogo.gif" WIDTH=218 HEIGHT=247 ALT=""></DIV>
<DIV CLASS="curve">
<IMG SRC="images/curve.gif" WIDTH=402 HEIGHT=137 ALT=""></DIV>
<DIV CLASS="smalllogotop">
<IMG SRC="images/smalllogotop.gif" WIDTH=235 HEIGHT=88 ALT=""></DIV>
<DIV CLASS="jaesaudio">
<IMG SRC="images/jaesaudio.gif" WIDTH=73 HEIGHT=33 ALT="jaesaudio"></DIV>
<DIV CLASS="afb">
<IMG SRC="images/afb.gif" WIDTH=49 HEIGHT=33 ALT="frostbittenuk.co.uk"></DIV>
<DIV CLASS="broadcite">
<IMG SRC="images/broadcite.gif" WIDTH=38 HEIGHT=33 ALT="broadcite.com"></DIV>
<DIV CLASS="smalllogobottom">
<IMG SRC="images/smalllogobottom.gif" WIDTH=75 HEIGHT=33 ALT=""></DIV>
</BODY>
</HTML>
any help would be useful
thanks for the info Lrnmore, i think i might have worded what i was saying wrong this is the code for my page as you can see all the images are in <div> tags related to cafe.css
how could i encorperate this to be resize to any resolution :
<HTML>
<HEAD>
<TITLE>Café Recordings: The Website </TITLE>
<link rel="stylesheet" type="text/css" name="style1" href="cafe.css">
</HEAD>
<BODY>
<DIV CLASS="largelogo">
<IMG SRC="images/largelogo.gif" WIDTH=218 HEIGHT=247 ALT=""></DIV>
<DIV CLASS="curve">
<IMG SRC="images/curve.gif" WIDTH=402 HEIGHT=137 ALT=""></DIV>
<DIV CLASS="smalllogotop">
<IMG SRC="images/smalllogotop.gif" WIDTH=235 HEIGHT=88 ALT=""></DIV>
<DIV CLASS="jaesaudio">
<IMG SRC="images/jaesaudio.gif" WIDTH=73 HEIGHT=33 ALT="jaesaudio"></DIV>
<DIV CLASS="afb">
<IMG SRC="images/afb.gif" WIDTH=49 HEIGHT=33 ALT="frostbittenuk.co.uk"></DIV>
<DIV CLASS="broadcite">
<IMG SRC="images/broadcite.gif" WIDTH=38 HEIGHT=33 ALT="broadcite.com"></DIV>
<DIV CLASS="smalllogobottom">
<IMG SRC="images/smalllogobottom.gif" WIDTH=75 HEIGHT=33 ALT=""></DIV>
</BODY>
</HTML>
any help would be useful