OZONE Asylum
Forums
Stupid Basic HTML
Removing borders with html?
This page's ID:
9554
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Or you could use div alignment, it seems a bit easier IMO to div things when you want more than one thing to be pin-pointed in precise places. [code]<div style="position:absolute;top:0px;left:0px;"> <--insert the table you want to dive here--> </div>[/code] So your code might look something like this: [code]<div style="position:absolute;top:0px;left:0px;"> <TABLE> <TR> <TD backround="YxZ.jpg" ROWSPAN="1" COLSPAN="1" WIDTH="20" HEIGHT="20">blah blah blah</TD> </TR> </TABLE> </div>[/code] And it isn't adding a border to it, thats the backround of your home page, so if for example you decide to use <body bg=black> than it would look like black border, see what I am saying? {{And to get rid of that evil pop up, try putting this right beneath </HTML>}} <noscript> <!--#echo banner=""--> </noscript> [This message has been edited by InSiDeR (edited 11-16-2002).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »