<?austin ?>
10-26-2006, 01:29 AM
grrr, i have some misbehaving text that forsomereason is deciding to go to the left when i say Text-align: center;
i validated the page and everything and it still is messing up. i deleted the text-align: left; in the wrapper div and it still is acting up! im stumped.
relevent code:
#content {
background:#7B9ABB;
text-align:center;
}
---
<div id="content">
<?PHP
$number = "5";
include("cutenews/show_news.php");
?>
</div>
the page renders as so: http://flashanims.com/flashanims.php
view the source to see the entire code. thanks!
i validated the page and everything and it still is messing up. i deleted the text-align: left; in the wrapper div and it still is acting up! im stumped.
relevent code:
#content {
background:#7B9ABB;
text-align:center;
}
---
<div id="content">
<?PHP
$number = "5";
include("cutenews/show_news.php");
?>
</div>
the page renders as so: http://flashanims.com/flashanims.php
view the source to see the entire code. thanks!