9 Replies - 1250 Views - Last Post: 03 August 2008 - 09:47 AM

#1 mahvicz  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 27-July 08

help me with my web design

Posted 29 July 2008 - 12:32 AM

i have a project in web designing and i dont know what to do with this code...i think there is something wrong..kindly give some commets or suggestions...thanks... :D
<html>
<head>
<title>Dunston</title>
</head>
<body bcolor="white">
<table width=610 cellpadding=0 cellspacing=0>
<tr>

<td width=150 valign=top bgcolor="#70DB93">
	<h3 align = center> Welcome </h3>
	<img src="director.gif" align=right width=86 height=111>
<p>  
	Welcome to the Dunston Retreat Center.  Whether you are 
	planning to attend one of our many conferences or embarking 
	on a private retreat, we're sure that you'll enjoy your stay.
</p>
<p>  
	Located in the northern woods of Wisconsin, the Dunston 
	Retreat Center provides comfortable and attractive 
	accommodations while you enjoy the rustic setting available 
	just outside your door.  The retreat center has 32 beds, 
	large meeting room, a chapel, and kitchen facilities.  If you 
	want to get out, there are ample opportunities for hiking, 
	canoeing, and horseback riding in the surrounding area.
</p>
<p>
	Throughout the year, the center staff conducts retreats to 
	accommodate the needs of various groups.  We offer retreats 
	for men, for women, and for couples.  Please call about special
	needs retreats.
</p>
<p>
	If you prefer, an individually directed retreat is possible.  
	The retreat includes a time of daily sharing and guidance by 
	a retreat director to supplement your private time of solitude 
	and meditation.
</p>
<p>
	At the Dunston Retreat Center, we make everything as easy as 
	possible, providing meals, towels, bedding - everything you 
	need. Just bring yourself.
</p>

<b><i>Benjamin Adams</i></b><br>
Director			  <br>
Dunstron Retreat Center

		<td width=750 valign=top>
		<table width=750 cellspacing=0 cellpadding=0>
<tr>
			
	<td colspan=3 valign=top align=center>
			<img src="dunston logo.gif" width = 550 height = 150 align = center>
	</td>
	
</tr>
</table>
</body>
</html> 

This post has been edited by mahvicz: 29 July 2008 - 12:34 AM


Is This A Good Question/Topic? 0
  • +

Replies To: help me with my web design

#2 mahvicz  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 27-July 08

Re: help me with my web design

Post icon  Posted 29 July 2008 - 12:40 AM

i have a project in my calss web design...and i am making a webpage with tables...i dont know what is the problem with my code...kindly check if there is something wrong...thanks.. :D

<html>
<head>
<title>Dunston</title>
</head>
<body bcolor="white">
<table width=610 cellpadding=0 cellspacing=0>
<tr>

<td width=150 valign=top bgcolor="#70DB93">
	<h3 align = center> Welcome </h3>
	<img src="director.gif" align=right width=86 height=111>
<p>  
	Welcome to the Dunston Retreat Center.  Whether you are 
	planning to attend one of our many conferences or embarking 
	on a private retreat, we're sure that you'll enjoy your stay.
</p>
<p>  
	Located in the northern woods of Wisconsin, the Dunston 
	Retreat Center provides comfortable and attractive 
	accommodations while you enjoy the rustic setting available 
	just outside your door.  The retreat center has 32 beds, 
	large meeting room, a chapel, and kitchen facilities.  If you 
	want to get out, there are ample opportunities for hiking, 
	canoeing, and horseback riding in the surrounding area.
</p>
<p>
	Throughout the year, the center staff conducts retreats to 
	accommodate the needs of various groups.  We offer retreats 
	for men, for women, and for couples.  Please call about special
	needs retreats.
</p>
<p>
	If you prefer, an individually directed retreat is possible.  
	The retreat includes a time of daily sharing and guidance by 
	a retreat director to supplement your private time of solitude 
	and meditation.
</p>
<p>
	At the Dunston Retreat Center, we make everything as easy as 
	possible, providing meals, towels, bedding - everything you 
	need. Just bring yourself.
</p>

<b><i>Benjamin Adams</i></b><br>
Director			  <br>
Dunstron Retreat Center

		<td width=750 valign=top>
		<table width=750 cellspacing=0 cellpadding=0>
<tr>
			
	<td colspan=3 valign=top align=center>
			<img src="dunston logo.gif" width = 550 height = 150 align = center>
	</td>
	
