Photoshop / Image help please

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
Walden West Website
When you go to that site, you see the main logo. It's 5 different images, could anyone merge those 5 together to make one big image? I don't know how to do it and my mom wants to make a journal for my sister when she goes to Science Camp.
-- mrcodedude
 

yobarman

Lifer
Jan 11, 2001
11,642
1
0
dude you suck at life...

you can either take a screen shot with the print screen button, and just cut out the part you want...

or just right click each one and save them...then copy paste them onto a bigger image.. this is a ridiculously easy thing to do, why are you even asking?
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
Go through the source of the page and try to find the code about mouse-overs. Look for what file they're directing the mouse-over to display when it happens, and change the URL to that file so you can display that file. Then save it and move on to the next mouse-over. When you have all five, have fun :)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Walden West Home Page</title>
<script language="JavaScript">
<!-- Hiding script from old browsers
/************************************************************************/

/* */

/* "Highlight Selected Link" */

/* */

/* Created by Online Designs [03-15-97] */

/* F.Parsons */

/* */

/************************************************************************/

var version = 0;
if (navigator.userAgent.indexOf("Mozilla/4.0") != -1) version = 4;
else if (navigator.userAgent.indexOf("Mozilla/3.0") != -1) version = 3;
else if (navigator.userAgent.indexOf("Mozilla/2.0") != -1) version = 2;
else if (navigator.userAgent.indexOf("MSIE") != -1) version = 1;
else version = 0;
function rollIn(imgName,textBoxName) {
if (version == 3 || version == 4) {
imgFile = imgName + "on.gif";
textBoxOn = imgName + "text.on.gif";
document[imgName].src = imgFile;
document[textBoxName].src = textBoxOn;
}
}
function rollOut(imgName,textBoxName) {
if (version == 3 || version == 4) {
imgFile = imgName + "off.gif";
document[imgName].src = imgFile;
document[textBoxName].src = textBoxName + ".gif";
}
}
function loadAlternates(suffix1,suffix2,lookFor) {
if (version == 3 || version == 4) {
altImages = new Array(document.images.length);
textImages= new Array(document.images.length);
for (var k in altImages) {
if (document.images[k].src.indexOf(lookFor) >= 0) {
altImages[k] = new Image();
altImages[k].src = (document.images[k].name + suffix1);
textImages[k] = new Image();
textImages[k] = (document.images[k].name + suffix2);
}
}
}
}
// End hiding JavaScript -->
</script>
</head>
<body onLoad=loadAlternates("on.gif","text.on.gif","off.gif")
background="images/clouds2.jpg"
text="#103629" leftmargin="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0">
<!--Begin Navbar-->
<tr>
<td width="150" valign="top">
<img src="images/navh_tr1.gif" width=143 height=18>
<img src="images/navh_hom.act.gif" width=143 height=18>
<a href = "parents/par.html"
onMouseover ="rollIn('images/navh_par.','images/world')"
onMouseout ="rollOut('images/navh_par.','images/world')">
<img border = 0 name ="images/navh_par."
src="images/navh_par.off.gif"
alt = "Parent Web" width=143 height=18></a>
<a href = "teachers/tea.html"
onMouseover ="rollIn('images/navh_tea.','images/world')"
onMouseout ="rollOut('images/navh_tea.','images/world')">
<img border = 0 name ="images/navh_tea."
src="images/navh_tea.off.gif"
alt = "Teacher Web" width=143 height=18></a>
<a href = "students/stu.html"
onMouseover ="rollIn('images/navh_stu.','images/world')"
onMouseout ="rollOut('images/navh_stu.','images/world')">
<img border = 0 name ="images/navh_stu."
src="images/navh_stu.off.gif"
alt = "Student Web" width=143 height=18></a>
<a href = "daycamp/day.html"
onMouseover ="rollIn('images/navh_day.','images/world')"
onMouseout ="rollOut('images/navh_day.','images/world')">
<img border = 0 name ="images/navh_day."
src="images/navh_day.off.gif"
alt = "Daycamp" width=143 height=18></a>
<a href = "store/sto.html"
onMouseover ="rollIn('images/navh_sto.','images/world')"
onMouseout ="rollOut('images/navh_sto.','images/world')">
<img border = 0 name ="images/navh_sto."
src="images/navh_sto.off.gif"
alt = "Store" width=143 height=18></a>
<img src="images/navh_tr2.jpg" width=143 height=252>
</td>
<!--End Navbar-->
<!--Begin Content-->
<td width=500 align="center" valign="top">
<table cellspacing=0 cellpadding=0 border=0>
<tr><td colspan=3><image src="images/world1.gif" width=274 height=138 border="0"></td></tr>
<tr><td rowspan=2><image src="images/world2.gif" width=66 height=198 border="0"></td>
<td><image border="0" name="images/world"
src="images/world.gif" width=138 height=138></td>
<td rowspan=2><image src="images/world4.gif" width=70 height=198 border="0"></td>
<tr><td><image src="images/world3.gif" width=138 height=60 border="0"></td></tr>
<tr><td colspan=3><image src="images/os.gif" width=274 height=24 border="0"></td></tr>
<tr><td colspan=3>
<center><a href="wwba/"><font face="verdana" size=-1> Walden West Backpack Adventure</a>
<a href = "http://www.sccoe.k12.ca.us/scchome.html"
onmouseover="window.status='Link to Santa Clara County Office of Education.'; return true"
onmouseout="window.status='';return true">
<image src="images/sccoe.gif" width=274 height=18 border="0"></a></td></tr>
</table>
</td></tr>
<!--Begin Footer - Insertion point for cgi program-->
</table>
</font>
</body>
</html>
 

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
I must suck then.. I can't get them to line up evenly in JASC. And I don't want that bluish sky background, so I can't take a screenshot :(
-- mrcodedude
 

Infos

Diamond Member
Jul 20, 2001
4,001
1
0
Copy the source code and change the BG from
background="images/clouds2.jpg"
to
background="white"
(might require ffffffff but white should work)
Then take screenshot ;)
 

Luden

Platinum Member
Jul 15, 2001
2,269
0
0
open the webpage and save it, then open the html in notepad, go to find and repace the background image to "white" as mentioned above. then you can take a screen shot and crop it
 

dartblazer

Senior member
Aug 18, 2000
492
0
71
i've got it done, just let me know where i can upload the file.

by the way the way i did it was to print the page to a file, make a pdf file of that, then open in adobe illustrator, save for web as jpeg, and just in case any quality was lost i also saved it as an epsf before exporting as a jpeg.
 

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
Dart, I think something screwed up. It's okay, I got it done by a friend. Thanks though. Let the topic die.
-- mrcodedude