Forum Moderators: open
I am running a hand-written HTML site, however I found it very inconvenience to update, so I have decided to use CMS, Joomla, unfortunately, I do not know how to apply my current design to Joomla.
Change CSS, template..ect.
Could you please tell me how to do that? apply my design and CSS to Joomla.
I treasure your time and help.
Lkr
They will automatically generate code such as:
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead();?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO;?>" />
<?php if ( $my->id ) { initEditor(); }?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ;?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ;?>
</head>
or,
<?php mosMainBody();?>
which greatly simplifies template design.
You have to write an XML file and then zip up all the related files. You can then import the template from the admin area of the site.
JSAS provides an IDE so you can do all your design offline and then simply upload the finished site and DB.
Poke around and you can find decent tutorials on how to do a template. The best ones are not on the Joomla site.