Is there a code to delete the xanga settings and, inserts a blog instead? |
![]() ![]() |
Is there a code to delete the xanga settings and, inserts a blog instead? |
Jul 14 2004, 09:39 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 29 Joined: Jun 2004 Member No: 24,734 |
I'd appreciate it if u guyz would help out here. I'm new to making layouts and stuff and I was just wondering, since I've seen on some layouts, if there was a code that takes out all the xanga stuff, like the left module, and stuff, and also just inserts one blog (for the entries and stuff.) The layout I'm working on right now in Dreamweaver has buttons of it's own so I was wondering how to take out the xanga stuff so when you look up the site, all it would show would be my layout with the entry blog in the middle. I'm sorry if I didn't explain it very well. I tried to look it up in xanga scripts but didn't exactly know wht I was looking for...so a little help would be MUCH appreciated. Thx a bunch :)
|
|
|
|
Jul 14 2004, 09:40 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 |
this code takes out the modules..
CODE <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type='text/css'> .mainleft { display:none; } </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> this will take all the links off the bottom of the page... CODE <!-- begin code provided by createblog.com -->
<style type="text/css">table.footer, table.footernav {display: none;};</style> <!-- end code provided by createblog.com --> |
|
|
|
Jul 14 2004, 09:43 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 29 Joined: Jun 2004 Member No: 24,734 |
Oh THANK U VERY MUCH!!!! I've been trying to find it for hours...thk u so much :)
|
|
|
|
Jul 14 2004, 10:01 AM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 |
|
|
|
|
![]() ![]() |