Author Topic: Please, need help adding links  (Read 5550 times)

0 Members and 1 Guest are viewing this topic.

Offline spyc

  • Newbie
  • *
  • Posts: 12
    • View Profile
Please, need help adding links
« on: February 07, 2006, 08:00:30 PM »
i am trying to figure out how to do a link section like this site http://www.vizual-xpressionz.com/epaints/index.php under the random image.

i found two threads here about making a page but i don't think that applies (?)



Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Please, need help adding links
« Reply #1 on: February 07, 2006, 08:30:18 PM »
Quote

under the random image


If you mean to create URLs within your site header, that is very simple. Actually, edit all your HTML files that involves the beginning of : {header} tag. Then, find the random image table, on each HTML files, and add your links in your table.

If you wish to obtain more skilled info about HTML presentations, I'd suggest you post your request in the templates & styles section of the forum. ;)

Offline spyc

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Please, need help adding links
« Reply #2 on: February 07, 2006, 10:34:30 PM »
most awesome, worked perfectly :)

if i could ask one more thing, how would i get the underline out from the link?

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: Please, need help adding links
« Reply #3 on: February 07, 2006, 10:46:41 PM »
most awesome, worked perfectly :)

if i could ask one more thing, how would

 get the underline out from the link?

fot that you have to modify your style sheets (css).
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Please, need help adding links
« Reply #4 on: February 08, 2006, 01:10:18 AM »
for style sheet:
Code: [Select]
a {
  text-decoration: none;
}
or for a specificly link:[qcode]<a href="someaddress.com" style="text-decoration: none;">link text</a>[/qcode]
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline spyc

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Please, need help adding links
« Reply #5 on: February 08, 2006, 01:30:16 AM »
V@no and TheOracle thank you both so much for your help. You made it very easy to alter for this computer dummy and it is now showing exactly how i wanted it with ya'lls help

IcEcReaM thank you for letting me know :)