The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
adding gradient background to product page
Author Message
Reply with quote
Post adding gradient background to product page 
The HTML code below is part of a dynamically generated page (ppinc) that displays the products belonging to a category. I
understand that changes to this page can be made through the "Store Layout" page of the store manager.

<HTML>
<HEAD>
<TITLE>Product Listing - HTML</TITLE>
</HEAD>
<BODY BORDER=#000000 Link=#0000FF vlink=#0000FF BGCOLOR="#FFFFFF">
<table border="0" cellpadding="0" cellspacing="0" width="950">



I found some code that allows me to generate a nice gradient background without having to deal with images. To do this
though, it requires some css code and a js script between the <head> tags and some extra code within the <body> tags.
Because I am not a programmer, I have no idea how to make changes to this code or if it's even possible. The following HTML
code shows what the first few lines of code would look like on a static html page. Can this be done on the dynamically
created page? If I can get this done, it would help me maintain the overall look for the site I am creating. Would really
appreciate any help you can give me. To see the gradient you can go to a test page at: www.tridove.com. Double click on the

link and you can see what I'm talking about. A gradient on the product page would be nice.


<HTML>
<HEAD>
<TITLE>Product Listing - HTML</TITLE>

<LINK
href="gradient.css"
type=text/css rel=stylesheet>

<SCRIPT
src="gradient.js"
type=text/javascript>
</SCRIPT>

</HEAD>
<BODY BORDER=#000000 Link=#0000FF vlink=#0000FF class="gradient 000033 0033ff vertical foo">
<table border="0" cellpadding="0" cellspacing="0" width="950">


View user's profile Send private message
Reply with quote
Post  
These threads should help you:
http://www.agoraguide.com/faq/viewtopic.php?t=1156
http://www.agoraguide.com/faq/viewtopic.php?t=358

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
Thanks for your help. It works great!!! Have a great day. Very Happy

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum