This is a discussion on "[SOLVED] form output in CSS" within the Web Page Design section. This forum, and the thread "[SOLVED] form output in CSS are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] form output in CSS
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] form output in CSS
Hi Fellows!
I have a search page which search my database and out the result. It is like this.. in the form it has first name|last name|city|country option. User can search the database by any of these option. When the submit the form it output the search result in a page in table format. how can I present the output in to the CSS page? |
|
|
|
#2
|
|||
|
|||
|
Re: form output in CSS
Are you asking for CSS advice? If not and you're asking about databases, you may be in the wrong place. If you are asking about CSS, could you clear up your question a bit. I'd be glad to help you with styling...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#3
|
|||
|
|||
|
Re: form output in CSS
Quote:
I don't think that you could use CSS to output your data! People always say, "Table are for displaying data and CSS is for Page Layout!" It's true...! You can display data in table form (nothing wrong with that!) but you could style your table using CSS (the cell color, border color, background color, margin, padding and so on... thats what people always do...) Hope that help you..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#4
|
|||
|
|||
|
Re: form output in CSS
Thank you all. Yes, obviously I was looking for CSS help. I know I could user table but I was wondering when you submit form the action file search the database and bring the result, but I could not get the result in the table witing CSS file. Anyway folks, I have found the way and was able to do it using <style type="text/css" </style> and both file ( I mean form and form processing file) I had to use .php extension.
|
|
#5
|
|||
|
|||
|
Re: form output in CSS
That's what the problem is all about in the first place..
We thought you wanted to display your database information in a CSS formated page rather that in the table formated page. Yeah, you must use a server side scripting language (PHP or ASP) in order for you to display your database in your "display" page.... You can't display them using only basic HTML page. Thanks for the clarification, good to know you solved them
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Form output using mysql, search people name in specific category | basketmen | PHP Forum | 1 | Mar 24th, 2008 06:31 |
| [SOLVED] PHP contact form redirect to same form | Posie | PHP Forum | 14 | Jan 29th, 2008 20:28 |
| [SOLVED] PHP/MySQL Sorted Output | Stuart | PHP Forum | 5 | Nov 21st, 2007 21:31 |
| [SOLVED] Reading output. | alexgeek | PHP Forum | 2 | Oct 30th, 2007 00:41 |
| output IE vs. FF | jojo | Web Page Design | 5 | Dec 29th, 2005 13:35 |