Can I simulate a row of spacer/text/spacer with one HTML block?

RobRRobR Registered Users Posts: 48 Big grins

I just posted a rant on the Feature Requests category asking for spacers and other elements not to change size when a new element is added in the same row. I think it should be possible to replace an alternating series of spacers and text blocks with a single HTML block. I tried doing it with this HTML:

<div width=10%></div>
<div width=15% style="text-align:center;font-size:x-large">
    Trains Gallery 1
</div>
<div width=75%>

That didn't work. It just gave me "Trains Gallery 1" centered in the page. Is there a way to do this?

Tagged:

Comments

Sign In or Register to comment.