Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 05-12-2004, 10:21 AM Web Page Layout
Junior Talker

Posts: 3
Location: uk
Trades: 0
I have nver had any sort of tuition with building web sites, but I have made my own site with Dreamweaver.

http://www.enforcementofficeruk.com

I don't know if it's because of different browsers but when I look at my site from my work computer there is a big gap down the right hand side.

Can anybody tell me what I have done wrong and how I can sort this out?

Cheers

Matt
matt2037 is offline
Reply With Quote
View Public Profile Visit matt2037's homepage!
 
 
Register now for full access!
Old 05-12-2004, 06:40 PM
Skip Wiley's Avatar
Skilled Talker

Posts: 77
Location: TropiCalifornia
Trades: 0
Try this it should work, layout tables can create a mess, determining what you need is superior (IMHO) to allowing Dreamweaver to do it.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="750" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td width="22%" rowspan="2">Bear goes here</td>
<td colspan="2">Banner Goes here</td>
</tr>
<tr>
<td width="56%">Image1 here - Image2 here</td>
<td width="22%">&nbsp;</td>
</tr>
<tr>
<td valign="top"><table width="170" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3">Left Navigation</td>
</tr>
</table>
</td>
<td>Body Goes Here</td>
<td valign="top"><table width="170" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Right Navigation</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

Skip Wiley
Skip Wiley is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Web Page Layout
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09879 seconds with 12 queries