This is a discussion on "From table tags to div and span" within the Web Page Design section. This forum, and the thread "From table tags to div and span are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
From table tags to div and span
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
From table tags to div and span
Hi there,
I am planning to switch from TABLE tags to DIV and SPAN tags so we would have the same appearance. For example the following code, How can I shift it to the DIV and SPAN tags and have the same appearance.
|
|
|
|
#2
|
|||
|
|||
|
Re: From table tags to div and span
There is a way you could do that in CSS, but it is not advisable and it is very complicated!
I have posted the same question here before and all of the professional developer/designer here suggest me to use table for this type of case
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Dec 5th, 2007 at 08:29. |
|
#3
|
|||
|
|||
|
Re: From table tags to div and span
here is some code I use that is similar to your code above.
|
|
#4
|
|||
|
|||
|
Re: From table tags to div and span
I've made a thread in the Beginners' Resources section about this
[CSS] Customize your form with CSS |
|
#5
|
|||
|
|||
|
Re: From table tags to div and span
I use divs to format forms all the time. It's just a little annoying, that's all...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#6
|
|||
|
|||
|
Re: From table tags to div and span
Quote:
Thanks in Advance |
|
#7
|
|||
|
|||
|
Re: From table tags to div and span
Well, I put the form <label> into a div, and the <input> into another div. Then, I put it all inside the <form>. Simple, really...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Title Tags, Meta Tags and SEO - Keyword Density or Keyword Spamming? | pctank | Search Engine Optimization (SEO) | 2 | Jul 4th, 2008 11:52 |
| Can <span></span> tags have position relative? | Oak | Web Page Design | 13 | Mar 9th, 2008 17:04 |
| <SPAN> help | Access | JavaScript Forum | 2 | Nov 3rd, 2007 18:13 |
| Div and Span tags... | jjgamepro17 | Web Page Design | 4 | Nov 7th, 2006 19:22 |
| Span questions | maxelcat | Web Page Design | 2 | Aug 7th, 2006 11:07 |