User Profile

Collapse

Profile Sidebar

Collapse
tijivarghese
tijivarghese
Last Activity: Feb 8 '08, 01:50 PM
Joined: Feb 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tijivarghese
    replied to Html Table
    Hi Buddy !
    Its pretty simple.. all you have to do is to align both the tables to left ... ie
    Code:
    <table align = "left">
    <tr>
    <td>Here is the 1st table</td>
    </tr>
    </table>
    
    <table align = "left">
    <tr>
    <td>Here is the 2nd table</td>
    </tr>
    </table>
    ...
    See more | Go to post

    Leave a comment:


  • tijivarghese
    replied to Inserting font color
    As mentioned by everybody else, its much better and easier if you learn CSS.. But to begin with be comfortable with HTML.. to include color to the font tag u need to write "<font size="+2" color="red">Hi there, you have just written your first web page! </Font>" . It also accepts other attributes like "face" which decides what type of font do u want to use for eg: tahoma,arial etc to name a few.....
    See more | Go to post

    Leave a comment:


  • Hi buddy!
    The very 1st thing I would like to mention is that align="absmiddl e" is NOT a standard html tag.. the attributes for align can be 'Center' , 'justify' or 'right'..
    Now, to have the Up-Down Press button system you will have to use a button instead of image..Instead of using the image as button, use it as the background image of the button.. For example here is a class what i wrote:
    Code:
    .orangeButton	{
    BACKGROUND-IMAGE:
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...