White space around an image or table at the top of the page

This forum is for all Flare issues not related to any of the other categories.
Post Reply
Lucia
Propeller Head
Posts: 58
Joined: Mon Oct 27, 2008 6:22 am
Location: Blumenau SC Brazil

White space around an image or table at the top of the page

Post by Lucia »

Hello,

I want to insert a table or an image at the top of my Topics without any white space around it, just like I saw in RealPlayer Help. But I really can’t figure it out, all I can do is to have an image or a table with a white margin around it. Does anyone know how to have a similar effect to RealPlayer’s, no margins at all?

Thank you very much.
You do not have the required permissions to view the files attached to this post.
Lucia
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: White space around an image or table at the top of the page

Post by LTinker68 »

Two options. Option one, set the body tag to have a margin of 0 and a padding of 0. That will have all content flush to the edges of the pane, so you'll want to set the <p> tag and all other tags to have a margin-left value to bring them away from the edge of the pane. Option two, keep the margin/padding values on the body tag but set the table tag to have a margin-left and margin-top values with a negative number. So if you have a 4px margin or padding on the body tag, then set the table tag to have a margin-left and margin-top values of -4px.
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
Lucia
Propeller Head
Posts: 58
Joined: Mon Oct 27, 2008 6:22 am
Location: Blumenau SC Brazil

Re: White space around an image or table at the top of the page

Post by Lucia »

Thank you very much, Lisa, Option 2 worked. :)
Lucia
Post Reply