Is it an easy task? I have messed about with the image colours in photoshop, and went through the css file to change the background colours so it matches my website. I have used dreamweaver a bit in the past and wanted to change the layout of a page say the index page...but when i open the index in dreamweaver it points to various php files. Can you edit the files and view then in dreamweaver as you go? Because when i open them in dreamweaver they are blank, then if i goto preview it throws up a page like this: logout(); header("location:index.php"); } //echo convertsize(41943040); //trace('',$user,'',$input,'',$_SERVER); #$user->updateStats(); //eval(false); showUploadForm(); ($hook = YABPlugin::fetch_hook('upload_process',__FILE__,__LINE__)) ? eval ($hook) : ''; if($user->setting[sitestats]) siteStats(); if($user->setting[show_featured_files]) { $template->assign_var('show_featured_files',$user->setting[show_featured_files]); ListFiles('RAND()',0,4,4); #ListFiles('totalrated',5,5); } $load_prototype=1; $load_uploadjs=1; require_once("header.php"); $template->set_filenames(array( 'body' => 'index.body.html') ); $template->pparse('body'); include "footer.php"; ?> Whats the best way to go about it? Is there any guides or websites people know of that would be useful in this sort of thing? Cheers