Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
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
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:39 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.