PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Need help with fixing formatting issues (http://www.photopost.com/forum/reviewpost-installation-upgrades/143269-need-help-fixing-formatting-issues.html)

kyle55155 June 30th, 2010 05:43 PM

Need help with fixing formatting issues
 
I have the same issue in both RP and Classifieds:
http://www.photopost.com/forum/class...ml#post1271429

The method I am using to find where to modify code is not working. I have been saving the page in question locally, opening it in MS Expression, highlighting the area that needs fixing and then looking in source view for the code in question. I then look for the template that appears to be the correct one ( in the case of the margin issue I see cathead.tmpl is referenced. I then go ahead and modify cat head, in this instance by adding some  ' to put some space between the text and the left edge. But after saving my changes my modifications are not reflected in the page output. I assume modifying the wrong file. Anybody know the correct way to find the correct template?

<OL class=floatcontainer><!--ReviewPost, Copyright All Enthusiast,Inc. REPLACEME -->
<LI class=forumbit_nopost>
<DIV class="forumhead foruminfo L1">
<FORM method=get action=http://mysite.com/reviews/showcat.php>
<TABLE class=tborder cellSpacing=1 cellPadding=2 width="100%">
<TBODY>
<TR>
<TD colSpan=4 align=left>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>




<TD align=left> need to put&nbsp;&nbsp; here <SPAN class=normal>








<A
href="http://rmbiker.com/reviews/index.php">Home</A> » <A
href="http://rmbiker.com/reviews/index.php?cat=1">Road - Bikes</A>
» <A href="http://rmbiker.com/reviews/showcat.php?cat=3">Road</A>
</SPAN></TD>
<TD align=right><!-- BEGIN TEMPLATE: searchbox.tmpl -->


Update -

I fixed the image margin issue by adding .alt1 {
padding-right: 5px;
padding-left: 0px;
margin-right: 3px;
margin-left: 3px;
}

to additional.css.

update 2

I fixed a big chunk of my formatting issues by adding more to additional.css
.normal {
margin-top: 5px;
margin-left: 5px;
}
.smallfont {
margin-right: 5px;
margin-left: 5px;
}


.forumtitle {
margin-right: 5px;
margin-left: 5px;
}

Chuck S June 30th, 2010 09:17 PM

remember when editing templates edit the ones in the vb4enhanced template directory.

kyle55155 June 30th, 2010 11:37 PM

Quote:

Originally Posted by Chuck S (Post 1271450)
remember when editing templates edit the ones in the vb4enhanced template directory.

I figured I was doing something wrong... Thanks Chuck.

Chuck S July 1st, 2010 06:18 AM

Not a problem


All times are GMT -5. The time now is 01:25 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