By akosip31 on
Hi everyone. I would just like to know if I can transfer my current site into Drupal? It's a HTML CSS Site and it and it takes too much time to enter individual products by manual coding. Is it possible for me to integrate my current site into Drupal? And if so how?
Thanks for your time. :D
Comments
The best approach would be to
The best approach would be to import the data/information in to Drupal
Like what kind of
Like what kind of information? the stylesheets, scripts and stuff?
html markup + css can be
html markup + css can be translated to a drupal theme.
html markup probably will go into page.tpl.php plus maybe node.tpl.php depending on the design.
css will goto style.css or any css that is defined in theme.info file.
as for the content, if you dont use a database now then probably you will move the content by hand manually.
--------------------------------------------------------------------------------------------------------
if you can use drupal why use others?
VicTheme.com
There is also a module for
There is also a module for importing from HTML