View Single Post
Old 04-05-2013, 05:25 AM   #5
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by jayleavitt View Post
Wrap each image in that div, or will a whole body wrap work?
??

Body wrap??

Do you mean:
<body><img alt="" src=""/></body>
Or
<body><img alt="" src=""/><img alt="" src=""/><img alt="" src=""/></body>

You usually want to have each image wrapped in a container - in this case a <div>. This will provide the easiest, most consistent way of presenting your work.

You can even make a clip of it and its really easy to add.
<body>
<div><img alt="" src=""/></div>
<div><img alt="" src=""/></div>
<div><img alt="" src=""/></div>
<div><img alt="" src=""/></div>
</body>
Turtle91 is offline   Reply With Quote