Click here to Skip to main content
15,926,959 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: formatnumber in classic asp and ms access Pin
dheema17-Aug-07 3:10
dheema17-Aug-07 3:10 
QuestionI hate CSS Pin
Fred_Smith16-Aug-07 3:21
Fred_Smith16-Aug-07 3:21 
AnswerRe: I hate CSS Pin
Michael Sync16-Aug-07 3:55
Michael Sync16-Aug-07 3:55 
AnswerRe: I hate CSS Pin
Shog916-Aug-07 6:29
sitebuilderShog916-Aug-07 6:29 
GeneralRe: I hate CSS Pin
Fred_Smith16-Aug-07 6:40
Fred_Smith16-Aug-07 6:40 
GeneralRe: I hate CSS Pin
George L. Jackson16-Aug-07 12:54
George L. Jackson16-Aug-07 12:54 
GeneralRe: I hate CSS Pin
Shog916-Aug-07 13:55
sitebuilderShog916-Aug-07 13:55 
GeneralRe: I hate CSS Pin
Fred_Smith16-Aug-07 14:37
Fred_Smith16-Aug-07 14:37 
well.. no doubt.... perhaps you can explain why the below is only consistemt with the "quirks mode" doctype then.. and suggest what I should do to achieve my aim with the "proper" doctype set - which is to have a 17px space between the image and the boxes below (which should also have a 17px between them, and (incidently) a 17px "inner-padding" where some text will be)

Simple task, eh?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<HEAD>
<title></title>
<style>
#rightcolumn {
color: #333;
border-style: none;
border-width: 0;
background: #ffffff;
margin: 0 0 0 0;
padding: 17px 0 17px 17px;
width: 154px;
float: left;
}
#rightcolumn img {
margin : 0 0 17px 0;
padding: 0;
}
.rhOrange {
width : 120px;
background-color : #dd8833;
padding: 17px 17px 17px 17px;
margin : 0 0 17px 0;
border-style:none;
.rhSky {
width : 120px;
background-color : #ccddee;
padding: 17px 17px 17px 17px;
margin : 0 0 17px 0;
border-style:none;
border-width Blush | :O ;
}
</style>
</HEAD>
<body>
<div id="rightcolumn">
<img src="image.gif" width="154" height="172" border="0" alt="">
<div class="rhOrange">
abc
</div><div class="rhSky">
xyz
</div>
</div>
</body>
</HTML>

GeneralRe: I hate CSS Pin
Shog916-Aug-07 15:45
sitebuilderShog916-Aug-07 15:45 
GeneralRe: I hate CSS Pin
Fred_Smith16-Aug-07 22:26
Fred_Smith16-Aug-07 22:26 
AnswerRe: I hate CSS Pin
JimmyRopes17-Aug-07 3:49
professionalJimmyRopes17-Aug-07 3:49 
GeneralRe: I hate CSS Pin
Fred_Smith17-Aug-07 3:52
Fred_Smith17-Aug-07 3:52 
GeneralRe: I hate CSS Pin
JimmyRopes17-Aug-07 4:06
professionalJimmyRopes17-Aug-07 4:06 
GeneralRe: I hate CSS Pin
Fred_Smith17-Aug-07 4:36
Fred_Smith17-Aug-07 4:36 
GeneralRe: I hate CSS Pin
JimmyRopes17-Aug-07 10:34
professionalJimmyRopes17-Aug-07 10:34 
GeneralRe: I hate CSS Pin
Fred_Smith17-Aug-07 10:55
Fred_Smith17-Aug-07 10:55 
GeneralRe: I hate CSS Pin
JimmyRopes17-Aug-07 11:15
professionalJimmyRopes17-Aug-07 11:15 
Questiondiv tutorial Pin
chris_wanaka16-Aug-07 0:07
chris_wanaka16-Aug-07 0:07 
AnswerRe: div tutorial Pin
Pete O'Hanlon16-Aug-07 2:01
mvePete O'Hanlon16-Aug-07 2:01 
AnswerRe: div tutorial Pin
Fred_Smith16-Aug-07 3:02
Fred_Smith16-Aug-07 3:02 
QuestionError while installing SharForge Pin
Megha Ugile115-Aug-07 22:39
Megha Ugile115-Aug-07 22:39 
QuestionHow to call procedure in MySQL to use in PHP? Pin
Hy Chanhan15-Aug-07 21:34
professionalHy Chanhan15-Aug-07 21:34 
AnswerRe: How to call procedure in MySQL to use in PHP? Pin
Michael Sync15-Aug-07 21:52
Michael Sync15-Aug-07 21:52 
GeneralRe: How to call procedure in MySQL to use in PHP? Pin
Hy Chanhan15-Aug-07 22:46
professionalHy Chanhan15-Aug-07 22:46 
GeneralRe: How to call procedure in MySQL to use in PHP? Pin
Michael Sync15-Aug-07 23:18
Michael Sync15-Aug-07 23:18 

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.