• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » Background.
Background.
xProfessor
Posts: 12
Reputation: 0

Message # 1 | 10:02 PM
Hey all!
How i can make text background like this?
Attachments: 5311012.jpg (28.7 Kb)
Post edited by xProfessor - Thursday, 2014-04-03, 10:02 PM
15k
Posts: 20
Reputation: 0

Message # 2 | 6:00 AM
you can use table backgorund
Sunny
Posts: 9296
Reputation: 456

Message # 3 | 9:39 AM
Quote 15k ()
you can use table backgorund


Or simply a div with the necessary parameters, e.g.

Quote
<div style="background-color:red"> TEXT </div>

I'm not active on the forum anymore. Please contact other forum staff.
VZ
Posts: 189
Reputation: 3

Message # 4 | 4:50 AM
Quote xProfessor ()
Hey all!
How i can make text background like this?
Attachments: 5311012.jpg(29Kb)
Post edited by xProfessor - Thursday, 2014-04-03, 4:02 PM

HTML
Code
<div class="informator red"><p>Some Text</p></div>

CSS
Code

.infomator.red {
color:#000;
background-color:red;
}
.informator {
padding:5px;
width:100%;
}

Hit that "Thanks" button. :)
In life there's ALWAYS limits but do not plan above them.
Post edited by VZ - Thursday, 2014-04-24, 4:50 AM
uCoz Community » For Webmasters » Custom Solutions » Background.
  • Page 1 of 1
  • 1
Search: