hello all.
i have spent many hours searching for an out of the box solution to a need i have. i am doing a church site and they need to be able to take credit cards through authorize.net for...
Type: Posts; User: mdcloud; Keyword(s):
hello all.
i have spent many hours searching for an out of the box solution to a need i have. i am doing a church site and they need to be able to take credit cards through authorize.net for...
hey everyone. i am trying to set up a news form for a client. i have used php before, but in a very limited way with help of others. this is the first time out on my own trying to use it. what i...
yea i have not found much in my searching that fit the bill. if you find what you wrote it would certainly be helpful. my php is pretty weak so any head start would help.
i am looking for a program that i can install for my clients that they can go through to create thier own website and to do updates once it is created. does anyone know anything like this. i have...
that is definatly a start, i will give it a try but i will still have to have 2 different pages which is what i was trying to get away from. on showing new users only and one showing all. that is...
well i have a mysql database set up with a table called form in it. in that table i have columns for all of the things i ask. however i think i already have a way to show who is new, i just do not...
sorry for the confusion. i will try to explain it more clearly.
it might help for you to know what the site does. it is basicly a reservation system for classes. a client books a specific week....
does anyone know if a flash presentation that can teach some of my newer users about the functions of a vbulletin board? really just the basics of posting a thread, updating profile, ect. i have...
below is my listing page. you can ignore most of that code, but i thought i would throw it in just in case.
basicly we have people approved to come or not in a database field called Approved with...
what i have is class registration. it is in weeklong sessions. on my admin area i have a drop down in a form. my admin user selects the class week to look at in that drop down. is there a way to...
heheh sorry.
ok what my website does is schedule classes that are a week long on health. what i need is a way to denote which week has new people registered that we have not looked at yet. the...
hello everyone,
i have a unique issue to work out and i am wondering if it is possible. what i have is a website that schedules classes. each class is a week. the way the admin area works is i...
thanks. i will give that a shot. thank you both for your help. the ie6 thing is what was throwing me off i think. thanks for your input.
i have been trying to get my page to size up in different resolutions. i came across the max-width command and it sounded very helpful but it doesnt seem to do anything. can someone explain? ...
instead of a <td> in the first row, use a <th> you can then assign width to that column
i have a background that looks like a piece of parchment paper. i want it to take up 90% of the screen regardless of resolution. is there a way to assign a percent to it in the body part of the css...
look at the line above that and see if you left out a ;
could be the problem
ok, i made a post last week about sorting on 2 varibles. i guess my code was too ugly to get a fix for so i went back to the drawing board. i think i know the concept i need, but do not know much...
can no one help on this one?
please?
the point is i want to filter the results i get from the date search.
what does the escape string do? i am very new to all this, so you will have to forgive my ignorance.
hmm. thanks for the input. i am kinda new to all this, but i will give it a go with the div tag.
my bad dude. i was just trying to help.
you can use javascript to call different css files based on browser. i use that for resolution like this
<script language="JavaScript1.2">
if (screen.width==640||screen.height==480)...
any one know how i would take the output of the first while and add a second to just those results?
brent
i do use style sheets. i have tried to use percents on some things, but for instance i have a nav bar. it is pics. a pic is x amount wide. i have many things positioned absolute. how do i get...