Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 417
Search took 0.73 seconds.
Search: Posts Made By: jasonpc1
Forum: MySQL 08-14-2011, 01:24 PM
Replies: 13
Views: 1,891
Posted By jasonpc1
how to get just the duplicates based on a field

I am wanting to get all results where there is a duplicate 'Pid'

Pid is the Product ID.

CREATE TABLE IF NOT EXISTS `products` (
`Pid` int(11) NOT NULL,
`productTitle` text NOT NULL,
)...
Forum: General web building 07-30-2011, 04:14 PM
Replies: 2
Views: 966
Posted By jasonpc1
prevent DW from changing code

DW MX 2004 is always changing my code

It is adding in breaks before some DIV's but still leaving the tabs before it on the previous lines!

How do I stop this happening completely so the code is...
Forum: HTML & CSS 07-27-2011, 11:39 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
actually equal height may not be whats needed. ...

actually equal height may not be whats needed.

i posted a jpg image in post 9 explaining the layout.

i thought if i have the middle section grow to 100% then the div below it would be nearer...
Forum: HTML & CSS 07-27-2011, 11:30 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
was missing : ok let the floor eat me up...

was missing :


ok let the floor eat me up now before i lose my mind!!!

ok one down...

how do i get the three columns to be the same height ?
Forum: HTML & CSS 07-27-2011, 11:26 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
looking at the source code for both places i...

looking at the source code for both places i uploaded it to it is showing all of the code, but using firebug it does not ?
Forum: HTML & CSS 07-27-2011, 11:23 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
this is very strange as i do have it in the code...

this is very strange as i do have it in the code but for some reason it is not updating on the server.

I also uploaded the same file to another test server (not connected with the first testing...
Forum: HTML & CSS 07-27-2011, 11:05 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
I have added in the code as in the screen shot...

I have added in the code as in the screen shot you gave and added it in the bodyContainer and both times it does not go in the middle of the page i also used fire bug to alter the code and i still...
Forum: HTML & CSS 07-27-2011, 10:55 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
my bodyContainer has a width of 900px but neither...

my bodyContainer has a width of 900px but neither margin auto or margin 0 auto place the page in the center.

http://testingsite.freehostingcloud.com/
Forum: HTML & CSS 07-27-2011, 10:30 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
i added in the margin: 0 auto; to the...

i added in the

margin: 0 auto;
to the bodyContainer but it is not in the center of the page.

the middle content will grow in time but at times stay small, i just wanted to have the 'middle...
Forum: HTML & CSS 07-27-2011, 08:16 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
i have redone the page completely as i was...

i have redone the page completely as i was getting rather confused with original messed up code.

I have entered text in the divs to explain what effect i am trying to get.
...
Forum: HTML & CSS 07-27-2011, 07:28 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
Sammy Using your suggestion all be it a little...

Sammy Using your suggestion all be it a little change actaully done something to the page, it increased the height of the 'results' div, but not the height of the main body, i have been playing...
Forum: HTML & CSS 07-27-2011, 04:12 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
http://testingsite.freehostingcloud.com/

http://testingsite.freehostingcloud.com/
Forum: HTML & CSS 07-26-2011, 03:12 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
i just added the overflow:auto; to...

i just added the

overflow:auto;


to the result div but still the same thing.

here is a mock screen shot of the sort of look i am after.
Forum: HTML & CSS 07-26-2011, 01:03 PM
Replies: 30
Views: 1,988
Posted By jasonpc1
please check the following link.. ...

please check the following link..

http://testingsite.freehostingcloud.com/

refresh it a few times to see that the main contant changes in height and the text at the bottom i am wanting inside...
Forum: HTML & CSS 07-26-2011, 10:51 AM
Replies: 30
Views: 1,988
Posted By jasonpc1
i added height: 100%; to all the...

i added

height: 100%;

to all the parent div containers but still it is not 100%


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
Forum: HTML & CSS 07-26-2011, 09:36 AM
Replies: 30
Views: 1,988
Posted By jasonpc1
how to make div grow to 100% in height ?

How do I get the 'results' div to be 100% in height ?

The page height changes depending on the page being shown so need to have the height of the div to be 100%, but using 100% for the div does...
Forum: HTML & CSS 07-24-2011, 09:20 AM
Replies: 9
Views: 894
Posted By jasonpc1
yep that work, but it is not allowing me to print...

yep that work, but it is not allowing me to print with this font, using firefox 5.0, it is printing the fonts in IE though !
Forum: General web building 07-24-2011, 09:13 AM
Replies: 2
Views: 1,149
Posted By jasonpc1
Firefox 5.0 not printing all fonts

My webpage have font family Broadway and I am having to use the following to allow it to show the menus correctly. But when I print it is not showing the fonts in the print out. Any ideas what I...
Forum: HTML & CSS 07-24-2011, 07:48 AM
Replies: 9
Views: 894
Posted By jasonpc1
I see that the sites source code shows ...

I see that the sites source code shows

<pre>@font-face {
font-family: Delicious;
src: url('Delicious-Roman.otf');
}

@font-face {
font-family: Delicious;
font-weight: bold;
Forum: HTML & CSS 07-23-2011, 03:57 PM
Replies: 9
Views: 894
Posted By jasonpc1
How do I make available some of the font-family on my web site ?

I am using a few font-family on my pages that are not available to everyone so it seems.

For example

'Broardway' is not on vista for Firefox and shows a some standard style instead.

I have...
Forum: Computer/PC discussions 07-23-2011, 10:23 AM
Replies: 0
Views: 543
Posted By jasonpc1
software to create single narrow rotator marque with 23 chars

I have been looking around for free software that will allow me to create a single text banner of 23 characters that rotates showing only 1 and a half of the letters in a box and rotates to show all...
Forum: HTML & CSS 07-23-2011, 10:12 AM
Replies: 1
Views: 403
Posted By jasonpc1
just about to test my theory, but would that not...

just about to test my theory, but would that not be settting the li to no-underline ?

do you have the rest of the code as there are parts missing for to be able to test this out properly.

ie.. ...
Forum: HTML & CSS 07-22-2011, 04:21 PM
Replies: 16
Views: 821
Posted By jasonpc1
So does anyone know how I do this ?

So does anyone know how I do this ?
Forum: HTML & CSS 07-22-2011, 04:09 PM
Replies: 16
Views: 821
Posted By jasonpc1
I did try that first after doing a quick google,...

I did try that first after doing a quick google, but still not the same look for each one.

here is an example of what is happening


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
Forum: HTML & CSS 07-22-2011, 03:29 PM
Replies: 16
Views: 821
Posted By jasonpc1
Doing this will mean I need to redo all of my...

Doing this will mean I need to redo all of my pages?

How do I do this anyway ?
Showing results 1 to 25 of 417

 
Forum Jump

All times are GMT +1. The time now is 03:20 AM.