borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (SMS via VB)Next Topic (How to find form elements index value?) New Topic New Poll Post Reply
AndreaVB Forum : Internet Applications : HTML issue
Poster Message
Sekar
Level: Sage

Registered: 11-03-2004
Posts: 63

icon HTML issue

I generate a report and that report has a nice header.
If I want to show 2 titles in a row, I can use 2 TDs in TR tag like <TD width=50%> for each. What if I want to show 3 titles? If I put 33% for each TD, it dosen't work out. Any idea?

<TR>
  <TD width=50% align=left> Title1 </TD>
  <TD width=50% align=right> Title2 </TD>
</TR>

08-10-2006 at 02:13 AM
View Profile Send Email to User Show All Posts | Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: HTML issue

can you show us the code for the WHOLE table? it might help out a lot...

you can't just change one row and expect to have good results immediately.. sometimes, HTML code can give some problems, but its mostly because of a lack of focus on the tagging...



____________________________
Been busy trying to take a second degree <--it's not working out...

11-01-2007 at 07:08 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Internet Applications : HTML issue
Previous Topic (SMS via VB)Next Topic (How to find form elements index value?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder