Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #22.6K
~887 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for czr

Hi Czr, HTML is a markup language and not a scripting or programming language. You will likely be using a middleware scripting language such as PHP, ASP or the like. It would be an easy thing to do for php to check for existence and either show the image or …

Member Avatar for Dandello
0
87
Member Avatar for Violet_82

Hi Violet 82, I am pretty sure that you want a site that can expand and contract to a certain width. Height is going to be an issue for content. There is an article I came across that might help you. [url]http://matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts[/url] I hope this puts you on the right …

Member Avatar for Violet_82
0
237
Member Avatar for atikah8890

Hi there! This is my first post to Daniweb - I know this tread is a bit old, but I may have a solution to this issue... if you haven't worked it out already... The code you provided shows the problem specifically. Your CSS [CODE]h1.headermain { color: #0066ff; margin: -5px …

Member Avatar for teedoff
0
210
Member Avatar for Busch

Hi there Busch, I happen to be working on an article for this! This should help you a bit - at least get on the right track. Here is the html [CODE]<body> <div id="background-image"> <img src="seal.jpg"> </div> </body>[/CODE] Here is the css [CODE]body{ width:100%; height:100%; margin:0; } div#background-image { position:absolute; …

Member Avatar for Busch
0
154
Member Avatar for a.emara47

Hi a.emara47, remove the 'a' tag from your css declaration. [CODE]#footer ul li { float: right; }[/CODE] This might help you solve the issue. Felixius

Member Avatar for Felixius
0
97
Member Avatar for AlvinMedia

Hi AlvinMedia, I am not 100% sure, and am shooting from the hip here... You say if the text is too short it gets cut off. um... you have a block displayed for your a tags then you have padding to fit around the text... hmmm... if you give your …

Member Avatar for Felixius
0
102

The End.