B
Brian B
Guest
Here is the website I'm working on with Cubecart. It's www.astragordon.com. The logo (header) is in place but I want the "Welcome Guest [Login | Register]" to be centered and more lowered from the text "Astra Gordon Designs". I know where this can be done in the index.tpl, I just don't know what to put in to do this. The code is
<body>
<div id="pageSurround">
<div id="subSurround">
<div id="topHeader">
<div style="padding-top: 72px;">{SEARCH_FORM}</div>
<div>{SESSION}</div>
</div>
<div>
The ""Welcome Guest [Login | Register]" is in the "{SESSION}" part of the code. How can I center and lower this part of the code? Thank you.
Thank you Razor! I actually just figured it out right when I came here to see if anyone answered.
<body>
<div id="pageSurround">
<div id="subSurround">
<div id="topHeader">
<div style="padding-top: 72px;">{SEARCH_FORM}</div>
<div>{SESSION}</div>
</div>
<div>
The ""Welcome Guest [Login | Register]" is in the "{SESSION}" part of the code. How can I center and lower this part of the code? Thank you.
Thank you Razor! I actually just figured it out right when I came here to see if anyone answered.