Bamboo
04-20-2003, 11:55 PM
How would I change how my links look,what cursor is used,and what font I use,in Blogger?
I've tried using normal html and CSS but it doesn't seem to work or something..
Spirit892
04-21-2003, 12:05 AM
could you post the code or url so we can get a better picture? you may just have a kink in your code...
Bamboo
04-21-2003, 12:24 AM
<html>
<head>
<title><$BlogTitle$></title>
<script type="text/javascript" src="http://enetation.co.uk/user.php?user=______"></script>
</head>
<body bgcolor="FFFF00">
GLOBAL_HEAD<=
<style type="text/css">
<!--
body, td, font, div,links, p {
font-family:"Arial";
font-size: 8pt;
vlink="#000000";
alink="#000000";
link="#000000";
}
-->
</style>
<=GLOBAL_HEAD
<div id="content" style="position:absolute;left:0;top:0;">
<img src="http://www.angelfire.com/emo/cast_away/images/Yellow.png">
</div>
<div id="content" style="position:absolute;left:0;top:0;">
<!-- Here is where the posts go!
Please refer to the documentation on the Blogger template editing page for
information on what tags are available here and how they work -->
<Blogger>
<BlogDateHeader><br> <b><$BlogDateHeaderDate$></b></BlogDateHeader>
<a name="<$BlogItemNumber$>"> </a><br>
<blockquote><$BlogItemBody$></blockquote>
posted at <a href="<$BlogItemArchiveFileName$>#<$BlogItemNumber$>"><$BlogItemDateTime$></a>
<script type="text/javascript">LinktoComments('<$BlogItemNumber$>')</script>
<noscript><a href="http://enetation.co.uk//comments.php?user=_____t&commentid=<$BlogItemNumber$> ">Comment</a></noscript>
<BlogDateFooter><br>
<br></BlogDateFooter>
</Blogger>
<!-- End Posts -->
</div>
</body>
</html>
MaGiCSuN
04-21-2003, 02:19 PM
change html to this:
<html>
<head>
<title><$BlogTitle$></title>
<style type="text/css">
<!--
body, td, font, div,links, p {
font-family:"Arial";
font-size: 8pt;
vlink="#000000";
alink="#000000";
link="#000000";
}
-->
</style>
<script type="text/javascript" src="http://enetation.co.uk/user.php?user=______"></script>
</head>
<body bgcolor="FFFF00">
<div id="content" style=" position:absolute;left:0;
top:0;">
<img src="http://www.angelfire.com/emo/cast_away/images/Yellow.png">
</div>
<div id="content" style=" position:absolute;left:0;
top:0;">
<!-- Here is where the posts go!
Please refer to the documentation on the Blogger template editing page for
information on what tags are available here and how they work -->
<Blogger>
<BlogDateHeader><br> <b><$BlogDateHeaderDate$></b></BlogDateHeader>
<a name="<$BlogItemNumber$>"> </a><br>
<blockquote><$BlogItemBody$></blockquote>
posted at <a href="< $BlogItemArchiveFileName$
>#<$BlogItemNumber$>"><$BlogItemDateTime$></a>
<script type="text/javascript">LinktoComments('<$BlogItemNumber$>')</script>
<noscript><a href="http://enetation.co.uk//comments.php?user=_____t&commentid=<$BlogItemNumber$> ">Comment</a></noscript>
<BlogDateFooter><br>
<br></BlogDateFooter>
</Blogger>
<!-- End Posts -->
</div>
</body>
</html>
CSS must always be between the <head> and </head> as said on lissa's site too :)
Love,
Mirna