any html code experts out there? need help really badly.?

i came across this really gorge background code for my hi5 profile, but the code also ha a link back to this website featured on my profile together with the background. i dont really mind it, but its getting in the way of other buttons. which part of the total code do i delete or how do i re structure it so that only the background is featured on my profile, without the link? heres the code: <style type='text/css'>.bg_content{background-image: url(http://www.profile-tweak.com/userpics/backgrounds/afwp0301.gif)};.bg_content{background-repeat:repeat;}</style><p align=right><a href="http://www.profile-tweak.com/">Click Here</a> to get a Free <a href =" http://www.profile-tweak.com/index.php?app=myspace-backgrounds">Hi5 Background</a></p><a href="http://www.profile-tweak.com/" target="_blank"><img src="http://www.profile-tweak.com/img/button.gif" style="position:absolute; left:0px; top: 0px;" border="0"></a><br>

Public Comments

  1. It looks like the image you are looking for is the button.gif file. If this is open html page then you should be able to copy the image and use it as a background, however I went to the webpage and it doesn't look like it is open.
  2. i'm no expert, but try taking everything out except <style type='text/css'>.bg_content{ba... url(http://www.profile-tweak.com/userpics/ba... align=right> <a href="http://www.profile-tweak.com/" target="_blank"><img src="http://www.profile-tweak.com/img/button.... style="position:absolute; left:0px; top: 0px;" border="0"></a><br>
  3. it's really hard to tell exactly for me. go to the website www.w3schools.com. they have some very awesome tutorials and solutions to make u a pro.
  4. After looking at the code you supplied (looks like Yahoo! truncated it) I suggest to remove everything that appears after the "align=right>" which is: <a href="http://www.profile-tweak.com/">click... Here</a> to get a Free <a href =" http://www.profile-tweak.com/index.php?a... Background</a></p><a href="http://www.profile-tweak.com/" target="_blank"><img src="http://www.profile-tweak.com/img/button.... style="position:absolute; left:0px; top: 0px;" border="0"></a><br>
  5. yahoo is cutting most of your codes, so it's hard to know what's happening... but you can try this: 1) basically remove anything within and including "a" tag <a href....>...</a>. "a" tags are used for links. 2) also it seems like the button image is using "position:absolute" property, which can cause to overlap within your content, so you can also remove the "img" tag, <img src=..." you can give me the code some other way, a link to the page code perhaps so that i can see the code completely. basically if you remove the "a" and "img" tag, you should be fine.
Powered by Yahoo! Answers