[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] styles in [page] tag


At 06:11 PM 4/25/2004 -0400, you wrote:

Hi,

Is there a way to use styles in the [page] tag?

I have not been able to make this work.

i.e.:

<td valign="top" class="myclass">
  [page href=scan arg="
  fi=products
  st=db
  co=1
  sf=myfield
  se=searchspec
  nu=0
  ml=1000
  tf=sortfield
  to=x
  sp=myresultspage"
  ]
     blablabla
  [/page]
</td>


The link always uses the style for:
A:link, A:active, A:visited

I set up the style for
A.myclass:link, A.myclass:active, A.myclass:visited

and it works fine with <a href...> but I need it to work with the page tag...

Also I need to set a scratch variabe when someone clicks on a link.

Any ideas?

Thanks
Rick

There probably is, but why not just use [area] instead:

<a
  class=myclass
  href="[area href=scan arg="
  fi=products
  st=db
  co=1
  sf=myfield
  se=searchspec
  nu=0
  ml=1000
  tf=sortfield
  to=x
  sp=myresultspage"
  ]"
>blablabla</a>


- Ed

//www.icdevgroup.org/mailman/listinfo/interchange-users

===============================================================
New Media E.M.S.              Technology Solutions for Business
11630 Fair Oaks Blvd., #250   eCommerce | Consulting | Hosting
Fair Oaks, CA  95628          suppressed
(916) 961-0446                http://www.newmediaems.com
(866) 519-4680 Toll-Free      (916) 961-0447 Fax
===============================================================
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.