View Single Post
Old 01-21-2012, 01:14 AM   #11
buydomain
Moderator
 
Join Date: Jan 2012
Location: Rocky Mountains
Posts: 71
I would think you could position it using css by creating a container tag e.g <span id="container">website code goes here</span> (you might need to use div instead of span)

The css code would be
#container {Float:left; position:relative; top:0px; left:0px;}

NOTE: You might have to use margin-top:0px; margin-left:0px; in place of top and left and you might need to use absolute instead of relative.
and you might need to include width and height e.g. width:0px; height:0px;
The 0px in examples would change to what you need.

I think it would work with css, let me know if you try it
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
::
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
::
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

DynoNames.com a great place to register domain names & setup web hosting for any size website. Founded 2002
buydomain is offline   Reply With Quote