</tr>
</table>
</body>
</html>  

Was This Post Helpful? 0
  • +
  • -

#3 Trake  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 115
  • Joined: 29-June 07

Re: help me with my web design

Posted 29 July 2008 - 01:28 AM

What should it look like when complete? What is the error?

One thing I do notice is that you need to add closing tags to the end of your table so your code looks like this:

<html>
<head>
<title>Dunston</title>
</head>
<body bcolor="white"> 
<table width=610 cellpadding=0 cellspacing=0> 
  <tr> 
    <td width=150 valign=top bgcolor="#70DB93"> <h3 align = center> Welcome </h3> 
      <img src="director.gif" align=right width=86 height=111> 
      <p> Welcome to the Dunston Retreat Center. Whether you are planning to attend one of our many conferences or embarking on a private retreat, we're sure that you'll enjoy your stay. </p> 
      <p> Located in the northern woods of Wisconsin, the Dunston Retreat Center provides comfortable and attractive accommodations while you enjoy the rustic setting available just outside your door. The retreat center has 32 beds, large meeting room, a chapel, and kitchen facilities. If you want to get out, there are ample opportunities for hiking, canoeing, and horseback riding in the surrounding area. </p> 
      <p> Throughout the year, the center staff conducts retreats to accommodate the needs of various groups. We offer retreats for men, for women, and for couples. Please call about special needs retreats. </p> 
      <p> If you prefer, an individually directed retreat is possible. The retreat includes a time of daily sharing and guidance by a retreat director to supplement your private time of solitude and meditation. </p> 
      <p> At the Dunston Retreat Center, we make everything as easy as possible, providing meals, towels, bedding - everything you need. Just bring yourself. </p> 
      <b><i>Benjamin Adams</i></b><br> 
      Director <br> 
      Dunstron Retreat Center
    <td width=750 valign=top> <table width=750 cellspacing=0 cellpadding=0> 
        <tr> 
          <td colspan=3 valign=top align=center> <img src="dunston logo.gif" width = 550 height = 150 align = center> </td> 
        </tr> 
      </table></td> 
  </tr> 
</table> 
</body>
</html>

Was This Post Helpful? 0
  • +
  • -

#4 PsychoCoder  Icon User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1619
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: help me with my web design

Posted 29 July 2008 - 02:00 AM

Moved to the Web Development Forum :)
Was This Post Helpful? 0
  • +
  • -

#5 Trake  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 115
  • Joined: 29-June 07

Re: help me with my web design

Posted 29 July 2008 - 02:08 AM

Can a moderator please merge this with the other post that I replied to that is the same as this one?
Was This Post Helpful? 0
  • +
  • -

#6 biggles2008  Icon User is offline

  • Bassface
  • member icon

Reputation: 9
  • View blog
  • Posts: 623
  • Joined: 05-March 08

Re: help me with my web design

Posted 30 July 2008 - 07:51 PM

I'm good at HTML but Dreamweaver ruined me and i don't use tables, i use slices from my PS design and it puts em in tables for you... but yer closing tags is very important :P
Was This Post Helpful? 0
  • +
  • -

#7 mahvicz  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 27-July 08

Re: help me with my web design

Posted 30 July 2008 - 08:39 PM

i have an attachment there...that is what my webpage should looks like....help me please...

Attached image(s)

  • Attached Image

Was This Post Helpful? 0
  • +
  • -

#8 Smurphy  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 35
  • View blog
  • Posts: 367
  • Joined: 07-July 08

Re: help me with my web design

Posted 01 August 2008 - 01:09 PM

Whats wrong with it? Unfortunatly I'm at work and we have IE and I hate it it messes everything up so I could not tell if it was messed up or not. :v:
Was This Post Helpful? 0
  • +
  • -

#9 Will_00  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 0
  • View blog
  • Posts: 64
  • Joined: 20-July 08

Re: help me with my web design

Posted 01 August 2008 - 07:55 PM

Do you have any CSS?
Was This Post Helpful? 0
  • +
  • -

#10 gabehabe  Icon User is online

  • GabehabeSwamp
  • member icon




Reputation: 1346
  • View blog
  • Posts: 10,918
  • Joined: 06-February 08

Re: help me with my web design

Posted 03 August 2008 - 09:47 AM

View PostTrake, on 29 Jul, 2008 - 10:08 AM, said:

Can a moderator please merge this with the other post that I replied to that is the same as this one?

Consider it done! :)

It may read a little funny though.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1