Page 1 of 1

html page style

Posted: 02 Sep 2008, 14:31
by Sir William
I was able to style a text page into tables, but I did it the hardest way possible since there is no other option, now the html page version doesn't really like that style...

Is there a way to style a html vesion text page without messing with the flash version?

and how do we create a contact us page in html version? cause the html version doesn't like the image we use for the flash form.

and last, is there a way to REMOVE html pages w/out messing with the flash version? since I CAN'T get the contact form to work on the html version.

thanks

Posted: 03 Sep 2008, 02:30
by Nick
Yes, unfortunately html version doesnt not support contact form as of now and flash cant display tables, to completely disable html.

To disable it completely delete this block from imagevue/routing.inc.php:
Code
$routingRules[] = array(
	'match' => array('p' => 'html'),
	'routeTo' => array('controller' => 'index', 'action' => 'html')
);

Posted: 03 Sep 2008, 09:33
by mjau-mjau
Appreciate your feedback ... For now, we have had to simply focus on improving and fixing the SWF gallery regardless since that is the main flagship here. We will have to look into "conflicting" items sooner or later ...