Tagged Questions
-1
votes
1answer
42 views
HTML tables form with MySQL and PHP
I'm trying to create a table form that show all database from MySQL with PHP. It doesn't show up table, instead it prints out the first job_order_number in the database with this line "Cannot show ...
0
votes
0answers
42 views
Form and Validation/CSS Issue
I have a form located here:
http://f14.co/auto-search/Test/
You'll see in the code that there is a form element about halfway down:
</div>
<form method="post" ...
0
votes
5answers
42 views
remove php extension using .htaccess
I'm working on script, and want to set links to be as following:
www.mysite.com/sign-up.php
to
www.mysite.com/sign-up
and
www.mysite.com/profile.php?username=abc
to
www.mysite.com/profile/abc
I ...
-3
votes
1answer
41 views
image is not showing after updating
Below is my code for updating the picture from mysql. It is updating but only showing on refreshing the page. I want it to show after updating the form not after refreshing. How can this be done?
...
1
vote
0answers
40 views
Customized checkbox does not show image when checked
body {
font: 0.8em/21px arial,sans-serif;
}
/*checkbox declaration*/
.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url('/karentest/images/selected.png') ...
0
votes
5answers
41 views
How to link multiple CSS files with WordPress
I know that to link your WordPress main style.css file you use:
<link href="<?php bloginfo('stylesheet_url');?>"rel="stylesheet" type="text/css"/>
However I have quite a few CSS files ...
0
votes
0answers
18 views
Build and Rebuild CSS data uris with php
This whole data URI nonsense is going to be grow old really quick, but until then, I'm gonna jump on the bandwagaon for at least one lap.
So I have CSS files that I want to update to use data URIs ...
0
votes
2answers
41 views
changing dropdown menu width
I'm trying to change the width of some dropdown menus to accomodate longer text, and even when I change the width values in this style sheet, nothing happens. Here's the area of my style sheet I've ...
0
votes
2answers
25 views
Custom Fields for Div background images? (wordpress)
I'm wondering how this would be done, I've seen an example on smashingmagazine but that is for the post background in the index feed and requires a plug in,I assumed it would simply be a case of
...
0
votes
4answers
42 views
Checkboxes and php and css
Ok let me rephrase this a bit. I have a form in the form I have checkboxes they currently display vertically I need them to display horizontally. The form is wrapped in a section tag. I put the id tag ...
0
votes
0answers
24 views
Issues with html css on codeigniter template
thanks for rading my question, i have an issue with codeigniter, i use an php page as base template for my whole site.
In that template i have a div on the top of the page with differents flags to ...
0
votes
1answer
9 views
Changing class of a tag depending on php file name in smarty
In a template, there are some tabs (using HTML) that can have the class attribute to say active so they can a bit pop up and tell user visually in which tab he/she is.
The code looks like this:
...
0
votes
1answer
21 views
adding style image in cutom menu wordpress
I am a beginner to wordpress and creating my first theme. I am stuck at one place. In my static html, i used images in lists to style my navigation. I am able to make dynamic navigation in wordpress ...
-3
votes
2answers
30 views
Changing images through admin panel [on hold]
Hey stackoverflow users,
I'm curious about Wordpress, I'm new to the whole Wordpress theme creation so I've began by using the basics of HTML combined with looking through the Wordpress codex to ...
0
votes
0answers
31 views
How do i display errors and keep DIV ( specialbox) on page upon submission
I wanna make it in a way that after submitting the form. The form reverts back to the div special box containing the form , stating alll the errors. This means that I dont have to click the button to ...