View Full Version : Completly Lost


goalieluv
05-10-2003, 01:35 AM
I am working on my webpage, it is not up yet, but i have a blog hosted on blogspot goalie l u v (http://goalieluv.blogspot.com) and i wanted to put my tagboard on there somewhere (preferably under the links and to the left of the blog... so i entered the code thing (lol sorry) in the html "template" (?) and could not get it where i wanted it to go! can anyone help? I know i read something about postitioning things somewhere but I dont remember where!!

if you havent noticed im very new to html and webpage stuff!! so ANY help would be GREATLY appreciated! thanks guys!

*Nicki*

Elentari
05-10-2003, 02:31 AM
Around the code for the tagboard put


<div style="positon:absolute; top:25px; left:25px">All the code for your tagboard goes here </div>


Play with the values of top: and left: until it is positioned where you want it to be.