HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
a code or a software ?
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
sakinolan



Joined: 15 May 2008
Posts: 2

PostPosted: Fri May 16, 2008 4:36 am     a code or a software ? Reply with quote

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

PostPosted: Fri May 16, 2008 8:45 pm     Different file types called via HTML Reply with quote

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 XHTML 1.0 as it does not understand TABLE HEIGHT="..%"
sakinolan



Joined: 15 May 2008
Posts: 2

PostPosted: Sat May 17, 2008 5:28 am     thanx. Reply with quote

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:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial