I am trying to get my website onto the net, but I can get the template im using or any images to show. i am using kompozer and a free template to create my pages. i asked someone on hostgator, and they said there was something wrong with my code. im starting to learn a little about coding, but not enough to understand whats not right with the template code and why the images arent showing. can someone please help me figure it out???
how if all we know is that it'S not working. give us a link to your site the code and the infos we need to help you
Yeah, posting some code snippets will help folks understand the issues you may be facing. You won't get much help from anyone if you don't.
ok, sorry. im still new to this. the website is ecobabybuzz.com. i dont know what part of the code you want to see. here is the whole page that i have up. i made some changes to the template code, but not much. <!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> <title>Home</title> <meta name="Description" content="description" /> <meta name="Keywords" content="keywords separated by commas" /> <link rel="Shortcut Icon" href="/favicon.ico" /> <link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> </style> </head> <body> <div id="container"> <div id="header"><span class="style1"><br /> </span></div> <div id="leftnav"> <ul id="navlist"> <li><a href="http://www.thisisyourhomepage.com">Home</a></li> <li><a href="http://www.yahoo.com">Articles</a></li> <li><a href="http://www.yahoo.com">How To's</a></li> <li><a href="http://www.yahoo.com">Terminology & Abbreviations</a></li> <li><a href="http://www.yahoo.com">About Us</a></li> <li><a href="http://www.yahoo.com">Contact Us</a></li> </ul> <br /> </div> <div id="sidebar"> <p> </p> <br /> </div> <div id="content"> <h1>Welcome to Eco Baby Buzz!</h1> <p>Get the buzz on everything cloth diapering, babywearing, attachment parenting and wahm made products! Please check back often for our ever expanding collection of articles!</p> <p> </p> <p> <img style="height: 312px; width: 405px;" alt="" src="../../My%20Pictures/snflwr.bmp" /> <br /> </p> <h1><small>From my home to yours...</small></h1> <p>As a first time mom, I wanted more than anything to give my baby the best. I wanted to breastfeed, co-sleep, and of course cloth diaper. Unfortunatly, I knew almost nothing about cloth diapering other than the few things I heard from my mother in law. It sounded gross and difficult to boot. I didn't feel like it was something I could do and I had no support. Fast forward nine years to my third baby and I am happily using - and loving - cloth diapers. In that short amount of time, cloth diapers have come amazingly far. They are incredibly easy to use and easy to care for. Not at all what I pictured all those years ago. </p> <p>I am happy to bring this website to you - to help guide you through the ins and outs of cloth diapering. I know how many questions you have, and Eco Baby Buzz has the answers for you. And not just about cloth diapering, but about babywearing, attachement parenting, and work at home mom made products too. I wish you luck and much joy as you begin your exciting journey into cloth diapering and natural parenting!</p> <br /> </div> <div id="footer" align="center"> <p>Home About Us Contact Us</p> <p class="smalltext">© 2008 Eco Baby Buzz </p> <p class="smalltext"><br /> </p> </div> </div> </body> </html>
you should use divs for the layout don'T use to position things and check the links to the images I guess they are not working
i have the images saved on my computer although i did save them from the net. does that make a difference?
I would recomend you to make the two blue sidebar things fluid it looks kinda funny for me when I look at the site bc they are not
just delete the hieght of the leftnavi and the right one so it will be fluent. i jsut saw you got a stylesheet why don't you use it to give the text a id an then position it so oyu dont need to use space
ive been trying to figure out how to use the style sheet to change that. i havent been able to do it yet. im still learning this whole process.