HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Problem
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
PhoneMan



Joined: 17 Jul 2006
Posts: 2

PostPosted: Mon Jul 17, 2006 10:31 am     Problem Reply with quote

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... Confused

Thank you ,
PhoneMan
subscriber123



Joined: 20 Jul 2006
Posts: 6

PostPosted: Fri Jul 21, 2006 10:11 pm     Reply with quote

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, &amp; 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, &amp; 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.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial