|
||||||
| Website Design Forum for discussing flash, graphics, fonts, video and music! Have a question about how to implement something into your website? Ask here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Your code should actually look like this:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> # <jdoc:include type="head" /> # <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Fixed Width CSS Layouts - 3 Column - fw-34-3-col</title> <link rel="stylesheet" type="text/css" href="main.css" /> <?php $template_baseurl = $this->baseurl . '/templates/' . $this->template; // add template css to JDocumentHTML $this->addStyleSheet($template_baseurl . '/template_css.css'); ?> </head> <body>
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
I'm not really sure how to go about learning Joomla! template design. I learned everything I know just by looking at the code and creating components/modules. Do you know PHP?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Joomla! Tutorial #3: CSS Class Suffix | takercena | Tutorials, Classes and Code | 1 | 03-14-2008 01:51 PM |
| Tutorial : Joomla! The Basic | takercena | Tutorials, Classes and Code | 4 | 02-22-2008 11:06 PM |
| Joomla! Tutorial #2: Joomla! Extensions | takercena | Tutorials, Classes and Code | 0 | 02-22-2008 09:54 PM |
| Template Sites | TVDinner | Website Design | 4 | 06-01-2007 10:32 PM |