-
Member
How do i add borde
I was wondering how i add a border around my whole entire layout?
bags
-
-
Guru
How do i add borde
are using CSS or just html?
-
-
Member
it doesnt matter
It doesnt matter, if u tell me how to do it in css or html i will know.
bags
-
-
Senior Member
How do i add borde
http://www.netmechanic.com/news/vol5/css_no5.htm
It doesnt matter, if u tell me how to do it in css or html i will know
There are a number of ways to make a border around your page or images. Using CSS to control the border width is one way. Or, you could use a graphic border with html positioning within tables. Take a look at the link above.
Do a search on the net for "add border with css" MANY hits.
Should get you going in the right direction.
:} Hatch
-
-
Guru
How do i add borde
In css I would set te definition in the #wrapper tag it would just be
#wrapper{
border: 1px solid black;
}
this is considering that you are using a wrapper to define the outside limits of your design.
then your html would be
<body>
<div id="wrapper">
the rest of the code here
</div>
</body>
hope this helps
-
-
Member
how do i make the css border go around my image
I did the css with the #wrapper, but it doesnt wrap around the image. what other border attributes would i have to use to make it wrap around the image?
Bags
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Powered by
vBulletin® Version 4.1.9
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by
vBSEO 3.6.0
Copyright 2011 Photoshop Gurus Forum. All rights reserved.