Welcome to Dream.In.Code
Getting Help is Easy!

Join 118,659 Programmers for FREE! Ask your question and get quick answers from experts. There are 864 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Need help with iframe and alignment

 
Reply to this topicStart new topic

Need help with iframe and alignment

evek2345
post 20 Jun, 2008 - 09:07 PM
Post #1


New D.I.C Head

*
Joined: 20 Jun, 2008
Posts: 1

hey guys can anyone help me out here? i need my iframe and the two paragraphs next to it, moved up and to the right where the big white space is right now? can anyone take a look at my code and maybe troubleshoot it for me? Take a look at the attached pdf file it should look like that basically. thanks need reply asap!

CODE
<html>
<head>
<title>Listing 20481</title><base target="images">
</head>
<body background="pback.jpg" text="purple" link="purple" vlink="purple" alink="purple">
<table Width="620 "border="1" cellpadding="0" cellspacing="5" bordercolor="purple">
   <tr>
    <th colspan="4" bgcolor="#FFFFFF"> <font color="#800080" face="Arial" size="2">Home Page | Residential | Business |
           Properties | Rentals | Appraisals | Contact Us|</font></th>
   </tr>

   <tr>
    <td width="190" height="75"background ="back.jpg"><img src="brlogo.jpg" alt="Browyer Realty"></td>
    <td width="335" height="75" bgcolor="#FFFF00" valign="top"><img src="L20481.jpg" align="left"><font color="#800080"

face="Arial" size="4">Listing 20485</font><font color="#800080" face="Arial" size="2"><br>414 Mandel Road<br>Sheriden, MN

78412</br></font></td>
    <td width="40" bgcolor="#FFFF00" valign="top"><b><font face="Arial" color="#800080"

size="2">LP:<br>SqFt:<br>Bdrm:<br>Bath</b></font></br></td>
    <td width="50" bgcolor="#FFFF00" valign="top" align="right"> <font face="Arial" color="#800080"

size="2">$419,900<br>2,600<br>3<br>2 1/2</font></br></td>
   </tr>

   <tr>
    <td colspan="4" valign="top" bgcolor="FFFFFF"><p>Paradise found! This custom built brand new home sits proudly on a

6.8 acre high wooded site overlooking a 300 acre nature conservancy. The setting is exceptional and the home is every bit as

exciting! A bright open layout is enhanced by vaulted ceilings, hardwood and tumbled ceramic flooring, custom maple

cabinetry, upgraded fixtures, numerous windows, and incredibleviews.</p>

    <table Width="100" height="260" bgcolor="#FFFF00" "border="1" cellpadding="5" cellspacing="0" bordercolor="#800080">
       <tr>
               <td valign="top">
        <font face="Arial color="#800080" size="3">
            <a href="img01.htm">Front View</a><br>
                    <a href="img02.htm">Rear View</a><br>
            <a href="img03.htm">Side View</a><br>
            <a href="img04.htm">Dining Room</a><br>
            <a href="img05.htm">Kitchen</a><br>
            <a href="img06.htm">Living Room</a> <br>
            <a href="img07.htm">Bedroom 1</a><br>
            <a href="img08.htm">Bedroom 2</a><br>
            <a href="img09.htm">Bedroom 3</a><br>
            <a href="img10.htm">Basement</a><br>
            <a href="img11.htm">Storage Bldg</a><br>
            <a href="img12.htm">Laundry Room</a><br>
            <a href="img13.htm">View</a></br></font></td></tr></table>
        

        <iframe align="left" src="img01.htm" name="images" width="300" height="240" marginheight="0" marginwidth="0"

frameborder="no"></iframe>



    <p>There is much more. The property includes
a 40x54 storage building. Perfect for a large boat and
machinery. Exposed walkout on lower level leads down to
a beautiful wooded area.</p>
    <p>An extra bathroom, bedroom, and family
room can be added to the unfinished basement for more
living space.</p>
    </td>
   </tr>


   <tr>
    <th colspan="4" bgcolor="#FFFFFF"><font color="#800080" face="Arial" size="2">| More Details | Map | Request a

Showing | Other Listings|</font></th>
   </tr>

</table>
</body>
</html>


Attached File(s)
Attached File  Assignment_2.pdf ( 253.85k ) Number of downloads: 7
User is offlineProfile CardPM

Go to the top of the page


BetaWar
post 20 Jun, 2008 - 11:12 PM
Post #2


#include <soul.h>

