Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] putting images in the portal file

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: Jameson Lopp <fusion AT ibiblio.org>
  • To: Stephanie Vega <scandalous1 AT gmail.com>
  • Cc: lyceum-users AT lists.ibiblio.org
  • Subject: Re: [Lyceum-users] putting images in the portal file
  • Date: Sat, 09 Sep 2006 17:58:36 -0400

You want to find the following block of code in portal.php:

<li style="margin: .3em 0;"><a href="register">Register</a></li>
<li style="margin: .3em 0;"><a href="login">Log In</a></li>
<li style="margin: .3em 0;"><a href="login?action=logout">Log Out</a></li>

and replace the text for each one with an image tag, such that for the "register" line you would have something like:

<li style="margin: .3em 0;"><a href="register"><img src="./yourpath/images/register.jpg" /></a></li>


Hopefully that answers your question.

- Jameson

Stephanie Vega wrote:
OK. I'm the first to admit I don't know PHP very well, but I thought inserting images into a php pages was like HTML.

I want to replace the "login" and "register" links with custom buttons, but the standard HTML coding doesn't do the trick.
Suggestions?

Thanks!


------------------------------------------------------------------------

_______________________________________________
Lyceum-users mailing list
Lyceum-users AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/lyceum-users




Archive powered by MHonArc 2.6.24.

Top of Page