/    Sign up×
Community /Pin to ProfileBookmark

Border Question…

Ok I just want to add two strips down the side of my website for a border, I have a header image that I will make the Border the same color of so it will blend (I wont need a top to the border) but my question is I have news to post on the homepage, so Im wondering How can I make my border automatically extend for when I add more news? Because I can make a basic border now but when I add more news, the bottom of the border doesnt move and it goes through my news post. Thanks in advance for any help =)

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@FangJan 05.2009 — As long as you are not using [I]position:absolute[/I] there will be no problem.

If you require further help, show the code you are using.
Copy linkTweet thisAlerts:
@donatelloJan 07.2009 — Add a background image in your css. make it one pixel high and the width of your page. The 'border' is just a couple of pixels that break up the long stripe.

You can also use a texture and tile it.

[code=html]
{
background-image: url(borders.gif);
background-repeat: repeat-y;
}
[/code]
×

Success!

Help @goremang 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.19,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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