Supposedly it's fixed on Series consoles: https://support.forza.net/hc/e...e-Issues-in-Forza-Horizon-6
This game is so much better than FH5, and it's all because of the map. It's diverse, big, and so much to see and do. I've bought every single Forza Motorsport and Horizon game, and by far my least played is FH5 at 100 hours, followed by the latest Motorsport. They've finally made a good one with FH6
Question
classicdisastr
I have this annoying margin that won't go away.
http://caseymilstead.com/bpa2/
In my CSS I have body set to margin:0;padding:0; but i still have the margin at the top, UNLESS you look at the master page.
http://caseymilstead.com/bpa2/master.php
I was previously coding in ASP and I liked the idea of master pages so I did it with php.
The content pages are like this:
<?php ob_start(); ?> <!-- ###CONTENT STARTS HERE### --> <!-- ###CONTENT ENDS HERE### --> <?php $pagemaincontent = ob_get_contents(); ob_end_clean(); $pagetitle = "Page Title"; $tabname = "Tab Name"; //Choose between: Home - Food - Attractions - Lodging - Transit include("master.php"); ?>But something in the content page is causing the margin since it doesnt show in the actual master page.
Can anyone figure out what is causing this?
Link to comment
https://www.neowin.net/forum/topic/845900-mysterious-margin/Share on other sites
3 answers to this question
Recommended Posts