Find programmers and grapic design experts at ScriptLance.com
<? DEW-CODE.COM  
Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:how can add a pargraph to add site page (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:how can add a pargraph to add site page
#592
seoman (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
how can add a pargraph to add site page 2 Months, 1 Week ago Karma: 0  
in the add site page I want to add a html code

so to be writen above the

site name

the rule to add thier site in my cattegory
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#594
Dewed (User)
Administrator
Posts: 250
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:how can add a pargraph to add site page 2 Months, 1 Week ago Karma: 7  
The code that creates the Add site page comes from the /include/add.php file

To place text above the form, locate the begininning of the form, around line #313

Code:

if(!isset($submit_add) || isset($error)){ $htmlsrc = "<form method=\"post\" action=\"./directory?" . session_name(); $htmlsrc .= "=" . session_id() . "&show=add\">" . $form_table . "<tr>"; $htmlsrc .= "\r\n\t<td width=\"40%\" align=\"right\" valign=\"top\" ";
Sounds like you want to add something like
Code:

if(!isset($submit_add) || isset($error)){ $htmlsrc = "<p>Your own text here, could have <b>HTML</b> in it, but be sure to escape \"quotes\" or you will get an error , also not the next line now has .= in it to append to the $htmlsrc variable.</p>"; $htmlsrc .= "<form method=\"post\" action=\"./directory?" . session_name(); $htmlsrc .= "=" . session_id() . "&show=add\">" . $form_table . "<tr>"; $htmlsrc .= "\r\n\t<td width=\"40%\" align=\"right\" valign=\"top\" ";
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#597
seoman (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:how can add a pargraph to add site page 2 Months, 1 Week ago Karma: 0  
Dewed wrote:
QUOTE:
The code that creates the Add site page comes from the /include/add.php file

To place text above the form, locate the begininning of the form, around line #313

Code:

if(!isset($submit_add) || isset($error)){ $htmlsrc = "<form method=\"post\" action=\"./directory?" . session_name(); $htmlsrc .= "=" . session_id() . "&show=add\">" . $form_table . "<tr>"; $htmlsrc .= "\r\n\t<td width=\"40%\" align=\"right\" valign=\"top\" ";
Sounds like you want to add something like
Code:

if(!isset($submit_add) || isset($error)){ $htmlsrc = "<p>Your own text here, could have <b>HTML</b> in it, but be sure to escape \"quotes\" or you will get an error , also not the next line now has .= in it to append to the $htmlsrc variable.</p>"; $htmlsrc .= "<form method=\"post\" action=\"./directory?" . session_name(); $htmlsrc .= "=" . session_id() . "&show=add\">" . $form_table . "<tr>"; $htmlsrc .= "\r\n\t<td width=\"40%\" align=\"right\" valign=\"top\" ";
sory man but I am biggner on it I want to add
Code:

pleas notice you must respect our rule to add your link on our directory 1- adult contents is not allowed 2- you must add a Reciprocal Link URL that in it a link point to us you can add this <a href="http://seo-goal.com"> Seo Goal </a>A leading SEO resource focused on helping successful webmasters make money and increase their profits through driving targeted traffic to their sites by improving their rankings in Google and other major search engines. or this <a href="http://seo-goal.com"> Seo Goal : search engine optimizer </a> we check if our link is thier randomly , pleas do not remove it thank you for using our server seo goal
thank you for your help
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Newsflash

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008