Rank: Member
Joined: 1/17/2008(UTC) Posts: 9
|
How do I make the logo Clickable in the top left cornor of my site. I want to be able to click on that and it links me back to the home page. I am using the top weekly sales on the home page is my left column. the problem I have with it is that I can't click on the product in the list to go to that product page. Any idea or Help with this would be greatly appreciated. Edison Pascascio www.hollywoodcollectibles.com
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
It looks like you've made your logo the background image for your header. It would be best to use an actual image within a link.
Did you modify your weekly sellers module at all? It should contain links, not just list items. |
|
|
|
|
Rank: Member
Joined: 1/17/2008(UTC) Posts: 9
|
Hi, Did not touch the code for the weekly sellers. The link code is in there however the items are not click able. That was the weird thing that concerned me.
In regards to the logo I'll try that Immediately. Here is what the code looks like for the Weekly Seller Viewer:
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="view.ascx.vb" Inherits="BVModules_ContentBlocks_Top_Weekly_Sellers_view" %> <h4><asp:Label ID="Label1" runat="server">Top Weekly Sellers</asp:Label></h4> <%--<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="bvin" BorderColor="#CCCCCC" CellPadding="3" GridLines="None" Width="100%" AllowSorting="true" > <Columns> <asp:HyperLinkField DataTextField="ProductName"/> </Columns> </asp:GridView>--%> <asp:Literal ID="ProductList" runat="server"></asp:Literal>
Thanks,
Edison Pascascio
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
Not sure why all that is commented out. Weird way to release a module. Would need to see the code-behind, I guess, to see what's going on with the links. If that's the stock module, I'll check out the code-behind that I have and see if I can't figure it out. |
|
|
|
|
Rank: Member
Joined: 1/17/2008(UTC) Posts: 9
|
Thanks for your insight. I Went into the code behind. That is where the linking is done. However for the Weekly sales it was not being linked. so I did some conversion and made it work. I also figured out the logo. You guys rock. They say 2 heads are better than one.
Thanks,
Edison Pascascio
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
Great, glad you worked it out! |
|
|
|
|
Rank: Member
Joined: 1/17/2008(UTC) Posts: 9
|
Hope you don't mind me using this medium. Can I get your contact info. Would like to talk to you more about you designs. And see if we can do some business. Thanks, Edison Pascascio www.hollywoodcollectibles.com[email protected]
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.