Request Edit Buttons

Status
Not open for further replies.

Matthewza

Posting Freak
Apr 20, 2012
777
77
Hello,

I formatted my hard drive today, and I don't have any of my editing tools to edit buttons at the moment. Well I need about 3 buttons edit.

Could somebody please edit the following...

1.
3326mq0.png
TO JOBS
2.
2wpl11z.png
TO NEWS
3.
2wpl11z.jpg
TO STATUS

Thanks,
Matthew:)
 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
Would it not be easier to just strip all text and code them in HTML and CSS so you could do the following:

HTML:
<a href="#" class="brown-button">JOBS</a> <a href="#" class="brown-button">NEWS</a>

...etc?
 

Matthewza

Posting Freak
Apr 20, 2012
777
77
Would it not be easier to just strip all text and code them in HTML and CSS so you could do the following:

HTML:
<a href="#" class="brown-button">JOBS</a> <a href="#" class="brown-button">NEWS</a>

...etc?


You can do that? O.O
 

Mega

Posting Freak
Mar 23, 2013
858
155
CSS
#button {
background: {url}
width: 61px;
height: 15px;
padding: 6px 0 0 30px;
}

HTML
<div id="button">Test</div>
 

Matthewza

Posting Freak
Apr 20, 2012
777
77
CSS
#button {
background: {url}
width: 61px;
height: 15px;
padding: 6px 0 0 30px;
}

HTML
<div id="button">Test</div>


Thanks :)

Please close thread! Thanks
 
Status
Not open for further replies.

Users who are viewing this thread

Top