picture-table help needed

This is a discussion on "picture-table help needed" within the Web Page Design section. This forum, and the thread "picture-table help needed are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Jun 11th, 2006, 16:07
Junior Member
Join Date: Jun 2006
Location: Kiev, Ukraine
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy picture-table help needed

Hi, i'm not new in this stuff but feel just stuck on one thing.
i need to put small logo in upper left corner, it should be ended by a thin line, and some links goes to right upper corner.
And what i find is extra space below image. i don't understand what is it came from. i wouldn't see it without that small line at its right.
actually i need next part to get close to logo wothout any space.
what am i doung wrong, guys?
code:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>site name</title>
<style type="text/css">
body {
margin: 0px;
padding: 0px;
background: #eee;
font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.rightborder {
border-right: 1px solid #666666;
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td  class="rightborder" width=1% >
<a href="#"><img src="dummy1.gif" alt="logo" width="180" height="45" border="0"></a>
</td>
<td width="100%" align="right">
<a href="#">link1</a>  •
<a href="#">link2</a>  •
<a href="#">link3</a>&nbsp;&nbsp;
</td>
</tr>
</table>
</body>
</html>
version 2:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>site name</title>
<style type="text/css">
body {
margin: 0px;
padding: 0px;
background: #eee;
font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width=1% >
<a href="#"><img src="dummy1.gif" alt="logo" width="180" height="45" border="0"></a>
</td>
<td width="1" bgcolor="#666666">
<img src="spacer.gif" width="1" height="1">
</td>
<td width="100%" align="right">
<a href="#">link1</a>  •
<a href="#">link2</a>  •
<a href="#">link3</a>&nbsp;&nbsp;
</td>
</tr>
</table>
</body>
</html>
thank you

Last edited by herkalees; Jun 11th, 2006 at 16:29.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jun 13th, 2006, 12:28
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: picture-table help needed

Do you have a url we can look at ?
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jun 13th, 2006, 14:19
minute44's Avatar
Most Reputable Member

SuperMember
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,351
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: picture-table help needed

Although you have defined some margins I would bet it was a margin-bottom issue.

I had a similar issue a while back and it was busting my chops for ages until someone on here helped me out...
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jun 14th, 2006, 16:49
Junior Member
Join Date: Jun 2006
Location: Kiev, Ukraine
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: picture-table help needed

no URL, i only making it.
thank u guys, i'll check that margin-bottom
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
picturetable, help, needed

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with picture upload Pss PHP Forum 2 Apr 21st, 2008 20:37
A picture gallery thewebkid Website Planning 12 Nov 19th, 2007 21:02
Add shade to a picture Fysicus Web Page Design 9 Sep 22nd, 2007 12:20
Picture Association Ross Webforumz Cafe 27 Sep 13th, 2007 18:31
Random picture survey picture help Jould Web Page Design 6 Feb 25th, 2004 14:07


All times are GMT. The time now is 16:55.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42