Results 1 to 3 of 3

Thread: Cutenews breaking website

  1. #1
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cutenews breaking website

    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


    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=&

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    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.
    - Josh

  3. #3
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, but it's still messing up the layout :/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •