Jeza wrote:
Can you offer any tricks for positioning alt html text boxes so they appear in the same place? I'm trying to center the linked text inside of a button.
I usually put them inside the main textbox so if they move they move with everything. No other tip. If it moves only slightly you may live with it. Anyway why don't you make an image/button with the text on it and use it as a link instead of having a text link put over an image? I think putting something on top of something else (layers) causes problems to iWeb, iWeb then sometimes has problems generating the code.
Quote:
I also have a google search bar that I would like right aligned. Can you specify the alignment of the content? Right now if I try to shorten the width of the text box in iweb so I can align it to the right it sometimes wraps the search button.
To specify the alignment of the content wrap it into a div where you can decide whether you want the code to be aligned right, left or centered like this:
<div align="
right">
Paste the code here</div>
Regards,
Cédric