Background Article - Joomla! Forum - community, help and support
hello people,
i made following code background of article. on code editor on http://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow wonder. place code or @ least parts of code. have place div on different place in article itself?
still have learn lot html , joomla
greetings martijn
i made following code background of article. on code editor on http://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow wonder. place code or @ least parts of code. have place div on different place in article itself?
code: select all
<!doctype html>
<html>
<head>
<style>
div.tekstvlak
{
background-color:#eaeaea;
font-family: verdana;
font-size: 9px;
padding-left: 12px;
padding-right: 12px;
padding-top: 8px;
width:286px;
height:180px;
overflow:hidden;
}
div.titelvlak
{
text-align: center;
font-family: verdana;
font-weight: bold;
font-size: 12px;
color: #ffffff;
background-color:#000000;
padding-top: 5px;
padding-bottom: 6px;
width:310px;
height:14px;
}
</style>
</head>
<body>
<div class="test">nieuw</div>
<div class="hidden">verkeersschool benny van dijk gaat met de tijd mee!
naast de praktijkondersteunende middelen die al gebruikt werden, wordt nu in de lesauto ook gebruik gemaakt van de ipad met daarop praktijkinstructiefilmpjes. op deze manier wordt leren auto rijden nog leuker en leerzamer!</div>
</body>
</html>still have learn lot html , joomla
greetings martijn
alright found out how worked. nothing special apparantly xd.
now i've got new problem. want align left. have add towards make align left side? might margin/padding thing.
can change padding of single position instead of complete body?
i want part aligned left side instead of in center
now i've got new problem. want align left. have add towards make align left side? might margin/padding thing.
can change padding of single position instead of complete body?
i want part aligned left side instead of in center
code: select all
art-sidebar1 {
width: 175px;
Comments
Post a Comment