boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ahhh help....

 
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help
View previous topic :: View next topic  
Author Message
Violet Rose



Joined: 06 Mar 2003
Posts: 9

PostPosted: Fri Mar 07, 2003 12:54 pm    Post subject: ahhh help.... Reply with quote

argg...I put the css coding for to make the scroll bar colorful..but it aint' working...I'm mad now...help?

Here's my code...

Code:

<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml/DTD/xhtml-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
<!--body,td,table,p
{font-family: Times New Roman; font-size: 12px; color="black"; line-height:12px;}
A:link    {text-decoration: none; font-weight:white; color: white;}
A:visited {text-decoration: underline; color: gray;}
A:hover   {text-decoration: none;  cursor:crosshair; color: black; }
A:active  {text-decoration: none;  cursor:wait; color: black; }
--></style>
<style type="text/css">
<!--
BODY {
scrollbar-face-color: gray;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: white;
}
--></style>
<title>Undecided....living in the shawdows, trying to decide.</title>

<!-- Change charset if needed(?)  But please do not remove this metatag -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="[email protected]" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>

<body background="b2-img/background.gif">
<div style="position: absolute; top:0; left:0">
<IMG SRC="b2-img/main.gif">
</div>


<div style="position: absolute;
      top: 683px;
      left: 52px;
      width: 307px;">
<div id="blog"> 
        <div id="Violet" style="display:none;"></div>
    <!-- // b2 loop start -->
       <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
            <?php the_date("","<h3>","</h3>"); ?>
            <?php permalink_anchor(); ?>
            <div class="storyTitle"><h3><u><?php the_title(); ?></u></h3> </div>
            <div class="storyContent">
                <?php the_content(); ?>
                    <br /><br />
                <div class="rightFlush"><?php the_author() ?>@<?php the_time() ?><br /><br />
                <?php link_pages("<br />Pages: ","<br />","number") ?><br />
                <?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?>
                <!-- this includes the comments and a form to add a new comment -->
                <?php include ("b2comments.php"); ?></div>
            <p></p>
            </div>
        <!-- // this is just the end of the motor - don't touch that line either :) -->
       <?php } ?>
    </div>
</div>


<div style="position: absolute; top: 580px; left: 373px; width: 236px;">
<h4>categories:</h4>

<?php list_cats(0, 'All', 'name'); ?>

<h4>archives:</h4>

<?php include("b2archives.php"); ?>
<br />


<h4>other:</h4>

<a href="b2login.php">login</a><br />
<br />
<?php
if ($debug=="1") {
   echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds</p>";
}
?>
</div>
</body>
</html>


What did I do wrong? help me please? the code is up top above the title just incase your wondering....

site is http://blog.violetrose.net
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jadeddaisy



Joined: 24 Nov 2002
Posts: 116

PostPosted: Fri Mar 07, 2003 1:16 pm    Post subject: Reply with quote

It's a problem with the default doctype header.

Check these two threads for more info.
_________________
~^Rickie Beth^~
jadeDblog
Back to top
View user's profile Send private message Visit poster's website AIM Address
Violet Rose



Joined: 06 Mar 2003
Posts: 9

PostPosted: Fri Mar 07, 2003 1:46 pm    Post subject: Reply with quote

I did what they said on those two boards and it still isn't working*sob* good thing the normal ugly scroll bar still matches with my layotu somewhat...and the rest of my css coding(the font and links) are working...sigh...here's my coding now...

Code:
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--body,td,table,p
{font-family: Times New Roman; font-size: 12px; color="black"; line-height:12px;}
A:link    {text-decoration: none; font-weight:white; color: white;}
A:visited {text-decoration: underline; color: gray;}
A:hover   {text-decoration: none;  cursor:crosshair; color: black; }
A:active  {text-decoration: none;  cursor:wait; color: black; }
--></style>
<style type="text/css">
   body {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      font-family: Times New Roman;
      color: black ;
      background-color: white;
      scrollbar-arrow-color: white;
      scrollbar-face-color: gray;
      scrollbar-shadow-color : white;
      scrollbar-dark-shadow-color : black;
      scrollbar-3d-light-color : black;
      scrollbar-highlight-color : white;
   }
</style>
<title>Undecided....living in the shawdows, trying to decide.</title>

<!-- Change charset if needed(?)  But please do not remove this metatag -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="[email protected]" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>

<body background="b2-img/background.gif">
<div style="position: absolute; top:0; left:0">
<IMG SRC="b2-img/main.gif">
</div>


<div style="position: absolute;
      top: 683px;
      left: 52px;
      width: 307px;">
<div id="blog"> 
        <div id="Violet" style="display:none;"></div>
    <!-- // b2 loop start -->
       <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
            <?php the_date("","<h3>","</h3>"); ?>
            <?php permalink_anchor(); ?>
            <div class="storyTitle"><h3><u><?php the_title(); ?></u></h3> </div>
            <div class="storyContent">
                <?php the_content(); ?>
                    <br /><br />
                <div class="rightFlush"><?php the_author() ?>@<?php the_time() ?><br /><br />
                <?php link_pages("<br />Pages: ","<br />","number") ?><br />
                <?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?>
                <!-- this includes the comments and a form to add a new comment -->
                <?php include ("b2comments.php"); ?></div>
            <p></p>
            </div>
        <!-- // this is just the end of the motor - don't touch that line either :) -->
       <?php } ?>
    </div>
</div>


<div style="position: absolute; top: 580px; left: 373px; width: 236px;">
Welcome to Undecided, <a href="http://violetrose.net" target="_blank">Violet Rose</a>'s blog. I hope you enjoy your stay here...Have a nice day!

