1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Real Estate Directory

Discussion in 'Websites' started by Blogmaster, May 1, 2005.

  1. #1
    Hey guys take a look at my Real Estate Directory if you would.
    Could one of you guys give me the html code to align the 4 buttons on the right to have the same height as the map.

    Mike
     
    Blogmaster, May 1, 2005 IP
  2. lovethecoast

    lovethecoast Peon

    Messages:
    33
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    
    <TABLE><TR>
    	<TD ROWSPAN=4>map</TD>
    	<TD VALIGN="top">button 1</TD>
    </TR><TR>
    	<TD VALIGN="middle">button 2</TD>
    </TR><TR>
    	<TD VALIGN="middle">button 3</TD>
    </TR><TR>
    	<TD VALIGN="bottom">button 4</TD>
    </TR></TABLE>
    
    Code (markup):
     
    lovethecoast, May 1, 2005 IP
  3. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #3
    It's Alivvvvve!
     
    Blogmaster, May 2, 2005 IP
  4. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #4
    Blogmaster, May 2, 2005 IP
  5. WeRASkitzzo

    WeRASkitzzo Peon

    Messages:
    143
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I just had a quick glance around but these are a few first impressions...
    I dont much care for the navigation. Most people expect some type of nav on the left side. Also the buttons dont really distinguish themselves as "Click on me to go places".
    The content of the site looks quite good though. I like the forums page etc but the nav and front page layout could use some work IMHO.
     
    WeRASkitzzo, May 3, 2005 IP
  6. Design Agent

    Design Agent Peon

    Messages:
    3,061
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can use tables or CSS.
    Tables:
    Cut the frame into top, bottom, left & right.
    Make a table with 3 by 3 cells. Merge the top row. Repeat with the bottom. Place sliced jpgs in the correct cells.
    Add text to central cell.
    Basically.

    CSS
    .topslice {
    background-image: url("images/top-slice.gif");
    background-repeat: no-repeat;
    background-position: center;
    }

    I havent tested either of these, but it should roughly answer your question and you can tweak from there.
     
    Design Agent, May 3, 2005 IP
  7. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #7
    Thank you so much, guys! It's coming together :)
     
    Blogmaster, May 9, 2005 IP
  8. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #8
    Look at it now :)
     
    Blogmaster, Jul 1, 2005 IP