HOME
TUTORIAL
∇
Applets
Comments
CSS
Document Tags
Embed
Fonts
Forms
Frames
Images
Lines & Paragraphs
Links
Lists
Logical Tags
Scripts
Sounds
Symbols
Tables
Weird Tags
FORUM
∇
HTML Help
Web Design
Programming Languages
Web Hosting
Domain Names
Marketing
Community
QUICK LIST
CSS
Forum Home
FAQ
Search
Memberlist
Register
Profile
Log in to check your private messages
Log in
Register
- Not registered yet? Got something to say?
Join HTML Code Tutorial
!
a code or a software ?
HTML Help Forum Index
->
General HTML
View previous topic
::
View next topic
Author
Message
sakinolan
Joined: 15 May 2008
Posts: 2
Posted: Fri May 16, 2008 4:36 am
a code or a software ?
hi,how can i store all file links (jpg,mp3 etc.) in my ftp folders to a html file?
can a html code or a software do it ?
i want to copy all file links (jpg,mp3 etc.) in my ftp folders (but not in txt format)
Example :
example.com/img/top.jpg (not so as txt)
http://example.com/img/top.jpg
(like that)
than i want to save them in a html file.
thank you...
Straystudio
Joined: 14 Apr 2008
Posts: 255
Location: Nord Italy
Posted: Fri May 16, 2008 8:45 pm
Different file types called via HTML
You have to write an HTML Document, calling and embeding .jpg .gif .mp3 .mov file; these still having to keep saved as .jpg .gif .mp3 .mov somewhere.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>This will show in the window title bar</title>
</head>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
<table height="100%" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<img height="" width="" src="filename.jpg" alt="" />
</td>
</tr>
</table>
</body>
</html>
Be aware not to use !DOCTYPE
X
HTML 1.0 as it does not understand TABLE HEIGHT="..%"
sakinolan
Joined: 15 May 2008
Posts: 2
Posted: Sat May 17, 2008 5:28 am
thanx.
hi,thanx a lot for your help but how can i use this document?for example where to write my site address?and how should i write these codes for mp3?
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
HTML Help Forum Index
->
General HTML
All times are GMT - 8 Hours
Page
1
of
1
Jump to:
Select a forum
Announcements
----------------
Announcements
HTML Help
----------------
HTML FAQ
General HTML
HTML Form
HTML Table
HTML Frame
CSS
DHTML
SSI
MySpace
HTML Tools
Web Design
----------------
Images & Graphics
Templates
Multimedia
Programming Languages
----------------
Javascript
PHP
Perl
ASP
Others
Web Hosting
----------------
Free Hosting
Shared Hosting
Dedicated, Managed, and Co-located Hosting
Hosting Business and Reseller Hosting
Domain Names
----------------
Registrars
Tools
For Sale, Wanted, & Appraisals
Expired Domains
Monetization
Legal Issues
Marketing
----------------
SEO
PPC
Affiliate Marketing
Other Internet Marketing
Community
----------------
Miscellaneous
Website Review
Introduce Yourself
Feedback
Praise
Errors
You
cannot
post new topics in this forum
You
cannot
reply to topics in this forum
You
cannot
edit your posts in this forum
You
cannot
delete your posts in this forum
You
cannot
vote in polls in this forum
Your Ad Here
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HOSTING / DESIGN
$1.99 Domain Registration
Cheap Web Hosting
Website Templates
MAKE MONEY
Sell Domain Names
Sell Website Templates
Home
|
Tutorials
|
Forum
|
Quick List
|
Link Directory
|
About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial