Re: [PHP] Link Color Questions

2001-04-30 Thread Ashley M. Kirchner
Joe Stump wrote: > No you don't :) > > http://www.domain1.com";>url1 > http://www.domain2.com";>url2 > http://www.domain3.com";>url3 > http://www.domain4.com";>url4 > > On Sun, Apr 22, 2001 at 04:18:51PM -0500, Jeff Oien wrote: > > You need to use style sheets: > > http://www.awlonline.com/cseng/

Re: [PHP] Link Color Questions

2001-04-30 Thread Joe Stump
No you don't :) http://www.domain1.com";>url1 http://www.domain2.com";>url2 http://www.domain3.com";>url3 http://www.domain4.com";>url4 --Joe On Sun, Apr 22, 2001 at 04:18:51PM -0500, Jeff Oien wrote: > You need to use style sheets: > http://www.awlonline.com/cseng/titles/0-201-41998-X/liebos/

Re: [PHP] Link Color Questions

2001-04-22 Thread Adam
# yes, make a style sheet called "domain.css" and put in this text: # a.domain1:link { color: #FF; } a.domain2:link { color: #FF; } a.domain3:link { color: #FF8000; } # in the h

RE: [PHP] Link Color Questions

2001-04-22 Thread Jeff Oien
You need to use style sheets: http://www.awlonline.com/cseng/titles/0-201-41998-X/liebos/ http://www.builder.com/Authoring/CSS/?tag=st.bl.7258.dir1.bl_CSS http://www.wdvl.com/Authoring/Style/Sheets/ Jeff Oien > Hi, > > I would like to know how to make different link in different color on > o

[PHP] Link Color Questions

2001-04-22 Thread Mark Lo
Hi, I would like to know how to make different link in different color on one page. etc. www.domain1.com in blue color www.domain2.com in red color www.domain3.com in orange color Thank you for your help Mark -- PHP General Mailing List (http://www.php.net/) To unsubscri