Click here to Skip to main content
15,892,480 members
Home / Discussions / Web Development
   

Web Development

 
QuestionExternal css Pin
Morgs Morgan22-Apr-10 2:20
Morgs Morgan22-Apr-10 2:20 
AnswerRe: External css Pin
WoutL22-Apr-10 2:53
WoutL22-Apr-10 2:53 
GeneralRe: External css Pin
Morgs Morgan22-Apr-10 3:23
Morgs Morgan22-Apr-10 3:23 
AnswerRe: External css Pin
Sandesh M Patil22-Apr-10 6:56
Sandesh M Patil22-Apr-10 6:56 
QuestionIframe problem Pin
josephong21-Apr-10 19:07
josephong21-Apr-10 19:07 
AnswerRe: Iframe problem Pin
enhzflep21-Apr-10 22:19
enhzflep21-Apr-10 22:19 
QuestionWhy is this page not the same as the others? Pin
Dalek Dave21-Apr-10 10:17
professionalDalek Dave21-Apr-10 10:17 
AnswerRe: Why is this page not the same as the others? Pin
User 171649221-Apr-10 11:13
professionalUser 171649221-Apr-10 11:13 
You are going to kick yourself and I might hear your scream all the way from sunny Norfolk ...



In your gallery page your code includes

</style>
  <link rel="stylesheet" href="css/image-slideshow.css" type="text/css"/>
   <script type="text/javascript" src="js/image-slideshow.js">
   </script>


and

<body background="images/headerimage.png">


That body tag background you are calling that image twice, in the body and the div below, which isn't in your other pages.

This webpage calls your stylesheet ...

body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:80px;
	}


That stylesheet isn't called by the other pages consequently you have this 80px padding at the top where your body tag is. the image (../../images/heading3.gif) can't be found.

You haven't yet fixed your security problem

modified 1-Aug-19 21:02pm.

GeneralRe: Why is this page not the same as the others? Pin
Dalek Dave21-Apr-10 11:39
professionalDalek Dave21-Apr-10 11:39 
GeneralRe: Why is this page not the same as the others? Pin
User 171649221-Apr-10 12:32
professionalUser 171649221-Apr-10 12:32 
GeneralRe: Why is this page not the same as the others? Pin
xTraCD22-Apr-10 19:59
xTraCD22-Apr-10 19:59 
GeneralRe: Why is this page not the same as the others? Pin
User 171649222-Apr-10 21:08
professionalUser 171649222-Apr-10 21:08 
GeneralRe: Why is this page not the same as the others? Pin
Dalek Dave22-Apr-10 22:17
professionalDalek Dave22-Apr-10 22:17 
GeneralRe: Why is this page not the same as the others? [modified] Pin
User 171649222-Apr-10 23:23
professionalUser 171649222-Apr-10 23:23 
QuestionDiv Alignment. Pin
salmonraju20-Apr-10 21:22
salmonraju20-Apr-10 21:22 
AnswerRe: Div Alignment. Pin
Tony Richards20-Apr-10 22:21
Tony Richards20-Apr-10 22:21 
GeneralRe: Div Alignment. Pin
Dalek Dave20-Apr-10 22:25
professionalDalek Dave20-Apr-10 22:25 
AnswerRe: Div Alignment. Pin
Dalek Dave20-Apr-10 22:24
professionalDalek Dave20-Apr-10 22:24 
GeneralRe: Div Alignment. Pin
salmonraju20-Apr-10 23:19
salmonraju20-Apr-10 23:19 
GeneralRe: Div Alignment. Pin
User 171649221-Apr-10 0:40
professionalUser 171649221-Apr-10 0:40 
GeneralRe: Div Alignment. Pin
salmonraju21-Apr-10 2:04
salmonraju21-Apr-10 2:04 
GeneralRe: Div Alignment. Pin
User 171649221-Apr-10 2:43
professionalUser 171649221-Apr-10 2:43 
AnswerRe: Div Alignment. Pin
daveyerwin21-Apr-10 6:04
daveyerwin21-Apr-10 6:04 
AnswerRe: Div Alignment. Pin
groower26-Apr-10 8:49
groower26-Apr-10 8:49 
Questionwindow.event Pin
swapnil Gadkari20-Apr-10 20:21
swapnil Gadkari20-Apr-10 20:21 

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.