•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 429,900 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,279 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 718 | Replies: 3
![]() |
•
•
Join Date: Oct 2005
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
Can a table written in HTML be floated as an element, as in image <img src="..">
I am trying to have several small blocks of text, seperated within borders
that the text withing the box or group can float depending on screen size.
I don't know how to do this:
example:
------------- ----------- ----------- ---------------
| text | | text | | text | | text |
| | | | | | | |
------------ ----------- ----------- ---------------
Thanks for the help. (Paulxh)
I am trying to have several small blocks of text, seperated within borders
that the text withing the box or group can float depending on screen size.
I don't know how to do this:
example:
------------- ----------- ----------- ---------------
| text | | text | | text | | text |
| | | | | | | |
------------ ----------- ----------- ---------------
Thanks for the help. (Paulxh)
Not sure if thats what ur looking for and if u mean having text between text boders u can check out the following
<table cellSpacing="3" cellPadding="5" width="365" align="center" border="5" height="278"> <tr><th width=54>Ur Text here</th><th align="left" width=211>Ur Text here</th> <th> Ur text here</th> </tr> </Table>
Some people get so rich they lose all respect for humanity. That's how rich I want to be.
•
•
•
•
Can a table written in HTML be floated as an element, as in image <img src="..">
I am trying to have several small blocks of text, seperated within borders
that the text withing the box or group can float depending on screen size.
I don't know how to do this:
example:
------------- ----------- ----------- ---------------
| text | | text | | text | | text |
| | | | | | | |
------------ ----------- ----------- ---------------
Thanks for the help. (Paulxh)
I don't see why you would want to float a table since a table already has this layout (columns) by design.
I'd suggest if you want tables side by side, place a div around them and then float the divs...
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- About DIV tags (HTML and CSS)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: hello guys can anyone help me
- Next Thread: HTML Link without clicking


Linear Mode