Click here to Skip to main content
15,923,789 members
Home / Discussions / Web Development
   

Web Development

 
GeneraliFrame question Pin
theJazzyBrain9-Jun-04 8:55
theJazzyBrain9-Jun-04 8:55 
GeneralRe: iFrame question Pin
Andrew Quinn AUS9-Jun-04 9:36
Andrew Quinn AUS9-Jun-04 9:36 
GeneralRe: iFrame question Pin
theJazzyBrain9-Jun-04 12:09
theJazzyBrain9-Jun-04 12:09 
GeneralRe: iFrame question Pin
Andrew Quinn AUS11-Jun-04 0:33
Andrew Quinn AUS11-Jun-04 0:33 
GeneralRe: iFrame question Pin
theJazzyBrain11-Jun-04 8:17
theJazzyBrain11-Jun-04 8:17 
GeneralTABLES IN SQL SERVER Pin
Brendan Vogt8-Jun-04 23:33
Brendan Vogt8-Jun-04 23:33 
GeneralRe: TABLES IN SQL SERVER Pin
Andrew Quinn AUS9-Jun-04 0:58
Andrew Quinn AUS9-Jun-04 0:58 
General<div> centering table problem Pin
CIMS/ARMS8-Jun-04 8:47
CIMS/ARMS8-Jun-04 8:47 
I AM TRYING TO CENTER A TABLE W/ A SCROLLER USING THE <DIV> TAG, AND THE TABLE IS NOT CENTERING. IVE TRIED DIFFERENT TYPES OF CENTERING, BUT NOTHING SEEMS TO WORK. THE TABLE ABOVE THE <DIV> TAG CENTERS, BUT THE ONE AFTER IT DOES NOT, IT STAYS OFF TO THE RIGHT. WHATS UP W/ MY CODE??? D'Oh! | :doh: THANKS...

<table align=center class="tblHDR" width="650" cellpadding="0" cellspacing="0" border="1" bordercolor="steelblue" rules="none">
<tr bgcolor="steelblue">

<th width="10%" align="left">ID</th>
<th width="55%" align="left">File Name</th>
<th width="35%" align="left">Release Date</th>
</tr>
</table>

<div style="OVERFLOW: scroll; WIDTH: 650px; HEIGHT: 200px;" align="center">

<table align="center" DATASRC="#xmlUpdate" colspan= "2" class="tbl" width="650" cellpadding="0" cellspacing="0" border="1" bordercolor="steelblue" rules="none"
bgcolor="whitesmoke" style="CURSOR: hand" name="EntryTable" id="EntryTable"
onMouseover="changeto('lightsteelblue'); return true" onMouseout="changeback('whitesmoke'); return true">

<TR onclick="CurrentRecord(this.recordNumber)" >

<TD width="10%"><SPAN DATAFLD="UpdateFilesID"></SPAN></TD>
<TD width="55%"><SPAN DATAFLD="FileName"></SPAN></TD>
<TD width="35%"><SPAN DATAFLD="ReleaseDate"></SPAN></TD>
</TR>
</table>
</div>
General&lt;div&gt; centering table problem Pin
CIMS/ARMS8-Jun-04 8:46
CIMS/ARMS8-Jun-04 8:46 
GeneralRe: &lt;div&gt; centering table problem Pin
Aaron Eldreth8-Jun-04 10:10
Aaron Eldreth8-Jun-04 10:10 
GeneralRe: &lt;div&gt; centering table problem Pin
woo doc, the docta woo8-Jun-04 10:34
susswoo doc, the docta woo8-Jun-04 10:34 
GeneralDate Comparision, Javascript Pin
b1azesk8-Jun-04 5:11
b1azesk8-Jun-04 5:11 
GeneralRe: Date Comparision, Javascript Pin
Andrew Quinn AUS8-Jun-04 5:29
Andrew Quinn AUS8-Jun-04 5:29 
GeneralRe: Date Comparision, Javascript Pin
b1azesk8-Jun-04 5:34
b1azesk8-Jun-04 5:34 
GeneralRe: Date Comparision, Javascript Pin
Richard Deeming17-Jun-04 8:18
mveRichard Deeming17-Jun-04 8:18 
GeneralLive Chat application problem Pin
satyav8-Jun-04 3:50
satyav8-Jun-04 3:50 
GeneralData missing Pin
satyav8-Jun-04 3:49
satyav8-Jun-04 3:49 
Generalmultiple login in an asp application Pin
Imran Majeed7-Jun-04 21:09
Imran Majeed7-Jun-04 21:09 
GeneralRe: multiple login in an asp application Pin
Hesham Amin7-Jun-04 21:45
Hesham Amin7-Jun-04 21:45 
GeneralRe: multiple login in an asp application Pin
palbano8-Jun-04 8:18
palbano8-Jun-04 8:18 
GeneralRe: multiple login in an asp application Pin
Hesham Amin8-Jun-04 21:16
Hesham Amin8-Jun-04 21:16 
GeneralRe: multiple login in an asp application Pin
Member 12016744-Jul-04 8:18
Member 12016744-Jul-04 8:18 
GeneralRe: multiple login in an asp application Pin
Member 12016744-Jul-04 8:24
Member 12016744-Jul-04 8:24 
Generalhi Pin
Anonymous7-Jun-04 20:24
Anonymous7-Jun-04 20:24 
Generalhmmm Pin
brianwelsch9-Jun-04 11:58
brianwelsch9-Jun-04 11:58 

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.