PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Rounded corners (http://www.photopost.com/forum/photopost-pro-how-do-i/112195-rounded-corners.html)

iphoto February 15th, 2005 10:07 AM

Rounded corners
 
Hi,

A quick question, would like to know which files, do I need to alter for adding rounded corner table barders for all PP tables.

cheers...:)

b6gm6n February 15th, 2005 03:10 PM

1 Attachment(s)
Do achieve this effect edit the ppopen & ppclose templates, an example of the output is attached.

All i did was design a rounded box in photoshop, cut & edit my box in image-ready, exported that as html then use dreamwaver to work with the ppopen & ppclose templates to show my rounded box.

If you need more advice, lemme know.

-T

iphoto February 15th, 2005 04:40 PM

Hey tony, thanks a lot for information. My rounded corners should be ready in a day or two. but I am not a programmer by profession :( . May be if you can share ppopen and ppclose template or send it by PM or so that would be really helpful

let me know if its possible

cheers :)

Chuck S February 15th, 2005 05:56 PM

Here is an example of how I do mine on reeftalk.com the image calls are css classes

PPOPEN
Quote:


<?php

$ppopen = <<<PPPRINT

<table width="{$Globals['tablewidth']}" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="tlc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="topleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="70" height="10" alt="" /></td>
<td width="100%" class="top">
</td>
<td align="right" class="topright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="trc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="left">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" colspan="3">
<table width="100%" align="center" cellpadding="0" cellspacing="0" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">


PPPRINT;

$ppopenside = <<<PPPRINT

<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="tlc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="topleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="70" height="10" alt="" /></td>
<td width="100%" class="top">
</td>
<td align="right" class="topright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="trc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="left">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" colspan="3">
<table width="100%" align="center" cellpadding="0" cellspacing="0" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">


PPPRINT;

?>
PPCLOSE

Quote:

<?php

$ppclose = <<<PPPRINT

</table>
</td>
</tr>
</table>
</td>
<td class="right">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="blc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="botleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" class="bottom">
</td>
<td align="right" class="botright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="brc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
</table>

PPPRINT;

$ppcloseside = <<<PPPRINT

</table>
</td>
</tr>
</table>
</td>
<td class="right">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="blc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="botleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" class="bottom">
</td>
<td align="right" class="botright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="brc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
</table>

PPPRINT;

?>
THEN JUST MAKE STYLE CLASSES IN YOUR STYLESHEET WITH BACKGROUND-URL tags

b6gm6n February 15th, 2005 07:21 PM

here's my ppopen template for an example
Images are taken from my vbulletin skin directory which use the same rounded corners, if you still want PM me and i'll show you how i did mine or write a quick tutorial for it.

-T

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 06:20 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97