/    Sign up×
Community /Pin to ProfileBookmark

Need Help Please

I Am Putting Rows Of Pictures Together And Do Not Want A Space Between The Rows. Can Anyone Help Me With The Html I Need Here.thank You.

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@WebJoelMay 05.2008 — Show your code please, so we know what you're comfortable working with.

This works:
<!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>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<meta http-equiv="Content-Style-Type" content="text/css" />

<meta http-equiv="Content-Script-Type" content="text/javascript" />

<title></title>

<style type="text/css">

* {border:0; padding:0; margin:0;}/* Set everything to "zero" */

html, body {min-height:100%; /*for compliant browsers*/

font:x-small Arial, Verdana, sans-serif;voice-family: ""}"";voice-family:inherit;font-size:small;/*for IE 5.5 */

font-size:100%; line-height:1.125em;}

body {font-size: 62.5%; padding-bottom:25px; /* IE does not understand "margin-bottom" on BODY, so padding-bottom instead*/}

#wrapper p {color:black; background-color:transparent;}

/*non-content: e.g., -navigation lists, etc. Slightly smaller than content text {font-size:0.75em;} */

ul li {float: left; /* cure IE5.x "whitespace in lists" problem */width: 100%;}

ul li a {height: 1%; /* make links honour display: block; properly */}

#wrapper {min-height:100%; overflow:hidden;} /* 100% height for compliants, enwraps content*/

* html #wrapper {height:100%;}/* and feed IE what it needs */

html, body, p, th, td, li, dd, dt { font:0.875em Arial, Helvetica, verdana sans-serif;}

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, 'times new roman', sans-serif;}

h1 { font-size: 2.0em;}

h2 { font-size: 1.5em;}

h3 { font-size: 1.2em;}

h4 { font-size: 1.0em;}

h5 { font-size: 0.9em;}

h6 { font-size: 0.8em;}/* Defined default Header sizes*/

a:link, a:visited, a:focus, a:hover, a:active {background-color:none;}/*s.508 Accessibility*/

a:link {color: #00f;}

a:visited {color: #009;}

a:focus, a:hover {color: #06f;}/* a:focus for non-mouse pointers: e.g. "hotkeys", etc. s.508*/

a:active {color: #0cf;}

<!--[if lte IE 6]-->

body {font-size:17px;}/*for IE*/

<!--<[endif]-->

</style>

<!--[if lt IE 8]>

<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>

<![endif]-->

<script type="text/javascript"><!--

// -->

</script>

<link rel="shortcut icon" href="favicon.ico" /><!-- path to your favicon -->

</head>

<body>

<div id="wrapper">

[B]<div style="width:306px; height:auto; border:3px solid blue; overflow:hidden; padding:6px;">

<img alt="one" src="#" style="width:100px; height:100px; float:left; border:1px solid red;" />

<img alt="two" src="#" style="width:100px; height:100px; float:left; border:1px solid green;" />

<img alt="three" src="#" style="width:100px; height:100px; float:left; border:1px solid blue;" />





<br />

<img alt="four" src="#" style="width:100px; height:100px; clear:left; float:left; border:1px solid red;" />

<img alt="five" src="#" style="width:100px; height:100px; float:left; border:1px solid green;" />

<img alt="six" src="#" style="width:100px; height:100px; float:left; border:1px solid blue;" />



<br />



<img alt="seven" src="#" style="width:100px; height:100px; clear:left; float:left; border:1px solid red;" />

<img alt="eight" src="#" style="width:100px; height:100px; float:left; border:1px solid green;" />

<img alt="nine" src="#" style="width:100px; height:100px; float:left; border:1px solid blue;" />



<br />



</div>[/B]



</div>

</body>

</html>[/QUOTE]
×

Success!

Help @patticake spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.4,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...