The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Tables In Tables Problem, Creating a layout in in html with tables
fable
post Apr 15 2009, 06:34 AM
Post #1





Group: Members
Posts: 2
Joined: 15-April 09
From: Bedroom
Member No.: 8,328



Hi I'm currently studying webdesign [total novice] and I've been given the task to make a single web page.
I've designed it and got so far but now it's come to put tables inside tables and the problem is I was spacing between the outside and inside table.

I'm not allowed to use CSS or anything like that just simple HTML.

Here is the coding I have done so far:

CODE
<html>
<!--Page Name -->
<head>
<title>Laurell K Hamilton</title>
</head>

<!--Body Setup-->
<body><body bgcolor="BLACK">
<center>

<!--table setup-->
<table border="solid" border="3" bordercolor="#ffffff" width="800" background="http://i277.photobucket.com/albums/kk76/missfable/Nightsky.jpg">

<!-- logo cell-->
<tr>
<td colspan="2">
<img src="http://i277.photobucket.com/albums/kk76/missfable/logo.png">
</td>

<!--name cell-->
<td colspan="3" width ="439"> cell 2</td>

<!--- Nav Bar -->
<tr>
<td width ="160"><font color=white size="3" face="veranda">Home</font></td>
<td width ="160"><font color=white size="3" face="veranda">Biography</font></td>
<td width ="160"><font color=white size="3" face="veranda">Books</font></td>
<td width ="160"><font color=white size="3" face="veranda">News Archives</font></td>
<td width ="160"><font color=white size="3" face="veranda">Tour Info</font></td>
</font>

<!--Main body -->
<tr>
<td rowspan="5" colspan="5" height= "500" >
cell 2
</td>
</tr>
</table>


</center>
</body>
</html>



And here is the mockup of the webpage I'm a trying to create.

Attached Image

Any help would be amazing!

Thank you =]


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th April 2024 - 11:05 AM