Pogledajte određenu poruku
Staro 11. 10. 2006.   #2
tesla
član
Certified
 
Avatar tesla
 
Datum učlanjenja: 15.09.2006
Poruke: 70
Hvala: 6
6 "Hvala" u 3 poruka
tesla is on a distinguished road
Default

Koliko vidim ne postoji properties za tako nešto. Zaobilaznica je da ContentPlaceHolder staviš u tabelu:

HTML kôd:
    <div>
    <table width="300px" align="center"><tr><td>
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server" EnableViewState="False">
            <asp:Button ID="Button1" runat="server" Text="Button" /><br />
        </asp:contentplaceholder>
    </td></tr></table>
    </div>
edit: ... ili to može i CSS-om, neko iskusniji će sigurno znati.

Poslednja izmena od tesla : 11. 10. 2006. u 19:25.
tesla je offline   Odgovorite uz citat