Results 1 to 2 of 2

Thread: Importing from existing HTML Page
      
   

  1. #1
    grangeat is offline Private
    Join Date
    Apr 2006
    Location
    Paris
    Posts
    1

    Question Importing from existing HTML Page

    Hi,
    It seems that importing existing HTML pages in Blue Voda, is not working very well. Particulary, the tags <CENTER> and <TABLE> seem to be ignore ?
    The file :
    --------------------------------------------------------------
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>essai_glitter</title>
    </head>
    <body background="PG2001/Images/glitter_1.gif">
    <CENTER>
    <BR>
    <TABLE bgcolor="#FFFFFF" border="4" bordercolor="#EE4444" cellspacing="0" cellpadding="0" width="100%">
    <TR>
    <TD width="15%" align="center" valign="middle"><font face="Arial, Verdana" size=1 color="#AA22AE"><IMG src="PG2001/Images/France_flag.gif" width="102" height="74"><BR><BR></font><BR></TD>
    <TD width="70%" align="center" valign="middle" class="Titre" ><font face="Comic Sans MS, Tahoma, Verdana" size="6" color="#1821FE"><big>Famille</big></font>
    <font face="Comic Sans MS, Tahoma, Verdana" size="6" color="#000000"><big>&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;</big></font>
    <font face="Comic Sans MS, Tahoma, Verdana" size="6" color="#D8FE0E"><big>Familia</big></font>
    </TD>
    <TD width="15%" align="center" valign="middle"><font face="Arial, Verdana" size=1 color="#AA22AE"><IMG src="PG2001/Images/Argentine_flag.gif" width="134" height="74"><BR></font><BR></TD>
    </TR>
    <TR height="120">
    <TD COLSPAN=3 align="center" valign="middle" class="Titre"><font face="Comic Sans MS, Tahoma, Verdana" size="8" color="#1821FE"><big>P E R R I E R - G U S T I N</big></font>
    </TD>
    </TR>
    </TABLE>
    <BR>
    </CENTER>
    </body>
    </html>
    ---------------------------------------------------------
    is translated by Blue Voda in
    ---------------------------------------------------------
    <!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>essai_glitter</TITLE>
    <META name="GENERATOR" content="Created by BlueVoda">
    </HEAD>
    <BODY background="glitter_1_01.gif" bgcolor="#FFFFFF" text="#000000" alink="#0000FF">
    <DIV style="position:absolute;left:21px;top:248px;width :398px;height:136px;z-index:0" align="left">
    <FONT face="Comic Sans MS" color="#1821fe" size="8">P E R R I E R - G U S T I N</FONT>
    </DIV>
    <IMG src="Argentine_flag_03.gif" alt="" align="top" border="0" width="134" height="74" style="position:absolute;left:283px;top:99px;width :134px;height:74px;z-index:1">
    <DIV style="position:absolute;left:283px;top:45px;width :136px;height:203px;z-index:2" align="left">
    <FONT face="Arial" color="#aa22ae" size="1"><BR></FONT><BR>
    </DIV>
    <DIV style="position:absolute;left:125px;top:45px;width :158px;height:203px;z-index:3" align="left">
    <FONT face="Comic Sans MS" color="#1821fe" size="6">Famille</FONT><FONT face="Comic Sans MS" color="#000000" size="6"> &nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT face="Comic Sans MS" color="#d8fe0e" size="6"> Familia</FONT>
    </DIV>
    <IMG src="France_flag_03.gif" alt="" align="top" border="0" width="102" height="74" style="position:absolute;left:21px;top:92px;width: 102px;height:74px;z-index:4">
    <DIV style="position:absolute;left:21px;top:45px;width: 104px;height:203px;z-index:5" align="left">
    <FONT face="Arial" color="#aa22ae" size="1"><BR><BR></FONT><BR>
    </DIV>
    </BODY>
    </HTML>
    --------------------------------------------------------
    and it's not the same !
    Alain

  2. #2
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,428

    Default Re: Importing from existing HTML Page

    Nope, it not perfect and it never will be. It was created by a diffrent tool.
    (FrontPage, Dreamweaver, etc...) If Microsoft or Macromedia would be kind
    enough to give us a peak at there code generating engine, we could have
    it 100% perfect, but until that day comes, you are going to have to deal
    with the above. Also BV does not import CSS.

    Just play around and tweak it until you are happy.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49