Jump to content
UBot Underground

Recommended Posts

Hey guys,

 

I have the following code:

<div class="confidentcaptcha_image" style=" display: table-cell; background: url(https://api.confidenttechnologies.com:443/vs/captchas/83qn7sp6Tg/image?width=120&height=90) no-repeat -240px -180px;"><div class="confidentcaptcha_image_highlight" style="display: none;"></div></div>

I need to be able to change this segment: width=120&height=90 while keeping 83qn7sp6Tg a wildcard (i.e. it can be anything).

 

to something else, how could i accomplish this? 

Link to post
Share on other sites

When you change attributes , you can change select elements , for example

You can change -240 px to -140 

 

Hopefully you understand what I mean :P

It would help if you could post the full code , or some of the source so I can see what you're working with

Link to post
Share on other sites

When you change attributes , you can change select elements , for example

You can change -240 px to -140 

 

Hopefully you understand what I mean :P

It would help if you could post the full code , or some of the source so I can see what you're working with

I get what you mean, thanks. :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...