Start by copying the default theme to a new folder. Copy /themes/default to something like /themes/MyTheme. Then you can edit /themes/MyTheme/theme.info and change the description and name for your theme.
Then really dig in and start editing the pages under /themes/MyTheme/views
You should be able to get it to look how ever you want by editing the HTML and CSS. The css file would be located at /theme/MyTheme/css/
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
sanjokidd
Joined: 2005-09-12
Posts: 3
Posted: Tue, 2009-08-11 21:48
how can I add Javascript to the header? if you add it to the gallery/themes/mytheme/views/header.html.php the code comes under the </head> braket..
Thank you in advanced!
nivekiam
Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2009-08-11 22:04
Try page.html.php, I believe header.html.php is actually the header for the page (the top part of the visible page) not the "header" of the html source code.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16504
Start by copying the default theme to a new folder. Copy /themes/default to something like /themes/MyTheme. Then you can edit /themes/MyTheme/theme.info and change the description and name for your theme.
Then really dig in and start editing the pages under /themes/MyTheme/views
You should be able to get it to look how ever you want by editing the HTML and CSS. The css file would be located at /theme/MyTheme/css/
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 3
how can I add Javascript to the header? if you add it to the gallery/themes/mytheme/views/header.html.php the code comes under the </head> braket..
Thank you in advanced!
Posts: 16504
Try page.html.php, I believe header.html.php is actually the header for the page (the top part of the visible page) not the "header" of the html source code.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 3
that worked!! Awesome!