• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

portal i skrypty

Jensej

Member
Joined
Feb 28, 2009
Messages
807
Reaction score
8
Witam.
Z nudów Robię własny portal, jednak mam problem.
Otóż chciałbym dodać na Swoj portal takie coś:
uo0005u.jpg

ale jednak nie potrafię tego odpowiednio dodać?
Czy ktoś mógłby udzielic jakiś rad?
Dziękuje.

uo0005u.jpg
 
Ctrl + U nie boli:
Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%"> <tr valign="top"> <td width="175" style="padding-right: 15px"> <div style="padding-bottom:15px"> <table align="center" border="0" cellpadding="2" cellspacing="1" class="tborder" width="100%"> <thead> <tr> <td class="tcat" colspan="0"> <a href="#top" onclick="return toggle_collapse('module_14')" style="float:right"><img alt="" border="0" id="collapseimg_module_14" src="images/galaxy/buttons/collapse_tcat.gif" /></a> <span class="smallfont"><strong>&raquo; Site Navigation</strong></span></td> </tr> </thead> <tbody id="collapseobj_module_14" style=""> <tr> <td class="alt1"> <div class="smallfont">&raquo; <a href="http://otland.net/index.php">Portal</a></div><div class="smallfont">&raquo; <a href="http://otland.net/forum.php">Forum</a></div><div class="smallfont">&nbsp;&gt; <a href="http://otland.net/usercp.php">User CP</a></div><div class="smallfont">&nbsp;&gt; <a href="http://otland.net/faq.php">FAQ</a></div> </td> </tr> </tbody> </table> </div>
 
Ctrl + U nie boli:
Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%"> <tr valign="top"> <td width="175" style="padding-right: 15px"> <div style="padding-bottom:15px"> <table align="center" border="0" cellpadding="2" cellspacing="1" class="tborder" width="100%"> <thead> <tr> <td class="tcat" colspan="0"> <a href="#top" onclick="return toggle_collapse('module_14')" style="float:right"><img alt="" border="0" id="collapseimg_module_14" src="images/galaxy/buttons/collapse_tcat.gif" /></a> <span class="smallfont"><strong>&raquo; Site Navigation</strong></span></td> </tr> </thead> <tbody id="collapseobj_module_14" style=""> <tr> <td class="alt1"> <div class="smallfont">&raquo; <a href="http://otland.net/index.php">Portal</a></div><div class="smallfont">&raquo; <a href="http://otland.net/forum.php">Forum</a></div><div class="smallfont">&nbsp;&gt; <a href="http://otland.net/usercp.php">User CP</a></div><div class="smallfont">&nbsp;&gt; <a href="http://otland.net/faq.php">FAQ</a></div> </td> </tr> </tbody> </table> </div>
wiem, ale chodzi o to jak umieścić to w odpowiednim miejscu?
 
mógłby ktos podać jakiś przykład tym divem?
z lewej na środku
 
Code:
style="position:absolute;
left:25%;
width:jakistam px;
margin-left:- (jakistam/2) px;
top:jakistam px;
"

@up
... :peace:
 
uo0006uk.jpg

jak zrobi żeby było to bardziej w prawo, na tym pustym polu?
 
Code:
padding-left:20px;
w cssie albo style=""

do takich zabaw polecam firebuga w firefoxie.
 
Back
Top