<h2>Personal Things</h2>
<h4 align=center><u>About</u></h4>
<b>Real Name</b>: Krystal<br>
<b>Go by</b>: Violet Rose, Vie-chan, or Vie.<br>
<b>Age</b>: 15<br>
<b>Birth-date</b>: September 11th, 1987<br>
<b>Likes</b>: rock music, anime, good art, romance, drama, horror, reading, writing, drawing, dancing, singing, web designing, surfing the web, and much much more...<br>
<b>Dis-likes</b>: People who act better then you, racists, homophobes (against gays, lesbians, ect.), sexist men & women, and people who are obnoxious and love to get on your nerves.<br>
<b>Hobbies</b>: Writing, drawing, reading, graphic & web designing, and learning other languages.

<h4 align=center><u>Dailes</u></h4>
+ <a href="http://jaj.violetrose.net/" target="_blank">Jessi</a><br>
+ <a href="http://riverisimo.rakmac.com/" target="_blank">Riversimo</a><br>
+ <a href="http://nacosworld.dot.nu/" target="_blank">Naco</a><br>
+ <a href="http://www.livejournal.com/users/_chibidragon_" target="_blank">Carissa</a><br>
+ <a href="http://jupernia.pitas.com/" target="_blank">Jupernia</a><br>
+ <a href="http://silver.spyw.com/" target="_blank">Silver</a><br>
+ <a href="http://www.angelfire.com/nb/meet_me/e.html" target="_blank">Senrei</a><br>
+ <a href="http://www32.brinkster.com/stoleiceychick/valentines.html" target="_blank">Amber</a><br>
+ <a href="http://www21.brinkster.com/lonelydreamer/" target="_blank">Zeit</a><br>
+ <a href="http://www.abby_cat.blogspot.com/" target="_blank">Abby</a><br>
+ <a href="http://www.blue-skyz.net/" target="_blank">Emma</a><br>
+ <a href="http://www.chocolate-sauce.net/beci/" target="_blank">Beci</a><br>
+ <a href="http://aina.inmyworld.net/" target="_blank">Aina</a>

<h4 align=center><u>Admired</u></h4>
+ <a href="http://mixedup.net/" target="_blank">Mixxie</a><br>
+ <a href="http://blue.belle-chanson.net/" target="_blank">Blue Chick</a><br>
+ <a href="http://frozencloud.net/" target="_blank">Kate</a><br>
+ <a href="http://www.aerieyena.com/" target="_blank">Aeri</a><br>
+ <a href="http://becster.com/" target="_blank">Becster</a><br>
+ <a href="http://darkabyss.mixedup.net/" target="_blank">Benneh</a><br>
+ <a href="http://rose.sun-burnt.net/" target="_blank">Blackie</a><br>
+ <a href="http://mtwib.sincerely-me.net/" target="_blank">Mtwib</a><br>
+ <a href="http://belle-chanson.net/" target="_blank">Meri & Kris</a><br>
+ <a href="http://www.vagueinsanity.net/" target="_blank">Sera</a><br>
+ <a href="http://alicia.inmyworld.net/" target="_blank">Alicia</a><br>
+ <a href="http://www.kevinworld.org/" target="_blank">Kevin</a><br>
+ <a href="http://www.celestialrealm.org/" target="_blank">Red</a>

<h4 align=center><u>Forums I'm a member of</u></h4>
+ <a href="http://lisalove14.liscn.com/main.php" target="_blank">LL14 MB</a><br>
s/n: Violet_Rose, status: MOD<br>
+ <a href="http://forums.violetrose.net/" target="_blank">Purple Roses</a><br>
s/n: violetrose, status: ADMIN<br>
+ <a href="http://forum.mascaradesigns.com/" target="_blank">Mascara Designs</a><br>
s/n: Violet Rose, status: member<br>
+ <a href="http://www.mysterious-dreamer.com/forum/" target="_blank">Mysterious</a><br>
s/n: Insane_Angel, status: member<br>
+ <a href="http://www.mystic.nu/" target="_blank">Mystic</a><br>
s/n: Violet Rose, status: member

<h2>Blog Things</h2>
<h4 align=center><u>categories</u></h4>

<?php list_cats(0, 'All', 'name'); ?>

<h4 align=center><u>archives</u></h4>

<?php include("b2archives.php"); ?>
<br />

<h4 align=center><u>Credits</u></h4>
This layout was by <a href="http://violetrose.net" target="_blank">Violet Rose</a>. The picture was found at <a href="http://animevisions.net" target="_blank">Anime Visions</a>. The blog is powers by <a href="http://cafelog.com" target="_blank">b2</a>. All credits are copywrite there owners and no stealing this layout for doing so will result in a very painful punishment. It was made using Adobe Photoshop, Microsoft FrontPage, notepad, and the CuteFTP Pro html editer^_^


<h4 align=center><u>other</u></h4>

<a href="b2login.php">login</a><br />


<br />
<?php
if ($debug=="1") {
   echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds</p>";
}
?>
</div>
</body>
</html>


again my site is http://blog.violetrose.net/index.php

Thanks for the help in advance...
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
gengar56



Joined: 07 Mar 2003
Posts: 48
Location: California, USA

PostPosted: Sat Mar 08, 2003 2:28 am    Post subject: Reply with quote

Page not found... at http://blog.violetrose.net/main.php the scrollbar is changed...
_________________
my blog
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
Violet Rose



Joined: 06 Mar 2003
Posts: 9

PostPosted: Sat Mar 08, 2003 3:59 am    Post subject: Reply with quote

Yea I finnaly got it to work^_^ I tend to figure out things when I'm impatiantly waiting for someoen to help me figure them out...it's quite interesting^_^
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group