Click here to Skip to main content
15,887,683 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: what is cell padding, and cell spacing? Pin
Richard MacCutchan23-Sep-18 21:56
mveRichard MacCutchan23-Sep-18 21:56 
AnswerRe: what is cell padding, and cell spacing? Pin
Graham Breach23-Sep-18 21:57
Graham Breach23-Sep-18 21:57 
AnswerRe: what is cell padding, and cell spacing? Pin
Subham Subhasis Patra3-Nov-18 9:28
Subham Subhasis Patra3-Nov-18 9:28 
AnswerRe: what is cell padding, and cell spacing? Pin
TheChewingTurkey18-Dec-18 1:30
TheChewingTurkey18-Dec-18 1:30 
Questionavoiding the use of SELECT * FROM information_schema Pin
Member 1399075319-Sep-18 13:02
Member 1399075319-Sep-18 13:02 
AnswerRe: avoiding the use of SELECT * FROM information_schema Pin
Mycroft Holmes19-Sep-18 19:02
professionalMycroft Holmes19-Sep-18 19:02 
Rant[REPOST] avoiding the use of SELECT * FROM information_schema Pin
Richard Deeming20-Sep-18 2:34
mveRichard Deeming20-Sep-18 2:34 
Questiontrying to make vertical css columns Pin
navyfalcon16-Sep-18 13:32
navyfalcon16-Sep-18 13:32 
  website tables to CSS  

  Trying to convert from tables to CSS to make a responsive website.
  This should be 4 vertical colums, instead it is 1 verticle column.
  Where did I go wrong ??
Thank You
falcon

  <style type="text/css">
  .lfcol { float:left;width:19.8%;margin-bottom:5px; }
  .micol { float:left;width:19.8%;margin-bottom:5px; }
  .rmicol { float:right;width:19.8%;margin-bottom:5px; }
  .ricol { float:right;width:19.8%;margin-bottom:5px; }</style>  
 
  <h2 class="clear">Old Testament</h2>
  <!-- left column -->
  <dl class=".lfcol"><font size="+2">
  <dt>  1 <a href="01_001.htm">Genesis</a></dt>
  <dt>  2 <a href="02_001.htm">Exodus</a></dt>
  <dt>  3 <a href="03_001.htm">Leviticus</a></dt>
  <dt>  4 <a href="04_001.htm">Numbers</a></dt>
  <dt>  5 <a href="05_001.htm">Deuteronomy</a></dt>
  <dt>  6 <a href="06_001.htm">Joshua</a></dt></dl>
  <!-- middle column -->
  <dl class=".micol">
  <dt>   7 <a href="07_001.htm">Judges</a></dt>
  <dt>   8 <a href="08_001.htm">Ruth</a></dt>
  <dt>   9 <a href="09_001.htm">1 Samuel</a></dt>
  <dt> 10 <a href="10_001.htm">2 Samuel</a></dt>
  <dt> 11 <a href="11_001.htm">1 Kings</a></dt>
  <dt>  12 <a href="12_001.htm">2 Kings</a></dt></dl>
  <!-- right middle column -->
    <dl class=".rmicol">
  <dt> 13 <a href="13_001.htm">1 Chronicles</a></dt>
  <dt> 14 <a href="14_001.htm">2 Chronicles</a></dt>
  <dt> 15 <a href="15_001.htm">Ezra</a></dt>
  <dt> 16 <a href="16_001.htm">Nehemiah</a></dt>
  <dt> 17 <a href="17_001.htm">Esther</a></dt>
  <dt> 18 <a href="18_001.htm">Job</a></dt></dl>
  <!-- right column -->
  <dl class=".ricol">
  <dt> 19 <a href="19_001.htm">Psalms</a></dt>
  <dt> 20 <a href="20_001.htm">Proverbs</a></dt>
  <dt> 21 <a href="21_001.htm">Ecclesiastes</a></dt>
  <dt> 22 <a href="22_001.htm">Song of Solomon</a></dt>
  <dt> 23 <a href="23_001.htm">Isaiah</a></dt>
  <dt> 24 <a href="24_001.htm">Jeremiah</a></dt></dl>
    

AnswerRe: trying to make vertical css columns Pin
Richard Deeming18-Sep-18 3:50
mveRichard Deeming18-Sep-18 3:50 
Questionhover effect on picture on picture Pin
Member 1398101511-Sep-18 10:43
Member 1398101511-Sep-18 10:43 
QuestionMFA bypass Pin
Member 1341109110-Sep-18 16:43
Member 1341109110-Sep-18 16:43 
AnswerRe: MFA bypass Pin
Richard MacCutchan10-Sep-18 21:12
mveRichard MacCutchan10-Sep-18 21:12 
QuestionWeekly Schedule...need Daily Tabs to open on that Day Pin
Member 1208020110-Sep-18 8:42
Member 1208020110-Sep-18 8:42 
AnswerRe: Weekly Schedule...need Daily Tabs to open on that Day Pin
Richard MacCutchan10-Sep-18 21:11
mveRichard MacCutchan10-Sep-18 21:11 
QuestionPush to talk Pin
nitrof7-Sep-18 10:34
nitrof7-Sep-18 10:34 
Questioncalling a WordPress plugin templates stored in theme directory Pin
Member 139746655-Sep-18 19:02
Member 139746655-Sep-18 19:02 
QuestionProblem with IE and Firefox Pin
Member 1396510030-Aug-18 6:13
Member 1396510030-Aug-18 6:13 
SuggestionRe: Problem with IE and Firefox Pin
Richard MacCutchan30-Aug-18 6:34
mveRichard MacCutchan30-Aug-18 6:34 
QuestionHow to post array of objects to oData Pin
Asif Rehman27-Aug-18 0:56
Asif Rehman27-Aug-18 0:56 
QuestionMonitoring Dashboard Pin
Member 1341109121-Aug-18 22:59
Member 1341109121-Aug-18 22:59 
QuestionUsing Vaxin Security on Microsoft Server 2016 Pin
Member 1229095118-Aug-18 3:09
Member 1229095118-Aug-18 3:09 
AnswerRe: Using Vaxin Security on Microsoft Server 2016 Pin
Nathan Minier20-Aug-18 1:39
professionalNathan Minier20-Aug-18 1:39 
QuestionBootstrap Admin Dashboards Pin
Networkrail17-Aug-18 8:11
Networkrail17-Aug-18 8:11 
QuestionTags for Developing for basic webpage Pin
Anandkota16-Aug-18 3:07
Anandkota16-Aug-18 3:07 
AnswerRe: Tags for Developing for basic webpage Pin
Richard MacCutchan17-Aug-18 21:43
mveRichard MacCutchan17-Aug-18 21:43 

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.