Click here to Skip to main content
15,912,977 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: try asp.net web matrix? Pin
Anonymous12-Nov-02 21:10
Anonymous12-Nov-02 21:10 
AnswerRe: try asp.net web matrix? Pin
Paul Watson11-Nov-02 5:10
sitebuilderPaul Watson11-Nov-02 5:10 
Questiontables in web page ? Pin
Sarvesvara (BVKS) Dasa8-Nov-02 21:03
Sarvesvara (BVKS) Dasa8-Nov-02 21:03 
AnswerRe: tables in web page ? Pin
Stephane Rodriguez.8-Nov-02 22:31
Stephane Rodriguez.8-Nov-02 22:31 
GeneralRe: tables in web page ? Pin
Sarvesvara (BVKS) Dasa12-Nov-02 1:37
Sarvesvara (BVKS) Dasa12-Nov-02 1:37 
GeneralRe: tables in web page ? Pin
Anonymous12-Nov-02 1:45
Anonymous12-Nov-02 1:45 
GeneralRe: tables in web page ? Pin
Sarvesvara (BVKS) Dasa16-Nov-02 2:05
Sarvesvara (BVKS) Dasa16-Nov-02 2:05 
AnswerRe: tables in web page ? Pin
Paul Watson9-Nov-02 4:32
sitebuilderPaul Watson9-Nov-02 4:32 
SPS wrote:
s there any option to align the text inside the table justified both left and right as it can be done in WORD??

Yes you can use CSS to do this... but be warned that a: it does not work on many browser and b: it looks terrible. Browsers do not have the same justification ability as word processors or DTP products, this is by choice as justification on the web is seen as a bad thing.

Anyway you can do it this way:
<table>
    <tr>
        <td style="text-align: justify">Justified text</td>
    </tr>
</table>


Hope that helps (but don't do it ya hear? Big Grin | :-D )

Paul Watson
Bluegrass
Cape Town, South Africa

Ray Cassick wrote:
Well I am not female, not gay and I am not Paul Watson
GeneralRe: tables in web page ? Pin
Sarvesvara (BVKS) Dasa12-Nov-02 1:36
Sarvesvara (BVKS) Dasa12-Nov-02 1:36 
GeneralRe: tables in web page ? Pin
Paul Watson12-Nov-02 1:45
sitebuilderPaul Watson12-Nov-02 1:45 
QuestionHow to see web requests Pin
Marcus Spitzmiller8-Nov-02 15:12
Marcus Spitzmiller8-Nov-02 15:12 
AnswerRe: How to see web requests Pin
Daniel Turini8-Nov-02 22:58
Daniel Turini8-Nov-02 22:58 
GeneralRe: How to see web requests Pin
Marcus Spitzmiller9-Nov-02 4:23
Marcus Spitzmiller9-Nov-02 4:23 
Questionexecute a program on the server via asp.net? Pin
friendlyghost8-Nov-02 1:25
sussfriendlyghost8-Nov-02 1:25 
AnswerRe: execute a program on the server via asp.net? Pin
Paul Watson8-Nov-02 1:54
sitebuilderPaul Watson8-Nov-02 1:54 
GeneralText Zoom in Internet Explorer Pin
Paul Watson8-Nov-02 0:23
sitebuilderPaul Watson8-Nov-02 0:23 
GeneralRe: Text Zoom in Internet Explorer Pin
Vasudevan Deepak Kumar11-Nov-02 3:54
Vasudevan Deepak Kumar11-Nov-02 3:54 
GeneraliFrame Pin
Sarvesvara (BVKS) Dasa7-Nov-02 2:47
Sarvesvara (BVKS) Dasa7-Nov-02 2:47 
GeneralRe: iFrame Pin
leppie7-Nov-02 6:32
leppie7-Nov-02 6:32 
GeneralRe: iFrame Pin
Sarvesvara (BVKS) Dasa16-Nov-02 2:10
Sarvesvara (BVKS) Dasa16-Nov-02 2:10 
GeneralRe: iFrame Pin
Ray Cassick7-Nov-02 8:12
Ray Cassick7-Nov-02 8:12 
GeneralRe: iFrame Pin
Sarvesvara (BVKS) Dasa16-Nov-02 2:11
Sarvesvara (BVKS) Dasa16-Nov-02 2:11 
GeneralCalling a dll from a button Pin
Sofiul7-Nov-02 1:50
Sofiul7-Nov-02 1:50 
GeneralRe: Calling a dll from a button Pin
Stephane Rodriguez.7-Nov-02 3:04
Stephane Rodriguez.7-Nov-02 3:04 
GeneralRe: Calling a dll from a button Pin
Anonymous7-Nov-02 3:32
Anonymous7-Nov-02 3:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.