The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

Webmerge and CSS

Sorry for the late reply. For some reason I didn't get notification of your post when you made it - I'll look into that.

If you haven't yet resolved the issue please post the relevant portion of your WebMerge template so we can see how that's laid out. In most cases WebMerge can work quite nicely with CSS, but once in a while you may need to be mindful of how the tag is written.

Thanks in advance for you help in resolving this -
 
Sorry for the late reply. For some reason I didn't get notification of your post when you made it - I'll look into that.

If you haven't yet resolved the issue please post the relevant portion of your WebMerge template so we can see how that's laid out. In most cases WebMerge can work quite nicely with CSS, but once in a while you may need to be mindful of how the tag is written.

Thanks in advance for you help in resolving this -

I've added auto-notification to you for any new threads or posts in this forum, FourthWorld.
 
Hello,

Thank you for reply.
Yes, the problem is still open. Below I post detail page template and CSS applied to it. As wrote early, the problem is that no CSS rule works after I generate the pages.
I have prepared a file, but I see there is no possibility to attach it.
Thank you very much

Kestutis

Below is a complete Detail page template

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#EAD1A8"><table width="990" border="0" align="center">
<tr>
<td width="913">
<div class="container">
<div class="PBNP"><span class="GoNext-GoPrevious">[WM-LinkPrevious]Go Previous[/WM-LinkPrevious]</span></div>
<div class="PBNB"><span class="CategoryName">[WM-LinkIndex]Back to Category[/WM-LinkIndex]</span></div>
<div class="PBNN"><span class="GoNext-GoPrevious">[WM-LinkNext]Go Next[/WM-LinkNext]</span></div>
<div class="HR">
<hr align="center" />
</div>
<p>
</p>
<div class="Navbar">
<div class="NavbarLinks">
<p><span class="navbar"><a href="index.html" title="Home" target="_self">Home</a><br />
<a href="Americana.html">Americana</a><br />
<a href="Art2.html">Art</a></span> </p>
<p><span class="navbar"><a href="Books3.html">Books</a></span></p>
</div>

<div class="MainCategory">Category: [WM-FIELD:CATEGORY][WM-FIELD:SUBCATEGORY]</div>
<div class="MainImage">[WM-ImagePath: Image_URL]</div>
<div class="ProductDetails">
<p class="ProductName">[WM-FIELD: PRODUCT_NAME]</p>
<p><a href="[WM-FIELD: Buy_URL]">Click here for details</a></p>
</div>
<div class="Description">
<div class="MainContent">[WM-FIELD: DESCRIPTION]</div>
</div>
<div class="FooterTop"></div>
<div class="FooterImage"></div>
<div align="center"><span class="AllRightsReserved">All Rights Reserved ? 2012</span></div>
</div>
<div align="center"></div></td>
</tr>
</table>
</body>
</html>

Also CSS
.navbar {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: italic;
}
.CategoryName {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-style: normal;
}
.AllRightsReserved {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-weight: bold;
}
.GoNext-GoPrevious {
font-family: "Courier New", Courier, monospace;
font-size: 18px;
}
.ProductName {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
}
 
banners
Back