Computers & Internet Logo

Related Topics:

Louie Veleski Posted on Oct 16, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Hi there, I have created a layout for my website but every time I put any contents inside the divs it just wont display in the browser...this is the following code: I am also trying to create this as a liquid layout website and although the layout functions well as a liquid layout it goes all haywire once I place divs inside the contents div. Untitled Document
Content for id "welcome-box" Goes Here
Content for id "flash-display" Goes Here

  • 8 more comments 
  • Louie Veleski Oct 16, 2009





    Untitled Document











    Content for id "welcome-box" Goes Here

    Content for id "flash-display" Goes Here









  • Louie Veleski Oct 16, 2009

    Hi again, just wanted to make sure that you received my email and if you think that you can fix the problem??


    kindest regards,
    Louie Veleski

  • Louie Veleski Oct 16, 2009

    Hi there, I have created a layout for my website but every time I put any contents inside the divs it just wont display in the browser... I am also trying to create this as a liquid layout website and although the layout functions with no contents inside it once you do place extra contents and div tags inside the contents div it doesn't seem to respond as well when reducing the screen size. This is the full html code:





    Untitled Document











    Content for id "flash-display" Goes Here




  • Louie Veleski Oct 16, 2009

    I am using Dreamweaver CS3....All the flash and photos work fine in other layouts but just don't seem to work in this one...Hope you can help me:)


    kindest regards,
    Louie Veleski

  • Louie Veleski Oct 16, 2009

    Could you please send the code directly to my email address?? sexchoc@tpg.com.au


    regards,
    Louie Veleski

  • Louie Veleski Oct 16, 2009

    Hi there, I have created a layout for my website but every time I put any contents inside the divs it just wont display in the browser... I am also trying to create this as a liquid layout website and although the layout functions with no contents inside it once you do place extra contents and div tags inside the contents div it doesn't seem to respond as well when reducing the screen size. This is the full html code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    #banner {
    height: 250px;
    background-color: #000000;
    position: relative;
    width: 100%;
    }
    #content #welcome-box {
    float: left;
    height: 300px;
    width: 300px;
    margin-top: 50px;
    margin-left: 100px;
    background-color: #000000;
    position: absolute;
    }
    #content #flash-display {
    margin-top: 50px;
    height: 300px;
    width: 500px;
    background-color: #000000;
    position: absolute;
    margin-left: 450px;
    }
    #menu {
    float: left;
    width: 170px;
    background-color: #000000;
    position: relative;
    height: 800px;
    }
    #footer ul {
    margin: 0px;
    padding: 0px;
    }
    #footer li {
    display: inline;
    clear: both;
    margin-right: 20px;
    margin-left: 20px;
    }
    #footer a {
    color: #0099FF;
    text-decoration: none;
    }
    #footer a:hover {
    color: #00FFFF;
    text-decoration: none;
    }
    #footer #copyright {
    height: 25px;
    width: 200px;
    position: absolute;
    color: #0099FF;
    font-size: 80%;
    line-height: 20px;
    }
    #content {
    margin-left: 170px;
    height: 800px;
    margin-right: 50px;
    background-color: #333333;
    position: relative;
    }
    #footer {
    background-color: #990000;
    height: 25px;
    text-align: center;
    position: relative;
    }
    #line {
    background-color: #990000;
    height: 1px;
    }
    #right-border {
    float: right;
    width: 50px;
    background-color: #33CCFF;
    height: 800px;
    }
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>

    <body>
    <div id="banner">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase',http://download.macromedia.com/pub/shock...','width','900','height','250','src','/Bands-Plus','quality','high','pluginspage',http://www.adobe.com/shockwave/download/...','movie','/Bands-Plus' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="250">
    <param name="movie" value="/Bands-Plus.swf" />
    <param name="quality" value="high" />
    <embed src="/Bands-Plus.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="250"></embed>
    </object>
    </noscript></div>
    <div id="line"></div>
    <div id="menu"></div>
    <div id="right-border"></div>
    <div id="content">
    <div id="welcome-box"><img src="/IMAGES/JAZZ-BAND.jpg" width="300" height="300" /></div>
    <div id="flash-display">Content for id "flash-display" Goes Here</div>
    </div>
    <div id="footer">
    <div id="copyright">&copy; Copyright Bands Plus 2009</div>
    <ul>
    <li><a href="http://www.bandsplus.com/index.html">home</a></li>
    <li><a href="http://www.bandsplus.com/aboutus.html">about us</a></li>
    <li><a href="http://www.bandsplus.com/contactus.html">contact us</a></li>
    </ul>
    </div>
    </body>
    </html>

  • Louie Veleski Oct 17, 2009

    The weird thing is that it was working fine....I am using Dreamweaver CS3....All of the other flash components are from various other programs that I have used extensively in other websites....even in this one...ever since I created this new layout things have gone bonkers....The flash files now wont even work in a plain html document....I have tried it in every default browser in dreamweaver....I even restarded dreamweaver hoping that this might fix the problem but no luck....


    regards,
    Louie Veleski

  • Louie Veleski Oct 17, 2009

    I just realised that it is actually just the divs that wont display items in them


    cheers,
    Louie

  • Louie Veleski Oct 17, 2009

    Hi there, I have created a layout for my website but every time I put any contents inside the divs it just wont display in the browser... Photos in the layout show up fine just not in the divs. I am also trying to create this as a liquid layout website and although the layout functions with no contents inside it once you do place extra contents and div tags inside the contents div it doesn't seem to respond as well when reducing the screen size. This is the full html code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    #banner {
    height: 250px;
    background-color: #000000;
    position: relative;
    width: 100%;
    }
    #content #welcome-box {
    float: left;
    height: 300px;
    width: 300px;
    margin-top: 50px;
    margin-left: 100px;
    background-color: #000000;
    position: absolute;
    }
    #content #flash-display {
    margin-top: 50px;
    height: 300px;
    width: 500px;
    background-color: #000000;
    position: absolute;
    margin-left: 450px;
    }
    #menu {
    float: left;
    width: 170px;
    background-color: #000000;
    position: relative;
    height: 800px;
    }
    #footer ul {
    margin: 0px;
    padding: 0px;
    }
    #footer li {
    display: inline;
    clear: both;
    margin-right: 20px;
    margin-left: 20px;
    }
    #footer a {
    color: #0099FF;
    text-decoration: none;
    }
    #footer a:hover {
    color: #00FFFF;
    text-decoration: none;
    }
    #footer #copyright {
    height: 25px;
    width: 200px;
    position: absolute;
    color: #0099FF;
    font-size: 80%;
    line-height: 20px;
    }
    #content {
    margin-left: 170px;
    height: 800px;
    margin-right: 50px;
    background-color: #333333;
    position: relative;
    }
    #footer {
    background-color: #990000;
    height: 25px;
    text-align: center;
    position: relative;
    }
    #line {
    background-color: #990000;
    height: 1px;
    }
    #right-border {
    float: right;
    width: 50px;
    background-color: #33CCFF;
    height: 800px;
    }
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>

    <body>
    <div id="banner">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase',http://download.macromedia.com/pub/shock...','width','900','height','250','src','/Bands-Plus','quality','high','pluginspage',http://www.adobe.com/shockwave/download/...','movie','/Bands-Plus' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="250">
    <param name="movie" value="/Bands-Plus.swf" />
    <param name="quality" value="high" />
    <embed src="/Bands-Plus.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="250"></embed>
    </object>
    </noscript></div>
    <div id="line"></div>
    <div id="menu"></div>
    <div id="right-border"></div>
    <div id="content">
    <div id="welcome-box"><img src="/IMAGES/JAZZ-BAND.jpg" width="300" height="300" /></div>
    <div id="flash-display">Content for id "flash-display" Goes Here</div>
    </div>
    <div id="footer">
    <div id="copyright">&copy; Copyright Bands Plus 2009</div>
    <ul>
    <li><a href="http://www.bandsplus.com/index.html">home</a></li>
    <li><a href="http://www.bandsplus.com/aboutus.html">about us</a></li>
    <li><a href="http://www.bandsplus.com/contactus.html">contact us</a></li>
    </ul>
    </div>
    </body>
    </html>

  • Anonymous Mar 17, 2014

    Wanted login my gmail address

×

2 Answers

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Brigadier General:

An expert that has over 10,000 points.

  • Master 3,614 Answers
  • Posted on Oct 16, 2009
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Brigadier General:

An expert that has over 10,000 points.

Joined: Jan 15, 2008
Answers
3614
Questions
24
Helped
1033831
Points
10054

Hi, Can you please send me the full html code into my email..? Thanks

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Guru:

An expert who has written 7 tips or uploaded 3 video tips

  • Master 830 Answers
  • Posted on Oct 16, 2009
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Guru:

An expert who has written 7 tips or uploaded 3 video tips

Joined: May 09, 2009
Answers
830
Questions
2
Helped
213224
Points
2663

Hello, may I ask which program you are running to build the website and then I can provide you a more instructional solution. Thank you!

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

1,029 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73783 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42221 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...