Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
image scroll creation
Old 07-27-2006, 09:26 AM image scroll creation
Junior Talker

Posts: 2
Trades: 0
Hello there

in dreamweaver i am trying to create a horizontal scroll window/box that holds several images. i have the images how i want them in File "A" but need to display them within a table in file "B" how do i do this. do i need to seporape file ?

any help would be good.
00lewis is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-27-2006, 09:48 AM Re: image scroll creation
sameer's Avatar
Super Talker

Posts: 103
Name: Sameer
Location: India
Trades: 0
you will have to put the code for images from file A, in table in file B,
__________________

Please login or register to view this content. Registration is FREE
|

Please login or register to view this content. Registration is FREE
|

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
sameer is offline
Reply With Quote
View Public Profile Visit sameer's homepage!
 
Old 07-27-2006, 10:16 AM Re: image scroll creation
Junior Talker

Posts: 2
Trades: 0
i have one document "12_images.htm" that has a table with my 12 images with rollover change images.

then in the homepage i have section of a table where i want the imagse to appear in a horizontal scroll box, so that the user does not have to scroll the broser window. what sort of table do a use to hold the scroll box and how do i attach its content, do you have any example script????
00lewis is offline
Reply With Quote
View Public Profile
 
Old 08-01-2006, 09:59 AM Re: image scroll creation
saadatshah's Avatar
Extreme Talker

Posts: 215
Name: Syed Saadat Ali
Location: Lahore, Pakistan
Trades: 0
Make two files

1) images.html

HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Images</title>
</head>
<body><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="image.jpg" width="100" height="100"></td>
<td><img src="image.jpg" width="100" height="100"></td>
<td><img src="image.jpg" width="100" height="100"></td>
<td><img src="image.jpg" width="100" height="100"></td>
<td><img src="image.jpg" width="100" height="100"></td>
</tr>
</table>
</body>
</html>

2) container.html

HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Container</title>
</head>
<body>
<iframe src="images.html" width="300" height="150" scrolling="auto">
</body>
</html>
 
Hope this is what you are looking for.
__________________
- -- --- ---- ----- ------ ------- ---------------
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
Reply     « Reply to image scroll creation
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.14808 seconds with 12 queries