What the heck am I doing wrong.
I have been at this all day, and I cannot make it work.
I have three images butted together. If I make the browser width smaller the last image drops below the others.
I want this to be in the middle of the browser right at the top. (Cos its a header).
Its in a Masterpage using visual studio cheepness.
Now if I make changes I can make it appear at lets call it top left, and the image doesn't jump down, however I want it centred above the Content below. Or am I being as dense as a dense thing ?
[blue] A perspective from the other side!![/blue]
Cheers
Scott
I have been at this all day, and I cannot make it work.
I have three images butted together. If I make the browser width smaller the last image drops below the others.
I want this to be in the middle of the browser right at the top. (Cos its a header).
Its in a Masterpage using visual studio cheepness.
Code:
</head>
<body >
<a name="top"></a>
<div id="header" align="center"><img src="Images/picture10.jpg" style="width: 220px; height: 120px; vertical-align: top"/><img src="Images/quote.jpg" style="width: 462px; height: 120px; vertical-align:top[" /><img src="Images/name.jpg" style="width: 314px; height: 120px; vertical-align: top" /></div>
<div id="content1"; align=center >
<div id="container" align=center style="width: 1000px">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
<div></div>
</asp:ContentPlaceHolder>
Now if I make changes I can make it appear at lets call it top left, and the image doesn't jump down, however I want it centred above the Content below. Or am I being as dense as a dense thing ?
[blue] A perspective from the other side!![/blue]
Cheers
Scott