Search:
Type: Posts; User: andy_b
Search :
Search took 0.01 seconds.
i figured this might be too difficult a question to answer. guess i'll just abandon the idea.
I hope this is in the correct category. it is a php problem but relates to a wordpress blog. If this is in the wrong area please feel free to move it.
I am using a popup window for people to add...
I am using comments_popup_link on my blog in the following way:
<?php comments_popup_link('<img src="t.gif" onmouseout="this.src=\'t.gif\';"
onmouseover="this.src=\'t2.gif\';"/>',
'<img...
Cheers Jick,
Sorry for the late reply.
That looks like it works! Thanks a lot
I tested it on my sample blog and all seems good. I just need to create the links and format the table. I'll let...
No problem Jick. It is the holidays after all!!
So i have attached a jpg of the table. Of course i will end up creating some css for it to make it fit in with my blog, but for now this is the...
Thanks Jick,
So my ultimate goal is to create a table for each calendar year.
For 2007 the table will have 2 rows and 12 columns. Row one will contain Jan, Feb, Mar etc and row two will contain...
Hi,
Not sure if this is the appropriate place to ask this.
I have a blog using wordpress. i have customized it quite a lot and continue to do so. I am currently using the function...
Hi,
I have a wordpress (2.6) blog with a search function embedded as a form.
I can not edit the text box in Firefox (1..5, 2, 3), Safari or Chrome but i can in IE
The code for the form is:
...
so i'm interested in preventing copy and paste in my blog.
use this snippet of code i found.
replae your <div class="post"> tag
with
<div class="post" onmousedown="return false"...
i understand that you can steal just about anything you want on the web and there isnt a great deal you can do about it! After all the web is about offering information right? so i get it. I am...
trgay,
To disable the right click in the entire web page enter this code in your body tag, like this
<body oncontextmenu="return false">
Now i have read that you can also disable copy/paste...
I appreciate all your advice. I finally got this to work. However not exactly as proposed.
In the style sheet i had to declare (note the img)
.alternateStorycontent img {
padding-bottom:...
The main difference between the two classes is that in storycontent a gif is uses (a business logo) underneath each image, inside the keyline border.
where as in alternateStorycontent i do not...
Thanks but I can not seem to get it to work
Here are my class declarations in an external css file.
.storycontent img {
margin: 0px;
padding-left: 50px;
padding-right: 50px;
...
but like i said i can not change the html code
<div class="storycontent"> to <div class="storycontent storycontent2"> like you suggest.
Well, i can but if i did, then all of my previous posts...
how?
right now the html looks something like this?
<div class="storycontent">
<img src="http://domainname.com/1.jpg" />
</div>
When i create a blog post the storycontent class is always...
Hi,
so i have a blog.
i have a class called storycontent which styles each post. All img tags within this class are styled a certain way.
I now want to be able to choose if i want img tags to...
ok so i solved it
turns out there is a built in function that does exactly this
comment_author_link()
sorry for wasting time
any more comments anyone?
I am still stuck!
no, i am not sure.
However i tried
<?php echo $comment_author; ?>
in the loop and nothing was printed
but if i type <?php echo comment_author(); ?>
then the commenter's name is...
i can not get this to work.
This script is to be used to create a comments page in a blog.
When a user leaves a comment on my blog they have the option to also leave a website address also. I am...
So i have uploaded 2 screen shots that illustrate the problem.
www.bellophoto.com/bollox/1.jpg
www.bellophoto.com/bollox/2.jpg
In the first screen shot you will see the page is not centered -...
Ok so in the first frame of my splash movie is the code
stage.scaleMode ="noScale";
stage.align = "LT";
i then create a movie clip holder_mc which contains all content
the frame ends with
...
so i added this to my script
<?php
if(!empty(comment_author_url()))
echo '<span class="commentauthor"> <a href="comment_author_url()"> comment_author()...