Go Back   Free website templates > Community Center > Give and Get Help
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Join now to download all the free website templates or post on the forum. If you have never been on a forum before read the FAQ. It's quick, easy and free to join!
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-08-2009, 04:51 AM
Junior Member
 
Join Date: Aug 2009
Posts: 5
technicallyawkward is on a distinguished road
Default the box won't sit right!

Hey hey, me again, yes, technically awkward.

Well I've just put a live weather box on my site:

http://www.4crb.com/home.html

It keeps sitting below the other box... how can I make it sit beside it??

thank you for your help!
Reply With Quote
  #2 (permalink)  
Old 09-09-2009, 05:33 PM
bmcoll3278's Avatar
Moderator
 
Join Date: Jun 2009
Posts: 294
bmcoll3278 is on a distinguished road
Default

Try a table with two cells
<table>
<tr>
<td>motor mouth code here</td>
<td> weather code here</td>
</tr>
</table
__________________
I hope to build a site with something for every body
www.bmcoll.com
Reply With Quote
  #3 (permalink)  
Old 09-09-2009, 05:37 PM
bmcoll3278's Avatar
Moderator
 
Join Date: Jun 2009
Posts: 294
bmcoll3278 is on a distinguished road
Default

like this

Code:
<p>Local information:</p> 
  <table> 
    <tbody> 
      <tr> 
        <td> 
          <div id="footer2"> 
            <p><a href="http://motormouth.com.au/webwindows/webwindow.aspx?fueltypeid=2&amp;Region=Gold%20Coast&amp;windowtype=city" target="_blank"> <img alt="Where to find the cheapest petrol on the Gold Coast" border="0" src="http://www.motormouth.com.au/webwindows/images/bestprices_goldcoast.jpg" /> </a></p> 
          </div> 
        </td> 
        <td><script type="text/javascript" src="http://www.weatherchannel.com.au/Magic94scripts/mgrqispi94.dll?appname=WC&prgname=WOYS&Id=18024"></script> <a href="http://motormouth.com.au/webwindows/webwindow.aspx?fueltypeid=2&amp;Region=Gold%20Coast&amp;windowtype=city" target="_blank"> 
            <p>4CRB 89.3FM Easy Listening Music. Gold Coast, Queensland, Australia</p> </a> <a href="http://motormouth.com.au/webwindows/webwindow.aspx?fueltypeid=2&amp;Region=Gold%20Coast&amp;windowtype=city" target="_blank"> </a></td> 
      </tr> 
    </tbody> 
  </table><br />
I put this code on my site to see how it looks. http://www.bmcoll.com/ebooks/test.html

I will remove it after you have time to take a look
__________________
I hope to build a site with something for every body
www.bmcoll.com

Last edited by bmcoll3278; 09-09-2009 at 05:52 PM. Reason: oops
Reply With Quote
  #4 (permalink)  
Old 09-10-2009, 06:45 AM
Junior Member
 
Join Date: Aug 2009
Posts: 5
technicallyawkward is on a distinguished road
Default

You are a Saint. I'm trying to make the changes now...

....

....

.....
Ok so that's great when you load it on the page... but when it's in my preview window in dreamweaver, that coding knocks my page all over the shop. Why is this? *scared to save in case I can't get it back and it doesn't work*

Thanks

Technicallyawkward.
Reply With Quote
  #5 (permalink)  
Old 09-10-2009, 08:00 AM
bmcoll3278's Avatar
Moderator
 
Join Date: Jun 2009
Posts: 294
bmcoll3278 is on a distinguished road
Default

Save a copy before you make the changes. I am sorry I have never used dream weaver I code by hand in notepad then use a script I wrote to validate it for me. I will be making the script available on my site some time today.
__________________
I hope to build a site with something for every body
www.bmcoll.com
Reply With Quote
  #6 (permalink)  
Old 09-10-2009, 01:07 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,360
ishkey will become famous soon enough
Default

The preview window in all wysiwyg editors doesn't always display the preview properly. It's just the nature of the beast. You can click File, Preview In Browser, to see how it will look.
__________________
RIF= Reading Is Fun - Understanding Funner
cleandeck - lawn mower undercoating and wilmargraphite - graphite lubricants
Reply With Quote
  #7 (permalink)  
Old 09-11-2009, 07:01 AM
Junior Member
 
Join Date: Aug 2009
Posts: 5
technicallyawkward is on a distinguished road
Default

Thanks fellas. (assuming you're both guys)

So it's working... but the GC petrol prices aren't coming up???

Also, for some reason the menu bar comes up blue when you scroll over it when it's coded for white... what the? It's almost like the page has mood swings because then it goes back to white...

http://www.4crb.com/home.html


Technicallyawkward.

Last edited by technicallyawkward; 09-11-2009 at 07:07 AM. Reason: add a link
Reply With Quote
  #8 (permalink)  
Old 09-11-2009, 07:17 AM
bmcoll3278's Avatar
Moderator
 
Join Date: Jun 2009
Posts: 294
bmcoll3278 is on a distinguished road
Default

I dont know if your menu is css or javascript. But I suspect java. When I view the page with google chrome lt is blue then turns white on mouse over.
__________________
I hope to build a site with something for every body
www.bmcoll.com
Reply With Quote
  #9 (permalink)  
Old 09-11-2009, 10:30 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,360
ishkey will become famous soon enough
Default

Just two guys.
If you want it white take a look in the SpryMenuBarVertical.css file see the code change below:
Quote:
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
display: list-item;
cursor: pointer;
background-color: white; /* WAS #99C changed 09-11-2009 (make this change)*/
padding: 0.5em 0.75em;
color: #333;
text-decoration: none;
}
Your banner code is messed up - causing problems on the page.
There is a problem with this files' location - check into it or reload it.
Quote:
Scripts/swfobject_modified.js
You are using an old version of DW and spry assets. Search out in Adobe for the free "Spry Assest" upgrade. It will fix several problems. You can tell it is old as your code is concerned with old versions of browsers. The code you have showing fixed those problems, but now it is causing problems as the newer browsers are fixed. Example in your index.html
Quote:
</style><!--[if IE 5]>
And in the
Quote:
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
I have Adobe Design Premiun CS3 and updated with
Spry_P1-6-1-updater_022508.mxp
Spry_P1-6-1-022508.zip
Just to give you an idea what to look for. Do not use http://labs.adobe.com/technologies/ as it is for beta release. Try updating through the program. See if this helps.
__________________
RIF= Reading Is Fun - Understanding Funner
cleandeck - lawn mower undercoating and wilmargraphite - graphite lubricants
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:11 AM.



mouseover mouseover mouseover