Click here to Skip to main content
15,923,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDataGrid Pin
Kiran Pinjala13-Sep-07 3:07
Kiran Pinjala13-Sep-07 3:07 
AnswerRe: DataGrid Pin
Dave Kreskowiak13-Sep-07 4:50
mveDave Kreskowiak13-Sep-07 4:50 
QuestionHow to change the owner of a registry key ? Pin
Ky Nam13-Sep-07 3:04
Ky Nam13-Sep-07 3:04 
AnswerRe: How to change the owner of a registry key ? Pin
Dave Kreskowiak13-Sep-07 4:42
mveDave Kreskowiak13-Sep-07 4:42 
QuestionHow can i invoke javascript functions in vb .net? Pin
eyes200713-Sep-07 2:53
eyes200713-Sep-07 2:53 
AnswerRe: Pdf to text Pin
WhiteGirl2313-Sep-07 2:07
WhiteGirl2313-Sep-07 2:07 
QuestionPdf to text Pin
Prakash_Mishra13-Sep-07 0:41
Prakash_Mishra13-Sep-07 0:41 
Questionrejoining split lines Pin
Mustafa Ismail Mustafa13-Sep-07 0:30
Mustafa Ismail Mustafa13-Sep-07 0:30 
Hi guys,

I'm having some problem with this. I'm writing a small tool that is supposed to parse out an HTML document and return my own implementation of an HtmlDocument class. I'm having a problem dealing with the way VS2005 formats an asp.net page by default (markup).

<body><br />
    <div style="height: auto; width: auto; overflow: auto;"><br />
        <table border="1" width="100%" style="height: 290%;"><br />
            <tbody><br />
                <tr><br />
                    <td style="width: 1%"><br />
                    </td><br />
                    <td><br />
                        <div style="width: 100%;"><br />
                            <iframe src="http://localhost/subtext/" style="height: 507px; width: 100%; overflow: hidden;<br />
                                vertical-align: top;" /><br />
                        </div><br />
                    </td><br />
                    <td style="width: 1%"><br />
                    </td><br />
                </tr><br />
            </tbody><br />
        </table><br />
    </div><br />
</body>


see the iframe tag? the Vertical-align attribute is shunted to a different line.

How would I rejoin it with its tag, in this case

TIA

<div class="ForumSig">There are 10 kinds of people in this world. Those who understand binary and those who don't...
______________________

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
</div>
AnswerRe: rejoining split lines Pin
Dave Kreskowiak13-Sep-07 4:34
mveDave Kreskowiak13-Sep-07 4:34 
QuestionHow to print Crystal report directly Pin
Swiss Mantoro12-Sep-07 22:28
Swiss Mantoro12-Sep-07 22:28 
AnswerRe: How to print Crystal report directly Pin
Steven J Jowett12-Sep-07 23:47
Steven J Jowett12-Sep-07 23:47 
QuestionUpdate Date Pin
TAK7812-Sep-07 12:11
TAK7812-Sep-07 12:11 
AnswerRe: Update Date Pin
Dave Kreskowiak13-Sep-07 4:27
mveDave Kreskowiak13-Sep-07 4:27 
QuestionDropdown of available com ports Pin
Cory Kimble12-Sep-07 10:46
Cory Kimble12-Sep-07 10:46 
AnswerRe: Dropdown of available com ports Pin
Luc Pattyn12-Sep-07 14:53
sitebuilderLuc Pattyn12-Sep-07 14:53 
QuestionImage Resize and Crop, am I on the right track? Pin
RX Maverick12-Sep-07 10:20
RX Maverick12-Sep-07 10:20 
AnswerRe: Image Resize and Crop, am I on the right track? Pin
Dave Kreskowiak13-Sep-07 4:10
mveDave Kreskowiak13-Sep-07 4:10 
QuestionProblems binding datarelations to a listbox Pin
Mr Oizo12-Sep-07 9:31
Mr Oizo12-Sep-07 9:31 
AnswerRe: Problems binding datarelations to a listbox Pin
Dave Kreskowiak13-Sep-07 4:01
mveDave Kreskowiak13-Sep-07 4:01 
GeneralRe: Problems binding datarelations to a listbox Pin
Mr Oizo13-Sep-07 11:26
Mr Oizo13-Sep-07 11:26 
GeneralRe: Problems binding datarelations to a listbox Pin
Dave Kreskowiak13-Sep-07 12:38
mveDave Kreskowiak13-Sep-07 12:38 
GeneralRe: Problems binding datarelations to a listbox Pin
Mr Oizo15-Sep-07 0:36
Mr Oizo15-Sep-07 0:36 
GeneralRe: Problems binding datarelations to a listbox Pin
Dave Kreskowiak15-Sep-07 2:11
mveDave Kreskowiak15-Sep-07 2:11 
GeneralRe: Problems binding datarelations to a listbox Pin
Mr Oizo16-Sep-07 2:13
Mr Oizo16-Sep-07 2:13 
GeneralRe: Problems binding datarelations to a listbox Pin
Dave Kreskowiak16-Sep-07 4:46
mveDave Kreskowiak16-Sep-07 4:46 

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.