Click here to Skip to main content
15,916,379 members
Home / Discussions / Web Development
   

Web Development

 
AnswerCross Posted Pin
led mike27-Apr-09 4:38
led mike27-Apr-09 4:38 
QuestionUDDI Pin
daniel kuperberg24-Apr-09 21:11
daniel kuperberg24-Apr-09 21:11 
AnswerRe: UDDI Pin
Yusuf25-Apr-09 9:51
Yusuf25-Apr-09 9:51 
QuestionJavaScript: Need help understanding what's happening in this loop. Pin
durango7724-Apr-09 13:38
durango7724-Apr-09 13:38 
AnswerRe: JavaScript: Need help understanding what's happening in this loop. Pin
Parinay Bansal24-Apr-09 18:41
Parinay Bansal24-Apr-09 18:41 
GeneralRe: JavaScript: Need help understanding what's happening in this loop. Pin
durango7725-Apr-09 3:40
durango7725-Apr-09 3:40 
Questionjavscipt: hex to string conversion problem: Pin
Parinay Bansal24-Apr-09 10:35
Parinay Bansal24-Apr-09 10:35 
Questionhelp me Pin
tidelgl24-Apr-09 7:08
tidelgl24-Apr-09 7:08 
AnswerRe: help me Pin
Rolando CC24-Apr-09 7:50
professionalRolando CC24-Apr-09 7:50 
AnswerRe: help me Pin
Yusuf24-Apr-09 10:18
Yusuf24-Apr-09 10:18 
QuestionAuthorization Required Pin
p_196023-Apr-09 20:56
p_196023-Apr-09 20:56 
AnswerRe: Authorization Required Pin
Paddy Boyd24-Apr-09 1:54
Paddy Boyd24-Apr-09 1:54 
AnswerRe: Authorization Required Pin
Yusuf24-Apr-09 6:10
Yusuf24-Apr-09 6:10 
Questionretrieve image Pin
LiYS23-Apr-09 17:20
LiYS23-Apr-09 17:20 
QuestionAn article submission system Pin
jesarg23-Apr-09 17:14
jesarg23-Apr-09 17:14 
AnswerRe: An article submission system Pin
Yusuf24-Apr-09 6:11
Yusuf24-Apr-09 6:11 
QuestionAjax hover menu Pin
Mohammad Al Hoss23-Apr-09 14:37
Mohammad Al Hoss23-Apr-09 14:37 
AnswerRe: Ajax hover menu Pin
Yusuf23-Apr-09 15:28
Yusuf23-Apr-09 15:28 
QuestionCSS and linking to your content [modified] Pin
rbwest8623-Apr-09 11:32
rbwest8623-Apr-09 11:32 
AnswerRe: CSS and linking to your content Pin
DoctorMick24-Apr-09 4:45
DoctorMick24-Apr-09 4:45 
QuestionCSS Issue with VS2008 Pin
DotNetMan23-Apr-09 10:24
DotNetMan23-Apr-09 10:24 
I have an external style sheet I am using in an html page. I'm using vs2008 to do some development in. I have created a body element in my css page. The link for the style sheet is in the header of the html page like it should be but I am not seeing the css effects appearing for my body or p tags, what am I doing wrong?

I noticed that if I define the following in my css page they are not applied to my html page.



<title>








css file:

body
{
font-size: 10px;
color: #222222;
line-height: 1;
}

p
{
line-height:1.2em;
marginBlush | :O ;
}

div.wrap
{
background-color:#FFFFFF;
}


The div.wrap gets executed but the body and p elements will not show properly. What am I missing here?

Thanks,
DNM
AnswerRe: CSS Issue with VS2008 Pin
rbwest8623-Apr-09 12:04
rbwest8623-Apr-09 12:04 
QuestionDisplaying multiple pages in the same page Pin
armasramirez23-Apr-09 5:47
armasramirez23-Apr-09 5:47 
QuestionclickOnce problem Pin
Shital@icon22-Apr-09 22:02
Shital@icon22-Apr-09 22:02 
AnswerRe: clickOnce problem Pin
saanj28-Apr-09 21:37
saanj28-Apr-09 21:37 

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.