my xanga, i have a question |
![]() ![]() |
my xanga, i have a question |
Nov 26 2004, 07:56 PM
Post
#1
|
|
![]() livin up to the name. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,594 Joined: Oct 2004 Member No: 54,539 |
ive seen a xanga that i love....
Click Here and i was wondering if someone could help? i know i cant request, and i dont think i am, i just need some help on how to do it.. like that thanks |
|
|
|
Nov 26 2004, 08:03 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
What exactly do you need help on?
|
|
|
|
Nov 26 2004, 08:16 PM
Post
#3
|
|
![]() sang loves hayden. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,373 Joined: Feb 2004 Member No: 5,687 |
Well.. what do you need help on..? Must be the banner if so..
First you should get Paint Shop Pro 7 or 8 or 9.. Or Photoshop 7 or 8.. one of those programs.. you can download them for a free trial.. than you can start going to google.com and put "[title of the program] tutorials".. than you can do some stuff with the program.. like that.. .. or you can use MS paint.. to put the text together.. |
|
|
|
Nov 26 2004, 08:24 PM
Post
#4
|
|
![]() livin up to the name. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,594 Joined: Oct 2004 Member No: 54,539 |
i could do the banner.... but how he's got the blue outline of the boxes.. i cant do that
i cant really do anything he has |
|
|
|
Nov 26 2004, 08:28 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.left { /* this edits the menu module */ border: 1px double #008000; width: 160px; background-color: #Transparent; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px double #008000; background-color: #Transparent; width: 400px; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 26 2004, 08:30 PM
Post
#6
|
|
|
#1 CreateBlog Membiez n Fan ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Oct 2004 Member No: 56,247 |
so u need a banner and u want to fixed it up abit?
|
|
|
|
Nov 26 2004, 08:35 PM
Post
#7
|
|
![]() livin up to the name. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,594 Joined: Oct 2004 Member No: 54,539 |
i dont need a banner...
my xanga.. when i try to fix it and make it somewhat like his... the black with th blue double line-outline thing around where his blog thingies go.. and the blue dates and stuff.. when i try that, my xanga goes to like default colors or somethign and doesnt do anything like his |
|
|
|
Nov 26 2004, 08:53 PM
Post
#8
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
-.-u
You're using a stylesheet? Put in double for the border properties. Some blue color for the color. For the header, put blue for the word color and for the bg color. Oh, and give it a specified height. (Height: 10px;) For the modules, repeat that. |
|
|
|
Nov 26 2004, 09:07 PM
Post
#9
|
|
![]() livin up to the name. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,594 Joined: Oct 2004 Member No: 54,539 |
ill post my code because i have no clue...
i have not really a clue how to work this CODE <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> </tr><script language="JavaScript1.2"> var today = new Date; var Future0 = new Date; var BirthMonth = 12; var BirthDate = 13; var BirthYear = 1990; BirthMonth--; Future0.setMonth(BirthMonth, BirthDate); if (Date.parse(today) > Date.parse(Future0)) { Future0.setFullYear(today.getYear()+1); age = (today.getYear() - BirthYear) + 1; } else {age = today.getYear() - BirthYear;} if (age % 10 == 0) ageend = 'th'; else if (age % 10 == 4) ageend = 'th'; else if (age % 10 == 5) ageend = 'th'; else if (age % 10 == 6) ageend = 'th'; else if (age % 10 == 7) ageend = 'th'; else if (age % 10 == 8) ageend = 'th'; else if (age % 10 == 9) ageend = 'th'; else if (age % 10 == 1) ageend = 'st'; else if (age % 10 == 2) ageend = 'nd'; else if (age % 10 == 3) ageend = 'rd'; var faraevent = "<font color=#ff0000><i>my birthday</font>"; today1 = Date.parse(today); future1 = Date.parse(Future0); secleft = future1 - today1; miliday = 24 * 60 * 60 * 1000; daysleft = secleft/miliday; daysleftint = Math.round(daysleft); if (daysleftint > 1) document.write(" ", daysleftint, " days until <font color=#6699ff>my <i>", age, ageend, "</i> birthday</font>"); else if (daysleftint == 1) document.write("<font color=#6699ff>my <i>", age, ageend, "</i> birthday</font> is tomorrow"); else if (today1 == future1) document.write("<font color=#6699ff>my <i>", age, ageend, "</i> birthday</font> is today"); else document.write("passed"); </script><br> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.blogbody, div.blogheader, .caption{ width:500; } td.maincenter { text-align:center; } body { background:#E5E5E5; scrollbar-Arrow-Color: #000000; scrollbar-Track-Color: #FFFFFF; scrollbar-Shadow-Color: #000000; scrollbar-Face-Color: #FFFFFF; scrollbar-Highlight-Color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dLight-Color: #FFFFFF; font-family: arial; font-size:11px; } table.navigation, table.footer { display: none; } .module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext { /* edits main text */ font:normal 11px arial; color: #000000; text-align:justify; } table.blogbody tr td { /* entry margins */ width:0px; } div.blogheader, .caption { /* edit the dates */ font-family:arial; text-transform:lowercase; font-size:12px; color:#000000; background-color: transparent; text-align: left; font-weight:bold; padding-left:4px; padding-bottom:0px; } a:link{ /* edit the links */ color: #666666; text-decoration: none; font-family:arial; font-size:8pt; } a:visited{ /* edit visited links */ color: #666666; text-decoration: none; } a:hover { color:#000000; } table.footer TD { /* edits the footer */ text-align: center; } .blogbody td{ width: 0px; padding-left: 0px } input, select, textarea, .textfield, .button{ /* this edits buttons, drop down menus etc. */ border: 1px solid #000000; font:normal 11px arial #000000; background-color: transparent; letter-spacing:0px; color:#000000; } button { background-color:transparent; border:0; width:0px; height:0px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: transparent; font: 12px arial; text-transform: lowercase; color: #000000; border: 0px; text-align: left; font-weight:bold; padding-top:0; padding-bottom:0; } table.blogbody { /* edits your blog or entry space */ border: 0px; background-color:transparent; border-top:1px solid black; } table.left { /* this edits the menu module */ background-color: transparent; border:0px; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; color: #000000; border: 0px; text-align:left; border-top:1px solid black; } hr { color: #000000; visibility:hidden; } table.container{ border:1px solid #000000; background-color:#FFFFFF; } td.banner{ text-align:right; } </style> <IMG SRC="http://tofumonzter.cbstaff.com/skin/stopbanner.png" WIDTH=725 HEIGHT=200 BORDER=0 ALT="" USEMAP="#stopbanner_Map"> <MAP NAME="stopbanner_Map"> <AREA SHAPE="rect" ALT="" COORDS="650,180,719,188" HREF="http://www.createblog.com/"> <AREA SHAPE="rect" ALT="" COORDS="618,180,645,189" HREF="http://www.xanga.com/"> <AREA SHAPE="rect" ALT="" COORDS="578,180,613,189" HREF="http://www.xanga.com/logout.aspx"> <AREA SHAPE="rect" ALT="" COORDS="539,180,572,189" HREF="http://www.xanga.com/signin.aspx"> <AREA SHAPE="rect" ALT="" COORDS="496,180,533,188" HREF="http://www.xanga.com/urrrr"> <AREA SHAPE="rect" ALT="" COORDS="443,180,490,188" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=urrrr"> </MAP><br><div style="width: 725px; background-color: #FFFFFF; border: none;"> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> sorry, im making no sense, i know, i dont feel good, and just, i dunno. sorry |
|
|
|
Nov 26 2004, 09:17 PM
Post
#10
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
That should look similar to what that one sites looks like. >.< Too lazy to do a full re-edit.... |
|
|
|
Nov 26 2004, 09:26 PM
Post
#11
|
|
![]() livin up to the name. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,594 Joined: Oct 2004 Member No: 54,539 |
|
|
|
|
![]() ![]() |