Guest Posted November 14, 2002 Posted November 14, 2002 Is there such a thing, I'm an "Active Sever Pages" webmaster (sort of) and have never used .php, I jst wanted to play-about with my layouts, is this whole shop running on ".ccs" style sheets? I cant find any .html files or master include files to play-with and can I edit in wysiwyg editor? this shop is included in my hosting package, hence I have no local copy installed on my workstation - so I just thought I would ask before I go pulling files apart on my host-server. lol Cheers MaxiD :roll:
kn1ght Posted November 14, 2002 Posted November 14, 2002 Is there such a thing, I'm an "Active Sever Pages" webmaster (sort of) and have never used .php, I jst wanted to play-about with my layouts, We all wish for such thing..unfortunately you will have to learn it. is this whole shop running on ".ccs" style sheets? Yes I cant find any .html files or master include files to play-with and can I edit in wysiwyg editor? The only thing you can edit in html wysiwyg editor, is the product desc. Cheers, this shop is included in my hosting package, hence I have no local copy installed on my workstation - so I just thought I would ask before I go pulling files apart on my host-server. It's much easier if you install it yourself and learn how it works.
Guest Posted November 15, 2002 Posted November 15, 2002 Thats what I thought, No problem I have found some little - html files to play with in the header, footer, and main default.php, excellent thank you very much for your advice, I have just "themed" my shop to fit my website in a matter of minutes, I got the idea now. Cheers
CC Posted November 15, 2002 Posted November 15, 2002 Virtually every page has HTML. Just go in and mess with them all while your testing. There is tons of stuff to play with in there. It is a veritable HTML feat!! :wink: CC.
Jan0815 Posted November 15, 2002 Posted November 15, 2002 SCNR ;-) Once upon a time HTML was invented. Some time later people wanted a leaky abstraction and invented "WYSIWIG" for a language (HTML) which is not a layout language at all. Nowadays those that know what HTML is are getting the chicks and those that still think that WYSIWIG and HTML is a valid combination are getting more and more frustrated ;-) Real men and women can see the result from looking at the HTML without any browser at all ;-) You can't have everything. That's why trains have difficulty crossing oceans, and hippos did not adapt to fly. -- from the OpenBSD mailinglist.
mattice Posted November 15, 2002 Posted November 15, 2002 Real men and women can see the result from looking at the HTML without any browser at all ;-) <html> <body bgcolor="#ffffff"> <table border="1" width="80%" align="center"> <tr> <td> <font face="Verdana,tahoma,arial" size="3" color="#ff0000"> <?php echo 'That goes for php as well...!'; ?> </font> </td> </tr> </table> </body> </html> Released under the GPL licence by Mattice :) "Politics is the art of preventing people from taking part in affairs which properly concern them"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.