Need Help Again on Div |
Need Help Again on Div |
Apr 24 2009, 02:02 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Jan 2009 Member No: 708,903 |
First how do you put a background on a div? I've tried doing that and the code I'm using for the div is this: CODE <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center>
CONTENT FOR DIV. </div> |
|
|
|
![]() |
Apr 27 2009, 03:48 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Create classes with different styles, like this:
CODE <style> .headerl {font:normal 18pt Times New Roman; color:black; text-transform:lowercase; letter-spacing:-3px;} .header2 {font:normal 18pt Century Gothic; color:white; text-transform:uppercase; letter-spacing:3px;} </style> Switch them up to your liking, then use them like this: CODE <span class="header1">HEADER TEXT</span> Insert text here. <span class="header2">HEADER TEXT</span> Insert text here. Replace the text as you see fit. |
|
|
|
ShizukaHio Need Help Again on Div Apr 24 2009, 02:02 AM
Mike Add background properties so it looks like this:
... Apr 24 2009, 05:16 AM
ShizukaHio Okay and how can you get different headers? You kn... Apr 26 2009, 05:39 PM
ShizukaHio Okay thanks so much I've got three more questi... Apr 27 2009, 09:58 PM
Mike 1) It's possible for any letter. Try this code... Apr 28 2009, 05:19 AM
ShizukaHio Okay and actually I thought of one last thing for ... Apr 29 2009, 12:04 AM
ShizukaHio This is the one I use:
CODE<div style="te... May 7 2009, 03:03 AM
Mike Replace that code with this:
CODE<div style=... May 7 2009, 03:52 AM
ShizukaHio Okay well arigato, I mean thank you. Thats all for... May 9 2009, 08:21 PM
manny-the-dino Topic Closed & Moved May 10 2009, 12:49 AM![]() ![]() |