View Full Version : Page help, a few issues


seanlindo06
02-15-2005, 03:42 AM
Ok for one, i would like help with the image mapping on the bottom of my page, im including the code. I would also like to change the scrollbar so that my entries only have a vertical scroll and I would like to change the date heading to make it more elegant like the rest of page. I think i can chnage the font of the links below the entires alone, also can any1 tell me how to get rid of that tan bar under the entires, its driving me mad!!

www.xanga.com/mistermusiq


<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<img src="http://img.photobucket.com/albums/v677/seanlindo06/Mrmsuic.jpg">
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->

<div style="overflow: auto; width: 400px; height: 300px; margin-top: -400px; margin-left: -50px;">

<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->

<style type="text/css">
table.navigation, table.footer { display:none; }
</style>

<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->

<style type="text/css">
.#rblEprops{display:none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* width of the comment page */
{width:245px;}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;}
</style>

<!-- end code provided by createblog.com -->

<map name="Mrmsuic">
<area shape="rect" coords="56,460,223,500" href="http://www.xanga.com/private/SubscribeTo.aspx?user=mistermusiq" alt="">
<area shape="rect" coords="370,470,496,493" href="http://www.xanga.com" alt="">
<area shape="rect" coords="623,463,773,496" href="http://www.xanga.com/profile.aspx?user=mistermusiq" alt="">
</map>

tokyo bleu
02-16-2005, 02:07 AM
can any1 tell me how to get rid of that tan bar under the entires

<style>
hr {display: none;}
</style>

seanlindo06
02-16-2005, 03:08 AM
thank you