Log in

View Full Version : Cutenews breaking website



Emocakes
07-30-2009, 08:23 PM
Http://www.hyper-core.net/emocakes (http://Http://www.hyper-core.net/emocakes) read the first blog then go to read more.

That keeps happening, in dreamweaver i'm unsure how to get the php script (The icon it does) to the top of the content box that's on the link above, as its just in the middle center atm, if i do <td align="top"> it messes up all the image slices.

Anyone know how to fix this :/?

Dreamweaver php icon
http://img268.imageshack.us/img268/2/dreamweavericon.jpg (http://img268.imageshack.us/i/dreamweavericon.jpg/)

Current code:

<td rowspan="10" width="484" height="595" background="images/Template_03.gif">

<center><?PHP
$number=3;
include("/var/www/emocakes/news/show_news.php");
?></center>
</td>

This is the part where the coding really flips out:


http://hyper-core.net/emocakes/index.php?s...&ucat=& (http://hyper-core.net/emocakes/index.php?subaction=showfull&id=1248982453&archive=&start_from=&ucat=&)

JShor
07-30-2009, 08:57 PM
I've had similar problems w/php messing up HTML syntax [for inexplicable reasons].

Try separating the tags in your HTML code, adding more lines,spaces,etc. Since I don't have Dreamweaver or access to your code, determining what's wrong is downright impossible.

Additional note, the background is repeating for the "content". Try fixing the CSS to set the background to not repeat [you may be able to do that in Dreamweaver too[.

Good luck, hth.

Emocakes
07-30-2009, 09:36 PM
Thanks, but it's still messing up the layout :/