Jump to content

Php include properties


Zohia

Recommended Posts

Hi!
I'm trying to put together a layout I made and am using php includes for the menu. The menu is in flash.
I have a column for the logo and the menu (which, as I said, is inside an include) and it's as if the include has a top margin:
http://www.os3porquinhos.com/racas.php

I put a border around the logo image and the flash menu so you could see the blue area on top of the menu.
Any ideas?

Joana
Link to comment
https://forums.phpfreaks.com/topic/24092-php-include-properties/
Share on other sites

This question belongs in the html or css forum since it's not really a PHP issue.  I'm not 100% on this but it's a HTML thing when including an <object> like flash in there.  Like I said, not positive but you should be able to set #div_id object {} to margin:0 & padding:0 or if that doesn't work try setting it on the tag itself like style="margin:0px;"

Just an idea =)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.