two questions on layouts, single column & removing search |
two questions on layouts, single column & removing search |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jun 2005 Member No: 151,666 ![]() |
I'm trying to learn how to make a single-column layout, with a module on the top...but I'm not finding much help. I don't really understand div layers...and I've been looking around for something that will give me a little background on div layers. So I'm hoping that someone here knows of a site that helps you out on div layers or a topic here on creatblog. I've searched around createblog, but w/ no success.
Also...I want to remove the search bar on my layout without removing the New Weblog Entry link...but I can't figure out how to. Here's the code I use....it removes the search bar, but also removes the New Weblog Entry Link which I need so I can make new entries. Thanx in advance for reading this and taking the time to answer. |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
Well here's the module you want on the top of your xanga.
CODE <div id="particulars" style="position:absolute; width:400; height:220; BACKGROUND:#ffffff; top:0; margin-left:0; z-index:1; overflow: auto; border: 1px #000000 solid; padding:1px; font-family:georgia; font-size:12px; line-height:14px;"> STUFF HERE AND SUCH </div> Customize however you want it to and I'll get to the second part. //edit CODE <style type="text/css">
table.search TD, {display:none;}</style> This post has been edited by FroZenCloud104: Sep 3 2005, 01:18 PM |
|
|
![]() ![]() |