Skip to main content
Participant
July 24, 2009
Question

[Locked] Centering an oversized web page in dreamweaver

  • July 24, 2009
  • 2 replies
  • 5091 views

for a web programming class
an extra credit challenge is to fix all found issues with some example web pages in dreamweaver
in the first example page the most obvious problem is that the page has oversized dimensions
which are 1680 x 1050
so the main issue that it creates is a problem with the horizontal centering
I'm looking for a coding/ script solution in dreamweaver that will automatically center the page when uploaded to the web
I've attempted several web tutorials and so forth but have yet to come across something that actually works for me
I am aware that this could be due to incorrect placement within the script
so I have decided to include the a basic version of the example script.
I appreciate any solutions that can be given...

Here is the sample script

<html>
<head>
<title>MockWeb_Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (MockWeb_Example.psd) -->
<table id="Table_01" width="1680" height="1050" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td rowspan="2">
            <img src="images/Mock_LeftGrade.gif" width="397" height="1050" alt=""></td>
        <td>
            <img src="images/Mock_Header.gif" width="912" height="524" alt=""></td>
        <td rowspan="2">
            <img src="images/Mock_RightGrade.gif" width="371" height="1050" alt=""></td>
    </tr>
    <tr>
        <td>
            <img src="images/Mock_Menu.gif" width="912" height="526" alt=""></td>
    </tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>

    This topic has been closed for replies.

    2 replies

    Ramón G Castañeda
    Inspiring
    July 24, 2009

    Another lost soul!

    It's really simple, T_Montavious.

    This is the Forum Comments forum.  Are you making a comment about the forums?  No?  Then you've posted in the wrong forum.

    Participant
    July 25, 2009

    [abusive content removed]

    If it is so simple Ramón G Castañeda

    then why didn't you provide me with an answer or maybe a link to the forum I should be looking for.

    Like the person who posted a reply just above yours.

    Apparently, it is true that I have accidentally posted in the wrong forum.

    But how about being a little less condescending next time.

    Ramón G Castañeda
    Inspiring
    July 25, 2009

    T_Montavious wrote:

    [abusive content removed]


    …then why didn't you provide me with an answer or maybe a link to the forum I should be looking for.

    Because I'm not at your beck and call.  Find your own way there the way (most) everyone else does.  If you do, I wil have helped you more.

    Teaching a man to fish (feed him for life) rather than giving him a fish (feed him for part of a day), etc.

    July 24, 2009

    Try asking here:

    Dreamweaver forum.