 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
PhoneMan
Joined: 17 Jul 2006 Posts: 2
|
Posted: Mon Jul 17, 2006 10:31 am Problem |
|
|
|
I didn't really know where to post this problem.. but since my web is done in php... I thought it's fine to post here... well...
Here's my webpage... www.zone.ee/beatshot ...
Click on about us & services...
As you see.. the text is currently exactly center of the textbox...
I want that.. the text starts from upper zone of the textbox..
I hope you guys understand my problem...
My english is not very good...
Thank you ,
PhoneMan |
|
subscriber123
Joined: 20 Jul 2006 Posts: 6
|
Posted: Fri Jul 21, 2006 10:11 pm |
|
|
|
This is really an html problem, but I can help anyway. You have this:
| Code: |
<td colspan="15" rowspan="11" class="unnamed1">
<strong>BeatShot Desings</strong> is a business website design company provides a one stop service center for all of your professional design, flash programming and development needs. We also specialize in providing services to companies that need a reliable partner to outsource their web development and custom programming projects. Outsourcing to BeatShot is very simple. We are your B2B, B2C, & Ebusiness consulting experts! Let our great service, excellent pricing and superior support put a smile on your face!</td>
|
You need this:
| Code: |
<td colspan="15" rowspan="11" class="unnamed1" valign="top">
<strong>BeatShot Desings</strong> is a business website design company provides a one stop service center for all of your professional design, flash programming and development needs. We also specialize in providing services to companies that need a reliable partner to outsource their web development and custom programming projects. Outsourcing to BeatShot is very simple. We are your B2B, B2C, & Ebusiness consulting experts! Let our great service, excellent pricing and superior support put a smile on your face!</td>
|
VALIGN is an attribut that means "vertical align." You simply need to vertically align the table data (<td>) to the top. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|