Group Icon
Joined: 7 Sep, 2006
Posts: 1,669



Thanked 64 times

Dream Kudos: 1075
My Contributions


Hm, you would probably get more replies if this were posted in the correct section. Once it is moved there I will look at it again.
User is offlineProfile CardPM

Go to the top of the page

Whizzy
post 21 Jun, 2008 - 02:09 PM
Post #3


The personal advisor

*****
Joined: 11 Aug, 2007
Posts: 1,312



Thanked 5 times
My Contributions


Also please note your code tag is not correct. You need [ code ] at the beginning like you have it, and at the end it's [ /code ].

User is offlineProfile CardPM

Go to the top of the page

BetaWar
post 22 Jun, 2008 - 12:20 AM
Post #4


#include <soul.h>

Group Icon
Joined: 7 Sep, 2006
Posts: 1,669



Thanked 64 times

Dream Kudos: 1075
My Contributions


Here you go (works in and only tested in IE6):

CODE
<html>
<head>
<title>Listing 20481</title><base target="images">
</head>
<body background="pback.jpg" text="purple" link="purple" vlink="purple" alink="purple">
<table Width="620 "border="1" cellpadding="0" cellspacing="5" bordercolor="purple">
   <tr>
    <th colspan="4" bgcolor="#FFFFFF"> <font color="#800080" face="Arial" size="2">Home Page | Residential | Business |
           Properties | Rentals | Appraisals | Contact Us|</font></th>
   </tr>

   <tr>
    <td width="190" height="75"background ="back.jpg"><img src="brlogo.jpg" alt="Browyer Realty"></td>
    <td width="335" height="75" bgcolor="#FFFF00" valign="top"><img src="L20481.jpg" align="left"><font color="#800080"

face="Arial" size="4">Listing 20485</font><font color="#800080" face="Arial" size="2"><br>414 Mandel Road<br>Sheriden, MN

78412</br></font></td>
    <td width="40" bgcolor="#FFFF00" valign="top"><b><font face="Arial" color="#800080"

size="2">LP:<br>SqFt:<br>Bdrm:<br>Bath</b></font></br></td>
    <td width="50" bgcolor="#FFFF00" valign="top" align="right"> <font face="Arial" color="#800080"

size="2">$419,900<br>2,600<br>3<br>2 1/2</font></br></td>
   </tr>

   <tr>
    <td colspan="4" valign="top" bgcolor="FFFFFF"><p>Paradise found! This custom built brand new home sits proudly on a

6.8 acre high wooded site overlooking a 300 acre nature conservancy. The setting is exceptional and the home is every bit as

exciting! A bright open layout is enhanced by vaulted ceilings, hardwood and tumbled ceramic flooring, custom maple

cabinetry, upgraded fixtures, numerous windows, and incredibleviews.</p>



    <table Width="100%" height="260" "border="1" cellpadding="5" cellspacing="0" bordercolor="#800080">
       <tr>
               <td valign="top" style="background: #ff0;">
        <font face="Arial color="#800080" size="3">
            <a href="img01.htm">Front View</a><br>
                    <a href="img02.htm">Rear View</a><br>
            <a href="img03.htm">Side View</a><br>
            <a href="img04.htm">Dining Room</a><br>
            <a href="img05.htm">Kitchen</a><br>
            <a href="img06.htm">Living Room</a> <br>
            <a href="img07.htm">Bedroom 1</a><br>
            <a href="img08.htm">Bedroom 2</a><br>
            <a href="img09.htm">Bedroom 3</a><br>
            <a href="img10.htm">Basement</a><br>
            <a href="img11.htm">Storage Bldg</a><br>
            <a href="img12.htm">Laundry Room</a><br>
            <a href="img13.htm">View</a></br></font></td>

<td>

        <iframe align="left" src="img01.htm" name="images" width="300" height="240" marginheight="0" marginwidth="0" frameborder="no"></iframe>

    <p>There is much more. The property includes
a 40x54 storage building. Perfect for a large boat and
machinery. Exposed walkout on lower level leads down to
a beautiful wooded area.</p>
    <p>An extra bathroom, bedroom, and family
room can be added to the unfinished basement for more
living space.</p>

</td>

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


   <tr>
    <th colspan="4" bgcolor="#FFFFFF"><font color="#800080" face="Arial" size="2">| More Details | Map | Request a

Showing | Other Listings|</font></th>
   </tr>

</table>
</body>
</html>
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/12/08 04:01AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month