No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Hi folks, I have an existing shopping cart for a print company that allows users to proof labels select qty and send them to a cart. We'd get an email and we'd contact the client for an over the phone payment. We want to use Paypal and I'm curious if … | |
Hey guys, I'm trying to update an existing site and I'm having a few issues with an array in terms of sorting the results of an array into a simple div layout. It currently works and the output is working fine. However I want to define a category as a … | |
Re: Don't use tables unless you really, really want to. | |
Re: I usually throw in a clear: both div when I get the float drop problem. Some older IE version have problems with margins and paddings and in turn drops a float left or right underneath like with your site. Try add a clear: both div. example below, styles can be … | |
Re: Not sure, try fixing this first. Removing the space between the numbers and px [CODE] #header_inner { padding:1em 2em; width: 494 px; /* 494px */ height: 119 px; /* 119px */ background: url(../../lib/css_styles/layouts/carlile_bay3.jpg); } [/CODE] | |
Hi folks, I'm building a page that displays content from a database. I'm using CKEditor to add content to the database which includes basic html tags such as <p>, <img>, etc On the page however, I want to shorten an article and have a more link below it. An example … | |
Re: Interesting thread .... Does this work as well? [CODE] $a_user=$_POST['login_username']; $a_password=sha1($_POST['login_password']); // set up SQL statement $query = sprintf("SELECT * FROM admin_auth WHERE a_user = '%s' AND a_pass = '%s'", mysql_real_escape_string($a_user), mysql_real_escape_string($a_password));[/CODE] | |
Hi guys, I think I may have complicated matters for myself with this one. I'm making an image gallery, which is built based on a hierarchy. I have no problem outputting the images directly in their specific category. The problem I'm having is I'm trying to call 1 thumbnail from … | |
Hi folks, I need a little help working out a 2 tier navigation that is database driven as I'll need to use CMS to insert new categories and topics at a later date. The navigation is in unordered list format looking similar to below. Two category listed navigation with two … | |
Hi folks, I've used a while loop to call about 5 category names from a database to make a navigation. I didn't want to hard code the categories because I want to be able to change them using Content Management and have the nav update from the database. [CODE]<a href="category.php?cat=<?php … | |
Re: Best not to use .inc files if you have secure information on them, as mentioned above, they can be read as a text file. | |
Hi folks, I have a small Paging problem, was wondering if anyone could help me out with. I have a blog that I need to page after a set number of blogs. The Next and Previous links work fine and so does the Page number Nav. However, my page number … |
The End.