www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > HTML

    HTML Discussion and technical support for building, using and deploying HTML sites.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 06-21-2004, 10:33 PM
    RRMT RRMT is offline
    Registered User
     
    Join Date: Jun 2004
    Posts: 10
    OK Here is the data

    Here is my html file. I have not uploaded to the server yet. The problem I am having is resizing. I don't want to take up anyones time so take a peak and if I just did a terrible job with this let me know.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    <html>
    <!--<body background="RRWebBackgroundOnsite.gif">-->
    <head>
    <style type="text/css">
    body {background-image:url(RRWebBackgroundHome.GIF);background-repeat:repeat-y;}
    </style>
    <title>R&R Massage Therapy</title>
    </head>

    <body>

    <!--Chris Link-->
    <td align="left" text color="white"> <a href="Chris.html"><b>RandomBeat</b></a></td>

    <!--Main Table-->
    <table width="100%" height="1000">
    <tr>
    <td>



    <!--Left Table Red-->
    <table width="20%" height="100%" align="left">
    <tr>
    <td>
    </td>
    </tr>
    </table>

    <!--Right Table Green-->
    <table width="4%" height="100%" align="right">
    <tr>
    <td>

    </td>
    </tr>
    </table>



    <!--Middle Top Right Table Pink-->
    <table width="30%" height="15%" align="right">
    <tr>
    <td>
    <br>
    <h4 align="center"> R&R Massage Therapy</h4>
    <p align="center"> 865-PRO-3LMT </P>
    <p align="center"> 423-231-9960 </p>
    <p align="center"> Serving Morristown, Jefferson City, & Knoxville Area. </p>
    <p align="center"> Chris Riehl L.M.T. </p>
    </td>
    </tr>
    </table>



    <!--Middle Top Left Table Orange-->
    <table width="25%" height="20%">
    <tr>
    <td>
    <!-- Created by CoffeeCup Image Mapper++ (www.coffeecup.com) -->
    <p>
    <!-- Beginning of CSIM -->
    <IMG SRC="MassageLogo3.GIF" USEMAP="#RRMTLogo" BORDER=0 align="left">
    <MAP NAME="RRMTLogo">
    <AREA SHAPE=POLY COORDS="91,63,137,35,131,21,79,51,89,64,92,63" HREF="R&R Sports Massage Therapy.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Sports Massage'; return true">
    <AREA SHAPE=POLY COORDS="137,36,137,21,185,30,179,44,136,35,136,35,136,35" HREF="R&R Chair Massage.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Chair Massage'; return true">
    <AREA SHAPE=POLY COORDS="189,32,177,47,211,81,216,114,235,115,229,76,190,31,188,34,188,34" HREF="R&R Relaxation Massage.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Relaxation Massage'; return true">
    <AREA SHAPE=POLY COORDS="190,192,182,180,213,147,219,116,234,117,228,154,214,176,191,194,189,191,189,191,189,191,190, 190" HREF="R&R Integration Therapy.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Myofacial Integration'; return true">
    <AREA SHAPE=POLY COORDS="188,192,180,181,142,189,110,179,102,194,128,203,157,205,177,202,189,193" HREF="R&R Isolated Stretching.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Active Isolated Stretching'; return true">
    <AREA SHAPE=POLY COORDS="99,193,111,178,83,150,72,116,58,119,60,142,69,160,75,172,82,179,96,190,101,190" HREF=" R&R Pregnancy Massage.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Pregnancy Massage'; return true">
    <AREA SHAPE=POLY COORDS="72,114,57,115,63,85,70,65,79,57,85,61,89,64,83,77,78,91,72,116" HREF="R&R Onsite Massage.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='On-site Massage'; return true">
    <AREA SHAPE=POLY COORDS="127,53,103,58,95,74,81,81,84,110,89,122,91,124,201,98,193,64,183,58,163,58,153,49,126,52,126 ,52" HREF="R&R Massage Therapy Home.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='HOME'; return true">
    <AREA SHAPE=default HREF="R&R Massage Therapy Home.html">
    </MAP>
    <!-- End of CSIM -->
    </td>
    </tr>
    </table>

    <hr>

    <!--Middle 2nd Table Light Blue-->
    <table width="72%" height="10%" align="top">
    <tr>
    <td>
    <p align="center"<big><b><em><font size="+4"><font color="red">Internet Special</big></b></em></font></p>
    <p align="center"<big><b><em><font size="+2"><font color="black">Buy A 1 Hour Massage Get a 1/2 Hour FREE!</big></b></em></font></p>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <p>end</p>
    </td>
    </tr>
    </table>
    <br>

    <hr>




    <!--Main Table End-->
    </td>
    </tr>
    </table>
    </body>



    </html>

    Thanks
    Chris
    Reply With Quote
      #2  
    Old 06-22-2004, 01:39 PM
    David Harrison's Avatar
    David Harrison David Harrison is offline
    Evil Overlord & Super Mod
     
    Join Date: Dec 2002
    Location: Manchester, UK
    Posts: 6,289
    Why is resizing a problem? You got an online example?
    __________________
    Every fight is a food fight when you’re a cannibal.
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 02:28 PM.



    Acceptable Use Policy


    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.