|
Haven't registered yet? Do it here now!
|
Freedom
Joined: 22 Jan 2009 Posts: 9
|
|
|
|
|
|
|
Posted: Mon May 18, 2009 8:41 pm Post subject: Template Styling Problems |
|
|
|
|
|
|
|
|
|
|
Wondering if Kaktusan or anyone can help with a formatting issue I'm having?
Here is the template:
///
<div align="center"><span style="font-family:verdana; font-size:18pt; color:#ff0000">{GAL_CF2}</span></div>
///
Here is the post:
http://123.nakedwomenpics.net/
The call to action text should be red but it doesn't appear to be taking the text styling.
Any help would be greatly appreciated. |
|
|
|
|
|
|
|
kaktus Owner
Joined: 22 May 2004 Posts: 1576 Location: CheapestAdultScripts.com
|
|
|
|
|
|
|
Posted: Mon May 18, 2009 9:09 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
that won't work, because you put the red color in the SPAN tag, while it needs to be in the A tag of the link itself, otherwise it is reading the general link styling as in your blog.
so, either put the styling in the link itself, or enclose the {GAL_CF2} into a div with some unique id and in your blog stylesheet put link styling for that div _________________
|
|
|
|
|
|
|
|
Freedom
Joined: 22 Jan 2009 Posts: 9
|
|
|
|
|
|
|
Posted: Mon May 18, 2009 11:06 pm Post subject: Trying Again :) |
|
|
|
|
|
|
|
|
|
|
Can't seem to get it working. I grabbed the code from this thread:
http://support.kaktusancorp.com/viewtopic.php?t=439&highlight=script
To mak things simpler, I'm just trying to change the LongDesp to red in this post: http://123.nakedwomenpics.net/
Using a template that looks like:
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td width="100%" height=15></td></tr>
<tr><td align="center"><a href="{GAL_URL}" target="_blank" title="{GAL_KEYWORDS}" rel="nofollow"><img src="{PIC_320x240}" border="0" alt="{GAL_KEYWORDS}"></a></td></tr>
<tr><td width="100%" height=15></tr>
<tr><td align="left"><div style="font: 16px arial #ff0000;font-weight:normal">{GAL_LDESCR}</div></td></tr>
<tr><td width="100%" height=15></tr>
<tr><td align="center"><a href="{GAL_CF1}" target="_blank" rel="nofollow">{GAL_CF2}</a></td></tr>
<tr><td width="100%" height=15></tr>
</table>
What am I effing up? |
|
|
|
|
|
|
|
kaktus Owner
Joined: 22 May 2004 Posts: 1576 Location: CheapestAdultScripts.com
|
|
|
|
|
|
|
Posted: Tue May 19, 2009 8:34 am Post subject: |
|
|
|
|
|
|
|
|
|
|
try like this:
put this in your template
<div>{GAL_LDESCR}</div>
in your blog design, in the styling sheet put like:
#longdescr a {
color: #ff0000;
} _________________
|
|
|
|
|
|
|
|
Freedom
Joined: 22 Jan 2009 Posts: 9
|
|
|
|
|
|
|
Posted: Tue May 19, 2009 11:35 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
txs 4 the help Kaktus. I haven't managed to figure it out yet but seeing as it's not really a GS problem, I'll plug away on it myself.
txs again |
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
phpBB Template designed by SkaidonDesigns |
|
| |