Lalena wrote:
> Hi all,
> Can anyone advise me on scooting down the image on this page?
> URL:
> http://suziblade.com/rapant-mcelroy/contact_us.html
> Thanks!
> Lalena
>
>
img.office {
display: block;
/* margin-left: auto; delete*/
/* margin-right: auto; delete*/
margin : 200px auto 0 auto; /
Hello Lelana,
Increasing the height of #pageheader to 180px will contain the elements in
the header and place your image below that.
If you want additional space, you can change your margin-left: auto;
margin-right: auto; to this:
img.office {
display: block;
margin: 1em auto 0; <--- t
Hi all,
Can anyone advise me on scooting down the image on this page?
URL:
http://suziblade.com/rapant-mcelroy/contact_us.html
Thanks!
Lalena
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/
Thanks Ville,
I knew it was something simple.
Somehow I missed that when I validated
Cheers
Chris
On 28-Jul-10, at 12:20 PM, Ville Viklund wrote:
> On 28.7.2010 21:59, Chris wrote:
>> I'm having a problem floating an image to the right of content.
>> It works when I load it onto a dreamwe
Put this code in your CSS file:
.h img {
display: inline;
float: right;
margin: 0 1em 1em 1em;
padding: 10px 10px 70px 10px;
background: orange;
}
This should sort itself out.
--- On Wed, 28/7/10, Chris wrote:
> From: Chris
> Subject: [css-d] Problem f
I always do a preview in both safari & Firefox to check my changes.
(Using a Mac)
Then I load it up to my server and also check it on a pc to check
different browsers.
I also have validated and it seems to be okay.
Thanks
chris
On 28-Jul-10, at 12:12 PM, Ed Seedhouse wrote:
> On Wed, J
On 28.7.2010 21:59, Chris wrote:
> I'm having a problem floating an image to the right of content.
> It works when I load it onto a dreamweaver template.
> But when I insert it into my page, it appears to be correct in
> dreamweaver, but when I preview or load it up to the server, it's
> position
On Wed, Jul 28, 2010 at 11:59 AM, Chris wrote:
> But when I insert it into my page, it appears to be correct in
> dreamweaver, but when I preview or load it up to the server, it's
> positioned on the left, separating the content.
> It's driving me nuts as I'm sure it's some silly error in my code.
Chris wrote:
> I'm having a problem floating an image to the right of content.
>
>
> christopher
>
> URL:
>
> http://www.inno-vision.ca/ivd/services.html
>
I think you have an invalid markup construct thingy.
Validate the markup.
Best,
~d
PS You can't trust the Dreamweaver viewer -- or any
I'm having a problem floating an image to the right of content.
It works when I load it onto a dreamweaver template.
But when I insert it into my page, it appears to be correct in
dreamweaver, but when I preview or load it up to the server, it's
positioned on the left, separating the content.
I
10 matches
Mail list logo