![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2009
Posts: 2
OS: Vista
|
HTML coding
In HTML when using excel type boxes for separating data by columns, how do you center the data within each box? I thought <align=center> </align> would work???
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
|
Re: HTML coding
By "excel-type boxes," do you mean tables?
If you mean tables, specify alignment in the cell's <td> tag, as follows: HTML Code:
<td align="center">CONTENT HERE</td>
__________________
I'm ridin' dirty. Oh baby, I'm yellow and nerdy. |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Apr 2009
Posts: 2
OS: Vista
|
Re: HTML coding
I am using <TD> as the table line breaks to separate the boxes. When I add the suggested <td align="center"></TD> function, it moves the box data one box to the right replacing whats in that box?
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
|
Re: HTML coding
Never mind, it seems like you're not using <TD> for your actual content, just the line breaks. What actually contains your data, what *are* the "excel-type boxes?"
Could you include all of your code? I can't really visualize what you're trying to tell me here. ^_^
__________________
I'm ridin' dirty. Oh baby, I'm yellow and nerdy. |
|
|
|
![]() |
| Thread Tools | |
|
|