repositioning the div overlay |
repositioning the div overlay |
Jul 26 2006, 05:29 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 70 Joined: Jul 2006 Member No: 433,823 |
CODE </div></td> <td width=10> </td> <td width=183 valign=top><div id="sidebar"> <!-- module --> <div class="sidebarhead">Profile</div> <br> BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH <br><br><br> <!-- end module --> <!-- module --> <div class="sidebarhead">Links</div> <br> <ul> <li><a href="http://www.Myspace.com/Joshzua">Joshzua Raoul</a></li> <li><a href="http://www.Myspace.com/Hybrid216">Hybrid the Producer</a></li> <li><a href="http://www.soundclick.com/nyneproduktionz">Nyne Produktionz</a></li> </ul> <br><br><br> <!-- end module --> <!-- module --> <div class="sidebarhead">Extra Stuff</div> <br> You can say whatever about anything here... insert a tagboard or chatterbox, show your affiliates, display random information... anything you'd like.<br><br> If you want more of these modules, just copy everything between <!-- module --> and <!-- end module --> and paste it over again! <br><br><br> <!-- end module --> </div></td> <td width=10> </td> </tr></table> <div class="credits">All content ?[your name here]. Layout designed by <a href="http://unwritten.ill-wed.com">Meli</a></div> </div></td> <td> </td> </tr></table> </body> </html> <!-- end code provided by createblog.com --> is there anyway that I can get all of that on the RIGHT side of the screen but still keep the text LEFT justified?? |
|
|
|
![]() |
Jul 27 2006, 08:52 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Then edit the positions so its set to the right. I mean a div with positions like your positioning it somewhere . If you don't have that then put it all in a div.
CODE .move{ position: absolute; left: #px; top: #px; width: #px; height: #px; } Edit and add style tags CODE <div class="move">
<td width=10> </td> <td width=183 valign=top><div id="sidebar"> <!-- module --> <div class="sidebarhead">Profile</div> <br> BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH <br><br><br> <!-- end module --> <!-- module --> <div class="sidebarhead">Links</div> <br> <ul> <li><a href="http://www.Myspace.com/Joshzua">Joshzua Raoul</a></li> <li><a href="http://www.Myspace.com/Hybrid216">Hybrid the Producer</a></li> <li><a href="http://www.soundclick.com/nyneproduktionz">Nyne Produktionz</a></li> </ul> <br><br><br> <!-- end module --> <!-- module --> <div class="sidebarhead">Extra Stuff</div> <br> You can say whatever about anything here... insert a tagboard or chatterbox, show your affiliates, display random information... anything you'd like.<br><br> If you want more of these modules, just copy everything between <!-- module --> and <!-- end module --> and paste it over again! <br><br><br> <!-- end module --> </div></td> <td width=10> </td> </tr></table> <div class="credits">All content ?[your name here]. Layout designed by <a href="http://unwritten.ill-wed.com">Meli</a></div> </div></td> <td> </td> </tr></table> </div> </body> </html> |
|
|
|
Hybrid216 repositioning the div overlay Jul 26 2006, 05:29 PM
toyo loco Put all of that inside of a div . Position it to t... Jul 26 2006, 07:48 PM
Hybrid216 how can I do that??? its already a div Jul 27 2006, 06:31 AM![]() ![]() |