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

nevets’s picture

The best approach would be to import the data/information in to Drupal

akosip31’s picture

Like what kind of information? the stylesheets, scripts and stuff?

duckzland’s picture

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

nevets’s picture

There is also a module for importing from HTML