HTML help, remove the header navigations |
![]() ![]() |
HTML help, remove the header navigations |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: May 2004 Member No: 19,147 ![]() |
1. I cannot remove the header navigations:
![]() 2. The font in the entries follow the default and not what I designed (arial narrow). Please help me fix it. My code: Header: CODE <body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false"> <img src="http://payepy.spymac.net/xanga/images/noticeboard.gif" width="800" height="600" alt="Welcome to my world!" style="margin-left:100px;"> <div class="side" style="margin-top:-540px; margin-left:370px;width:155px; height:127px;overflow:auto;"> All my contents that should be here are deleted for privacy purposes. Do not jock my design! <b>-->Copyright Notice</b> <br> Copyright© 2005 <a href="http://xanga.com/LPY">LPY</a> </div> <div class="side" style="margin-top:65px; margin-left:660px;height:155px; width:185px;overflow:auto;"> <br> <a href=http://lpy.chatango.com/?button target=_blank><img border=0 src=http://lpy.chatango.com/i?1></a> <br> <br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> My chatbox will go here.<br> </div> <div class="body" style="margin-left:350px; margin-top:-150px; width:290px; height:340px; overflow:auto;> Webstats: CODE <style type="text/css">
Body{ background:url(http://payepy.spymac.net/xanga/images/bg.jpg); scrollbar-face-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-arrow-color:#ffffff; font-family: arial narrow; font-size: 10px; color: #000000; text-align: left; } #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops { width: auto !important; } .blogbody{ font-family: arial narrow; font-size: 10px; color: #000000; text-align: left; } div{ filter:chroma(color=#eeeeee); scrollbar-face-color: #eeeeee; scrollbar-shadow-color: #eeeeee; scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #eeeeee; scrollbar-darkshadow-color: #eeeeee; scrollbar-track-color: #eeeeee; scrollbar-arrow-color:#eeeeee; } div.blogheader, .caption{ font-family: Arial Narrow; font-size: 15pt; letter-spacing:-2px; color: #666666; text-align:right; padding-right:0px; } .side, div.smalltext{ background-color:#eeeeee; font-family: arial narrow; font-size: 9pt; color: #000000; text-align: left; } .mainleft, .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, body.navigation, table.header, table.footer , .left {display: none;} a:link{color: #000000; text-decoration:underline; font-weight:bold; } a:visited{color:#000000; text-decoration:underline;font-weight:bold; } a:active{color: #000000; text-decoration:underline; font-weight:bold;} a:hover{color: #ffffff; background:#000000; border-bottom:1pt dotted #4F89FD} hr{border: 1pt dotted #666666; width:100%;} </style> |
|
|
![]()
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
1. That should be in the xanga scripts. Under disable: header and navigation. I'm sorry I cant look right now, multi tasking.
![]() 2. It's arial narrow because in the code, it says as body font ARIAL NARROW. QUOTE scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-arrow-color:#ffffff; font-family: arial narrow; ^ There. Or.. wait.. were you talking about the font not showing up as arial narrow? If so.. you should try putting your webstats code in your header HTML. CSS works well there. |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: May 2004 Member No: 19,147 ![]() |
QUOTE(Spiritedfreak @ Aug 23 2005, 3:16 AM) were you talking about the font not showing up as arial narrow? If so.. you should try putting your webstats code in your header HTML. CSS works well there. It doesn't work. I appreciate if someone will help me solve this problem. Because I have been cracking my head into it. And I noticed if all the other codes were removed except my css codes, there is no such problems (fonts not showing up as they should and header disappears)... |
|
|
![]()
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
Right.. I'll try though. =]
Here, take a peek at this code. Copy & paste it into your html header and then edit it. CODE <style type="text/css">P, B, I, TD, TH
{font-family: FONT; color: #COLOR CODE OF FONT; font-size: 8pt; } </style> |
|
|
![]()
Post
#5
|
|
![]() hello, ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Aug 2005 Member No: 208,332 ![]() |
use this to hide the header navigation and add css to the blog body,
CODE <style type="text/css"> table.search, table.navigation {display:none} table.blogbody { font-family: arial narrow; font-size: 10px; color: #000000; text-align: left} </style> hope that helps |
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: May 2004 Member No: 19,147 ![]() |
QUOTE(Spiritedfreak @ Aug 23 2005, 3:34 AM) Right.. I'll try though. =] Here, take a peek at this code. Copy & paste it into your html header and then edit it. CODE <style type="text/css">P, B, I, TD, TH {font-family: FONT; color: #COLOR CODE OF FONT; font-size: 8pt; } </style> Thanks. This works. But the naviation at the top is still there. I think I'll probably leave it there. This topic can be closed. Thanks a lot. |
|
|
![]()
Post
#7
|
|
![]() I love you more than sex appeal. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,045 Joined: Oct 2004 Member No: 52,932 ![]() |
u sure u wanna keep that? you can try thi
CODE <style type="text/css">
table.navigation, table.footer { display:none; } </style> |
|
|
![]()
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 ![]() |
|
|
|
![]() ![]() |