Website help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Website help (/showthread.php?tid=59101) Website help by Reaper on 05-05-2006 at 11:33 PM
I have 2 problems with my site. RE: Website help by rav0 on 05-06-2006 at 02:46 AM
The image doesn't move when I view it (in Opera and Internet Explorer). Have you fixed it? code:The border is set to disappear when the link is hovered over. I guess that the problem browser isn't drawing the border properly, and when the link is hovered over, it causes the moving. Try setting border-style to none instead of setting the width to 0px. I can't see the code for AdSense anywhere on the page. RE: Website help by RaceProUK on 05-06-2006 at 01:15 PM Try code:instead. It'll change the underline to the same colour as the sidebar. RE: Website help by Dempsey on 05-06-2006 at 01:21 PM
quote:It can take time for them to spider your site etc, took a day or so for me. RE: Website help by zaher1988 on 05-06-2006 at 02:12 PM
You have a problem with your contact form. code: regards RE: Website help by lordy on 05-06-2006 at 02:22 PM
quote:I was gunna do this for my website lol! thanks for reminding me RE: Website help by RaceProUK on 05-06-2006 at 05:38 PM A regular expression may work better. RE: Website help by Reaper on 05-06-2006 at 06:01 PM
OK, as the noob that I am, when I put the code in Dreamweaver, it displays the code as text instead of actually processing the code. (if you dont understand, look at my sight, and you will see the code). RE: Website help by user35870 on 05-06-2006 at 06:06 PM
quote: You need to put: code: in your "style.css" file to make it work. RE: Website help by Reaper on 05-06-2006 at 06:07 PM
quote:Ah, ok I get you [Edit] raceprouk's code works like a treat! Now, as for zaher1988's code. How would I put that in? RE: Website help by RaceProUK on 05-06-2006 at 08:09 PM
quote:It better do: the only thing it does is change the colour! zaher's code goes wherever processes the e-mail submission. RE: Website help by zaher1988 on 05-06-2006 at 08:29 PM
Well in the php file you are using for the contact page. exactly in the process where the mail form is being read and on the way to be sent. code: regards RE: Website help by Reaper on 05-07-2006 at 09:59 PM
Bit of a bump. RE: RE: Website help by rav0 on 05-08-2006 at 12:07 AM
quote: On your promotion page, you should add the "http://" protocol/server in front and "/" behind the URIs. RE: Website help by Reaper on 05-08-2006 at 03:15 PM
quote:I saw the ads at school uh...URIs? RE: RE: Website help by rav0 on 05-09-2006 at 02:35 AM
quote:Uniform resorce identifiers are the web addresses. I just noticed that they need escaping as well. From "www.theweener.com" to "http://www.theweener.com/" and from "www.theweener.com/images/banner 1.gif" to "http://www.theweener.com/images/banner%201.gif" |