![]() |
Code to display two images help!
If I use this code:
Code:
<SCRIPT LANGUAGE="JavaScript"> Thanks. |
I don't understand the question... What are you trying to do?
|
Quote:
The part below allows you to enter the URL's of the images you want, however my images are extremely huge even thougth their file sizes are small so I want to add two images on one line instead of having one image on one line. Code:
<!-- Edit the url images to match yours |
You uh... Can't put two images on one line like that. Well I guess you can, but it takes some complicated handling and parsing.
You should just create two image arrays... Code:
<!-- Edit the url images to match yours |
Quote:
--------------- Added [DATE]1238900644[/DATE] at [TIME]1238900644[/TIME] --------------- might it also have to do anything with the code you use to display it where you want? Code:
<SCRIPT LANGUAGE="JavaScript"> |
Bump, I need help and I need it before a certain date.
|
I am still not quite clear on this. You mention that you have a 'huge' (as in area size) pictures. Why would you want to put two large images together to make a superimage?
I need to understand your goal a little more before I can further assist. Thank you for your patience! |
Quote:
Code:
theImages[i] Code:
theImagesA[i] I figured you would know to do that since you're changing a variable name there. It's not like you can alter 1 line of code and magically get everything to do everything you want. EDIT: Consider using this instead Code:
<SCRIPT LANGUAGE="JavaScript"> |
Just tossing the question out there because I am interested in learning, but are you able to assign multiple results to a variable? If so, why and what are the circumstances?
Thank you! |
Quote:
So like... Code:
var friends = new Array(); You can also use 2D arrays to make arrays of arrays. This is to keep track of checkerboard kind of things. Code:
var timestable = new Array(3); Code:
0 1 2 So MarkFoster here can solve his problem either with a two arrays or a 2D array. Either way, he has to extensively change his code. Because the list probably isn't very long, and he would only need two rows - using a 2D array would be wasteful and inefficient. He probably needs to just keep two arrays (which is what I've given him code for). |
All times are GMT. The time now is 01:21 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|