Quote:
Originally Posted by Ghostspy
Can anyone give me a idea on how to make a new box and put links in it???????? the links will link to other sites.
|
in any one of the custom blocks not being used By you.
To change the title
change this line to whatever you want.
HTML Code:
<strong>Custom Block $box</strong>
and to add the links
Where this line is in the custom template
HTML Code:
<div class="smallfont">Block $box Content</div>
Change inside the tags this "Block $box Content", to whatever you want in there
Ex.
HTML Code:
<div class="smallfont"><a href="http://www.google.com">Google</a></div>
As far as I know, you don't need the tags, but it's not going to hurt anything.
Quote:
Originally Posted by MiLynne
code for a paypal link in a custom box?  anyone? pwease? 
|
same procedure as above.
Just copy the code provided by Paypal(on their site).