|
| |
User Groups : Forums : SiteExperts :
Dynamic HTML
:  | Convert vertical 3 col 3 rows Table to DIV
Dear experts,
Can you convert this html to DIV, so the text within the coloumns are of fixed len or wrap
<TABLE> <TR> <TD align=top>India Button Factory</TD> <TD align=top>India</TD> </TR> <TR> <TD align=top>copper Flat, copper </TD> <TD align=top> </TD> </TR> <TR> <TD align=top>Morak copper Flat, copper </TD> <TD align=top> India</TD> </TR> <TR> <TD align=top>copper Flat, copper </TD> <TD align=top> </TD> </TR> </TABLE>
Thanks
Navin Started By navinamin on Apr 26, 2008 at 6:53:48 AM |  | | 7 Response(s) | Reply |
Earlier Replies | Replies 6 to 7 of 7 | Later Replies Goto Page: 1 |  | | TBrian on Apr 29, 2008 at 12:38:07 PM (# 6) Hi,
This might help. I used CSS and lowercase and reworked your submission to knocked-out a rough work-up of something you can play with. Note the extensive extras - margins, aligns, etc. - to help you decipher what's going on. This passes HTML validation. Sorry, I ran out of patience and didn't finish it. You weren't that specific anyway.
See below:
Table to Div
India Button Factory | India |
copper Flat, copper | |
Morak copper Flat, copper | India |
copper Flat, copper | |
India Button Factory India copper Flat, copper space Morak copper Flat, copper India copper Flat, copper space
TBrian on Apr 29, 2008 at 12:41:54 PM (# 7)Oops! I didn't realize that embedded HTML would be a problem. Good luck!
| Earlier Replies | Replies 6 to 7 of 7 | Later Replies Goto Page: 1 |
To respond to a discussion, you must first logon.
If you are not registered, please register yourself to become a member of the SiteExperts.community.
|